MCPServerSigV4AuthorizationConfig
Authorization configuration for SigV4-authenticated MCP server.
Contents
- region
-
AWS region for SigV4 signing. Use '*' for SigV4a multi-region signing.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Pattern:
(\*|[a-z]{2,4}(-[a-z]+)+-\d+)Required: Yes
- roleArn
-
IAM role ARN to assume for SigV4 signing.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
arn:aws:iam::\d{12}:role/[a-zA-Z0-9+=,.@_/-]+Required: Yes
- service
-
AWS service name for SigV4 signing.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: Yes
- customHeaders
-
Custom headers for the SigV4 MCP server.
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 10 items.
Key Length Constraints: Minimum length of 1. Maximum length of 256.
Key Pattern:
[a-zA-Z0-9-_]+Value Length Constraints: Minimum length of 1. Maximum length of 4096.
Value Pattern:
[!-~]([ \t]*[!-~])*Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: