RegisteredRemoteAgentSigV4Details
Details specific to a registered SigV4-authenticated remote A2A agent.
Contents
- endpoint
-
HTTPS endpoint URL for a remote A2A agent.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
https://[a-zA-Z0-9.-]+(?::[0-9]+)?(?:/.*)?Required: Yes
- name
-
Name identifier for a remote A2A agent.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9_-]+Required: Yes
- 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
- description
-
Description field
Type: String
Length Constraints: Minimum length of 0. Maximum length of 500.
Pattern:
[\p{L}\p{N}\p{P}\p{S}\p{Z}]+Required: No
- 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: