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.
-
#mcp_role_arn ⇒ String
IAM role ARN to assume for SigV4 signing.
-
#region ⇒ String
AWS region for SigV4 signing.
-
#role_arn ⇒ String
Deprecated — use mcpRoleArn instead.
-
#service ⇒ String
AWS service name for SigV4 signing.
Instance Attribute Details
#custom_headers ⇒ Hash<String,String>
Custom headers for the SigV4 MCP server.
3637 3638 3639 3640 3641 3642 3643 3644 3645 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3637 class MCPServerSigV4AuthorizationConfig < Struct.new( :region, :service, :role_arn, :mcp_role_arn, :custom_headers) SENSITIVE = [:custom_headers] include Aws::Structure end |
#mcp_role_arn ⇒ String
IAM role ARN to assume for SigV4 signing. Optional — when omitted, credentials are resolved at runtime via a monitor account association.
3637 3638 3639 3640 3641 3642 3643 3644 3645 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3637 class MCPServerSigV4AuthorizationConfig < Struct.new( :region, :service, :role_arn, :mcp_role_arn, :custom_headers) SENSITIVE = [:custom_headers] include Aws::Structure end |
#region ⇒ String
AWS region for SigV4 signing. Use ‘*’ for SigV4a multi-region signing.
3637 3638 3639 3640 3641 3642 3643 3644 3645 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3637 class MCPServerSigV4AuthorizationConfig < Struct.new( :region, :service, :role_arn, :mcp_role_arn, :custom_headers) SENSITIVE = [:custom_headers] include Aws::Structure end |
#role_arn ⇒ String
Deprecated — use mcpRoleArn instead. IAM role ARN to assume for SigV4 signing.
3637 3638 3639 3640 3641 3642 3643 3644 3645 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3637 class MCPServerSigV4AuthorizationConfig < Struct.new( :region, :service, :role_arn, :mcp_role_arn, :custom_headers) SENSITIVE = [:custom_headers] include Aws::Structure end |
#service ⇒ String
AWS service name for SigV4 signing.
3637 3638 3639 3640 3641 3642 3643 3644 3645 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 3637 class MCPServerSigV4AuthorizationConfig < Struct.new( :region, :service, :role_arn, :mcp_role_arn, :custom_headers) SENSITIVE = [:custom_headers] include Aws::Structure end |