AgentSpace
Represents a complete AgentSpace with all its properties, timestamps, encryption settings, and unique identifier.
Contents
- agentSpaceId
-
Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)
Type: String
Pattern:
[a-zA-Z0-9-]{1,64}Required: Yes
- createdAt
-
The timestamp when the resource was created.
Type: Timestamp
Required: Yes
- name
-
The name of the AgentSpace.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\p{L}\p{N}\p{P}\p{S}\p{Z}]+Required: Yes
- updatedAt
-
The timestamp when the resource was last updated.
Type: Timestamp
Required: Yes
- description
-
The description of the AgentSpace.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Pattern:
[\p{L}\p{N}\p{P}\p{S}\p{Z}]+Required: No
- kmsKeyArn
-
The ARN of the AWS Key Management Service (AWS KMS) customer managed key that's used to encrypt resources.
Type: String
Length Constraints: Minimum length of 20.
Pattern:
arn:aws[a-zA-Z-]*:kms:[a-z0-9-]+:[0-9]{12}:key/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}Required: No
- locale
-
The locale for the AgentSpace, which determines the language used in agent responses.
Type: String
Length Constraints: Minimum length of 2. Maximum length of 35.
Pattern:
[a-zA-Z]{2,3}(-[a-zA-Z0-9]{2,8})*Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: