RemoteAgentSigV4AuthorizationConfig
SigV4 authorization configuration for remote A2A agent.
Contents
- region
-
AWS region identifier or wildcard (*) 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
- service
-
The AWS service name for SigV4 signing.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: Yes
- roleArn
-
AWS IAM role ARN.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
arn:aws:iam::\d{12}:role/[a-zA-Z0-9+=,.@_/-]+Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: