Class: Aws::DevOpsAgent::Types::MCPServerSigV4AuthorizationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::MCPServerSigV4AuthorizationConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Authorization configuration for SigV4-authenticated MCP server.
Constant Summary collapse
- SENSITIVE =
[:custom_headers]
Instance Attribute Summary collapse
-
#custom_headers ⇒ Hash<String,String>
Custom headers for the SigV4 MCP server.
-
#region ⇒ String
AWS region for SigV4 signing.
-
#role_arn ⇒ String
IAM role ARN to assume for SigV4 signing.
-
#service ⇒ String
AWS service name for SigV4 signing.
Instance Attribute Details
#custom_headers ⇒ Hash<String,String>
Custom headers for the SigV4 MCP server.
2847 2848 2849 2850 2851 2852 2853 2854 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2847 class MCPServerSigV4AuthorizationConfig < Struct.new( :region, :service, :role_arn, :custom_headers) SENSITIVE = [:custom_headers] include Aws::Structure end |
#region ⇒ String
AWS region for SigV4 signing. Use ‘*’ for SigV4a multi-region signing.
2847 2848 2849 2850 2851 2852 2853 2854 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2847 class MCPServerSigV4AuthorizationConfig < Struct.new( :region, :service, :role_arn, :custom_headers) SENSITIVE = [:custom_headers] include Aws::Structure end |
#role_arn ⇒ String
IAM role ARN to assume for SigV4 signing.
2847 2848 2849 2850 2851 2852 2853 2854 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2847 class MCPServerSigV4AuthorizationConfig < Struct.new( :region, :service, :role_arn, :custom_headers) SENSITIVE = [:custom_headers] include Aws::Structure end |
#service ⇒ String
AWS service name for SigV4 signing.
2847 2848 2849 2850 2851 2852 2853 2854 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2847 class MCPServerSigV4AuthorizationConfig < Struct.new( :region, :service, :role_arn, :custom_headers) SENSITIVE = [:custom_headers] include Aws::Structure end |