Class: Aws::DevOpsAgent::Types::MCPServerSigV4AuthorizationConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#custom_headersHash<String,String>

Custom headers for the SigV4 MCP server.

Returns:

  • (Hash<String,String>)


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_arnString

IAM role ARN to assume for SigV4 signing. Optional — when omitted, credentials are resolved at runtime via a monitor account association.

Returns:

  • (String)


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

#regionString

AWS region for SigV4 signing. Use ‘*’ for SigV4a multi-region signing.

Returns:

  • (String)


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_arnString

Deprecated — use mcpRoleArn instead. IAM role ARN to assume for SigV4 signing.

Returns:

  • (String)


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

#serviceString

AWS service name for SigV4 signing.

Returns:

  • (String)


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