Space
Detailed information about a space.
Contents
- createdAt
-
The timestamp when the space was created.
Type: Timestamp
Required: Yes
- dataAccessRoleArn
-
The ARN of the IAM role used for data access.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:.+Required: Yes
- name
-
A name that identifies the space.
Type: String
Required: Yes
- ownerAccountId
-
AWS account ID that owns this space.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
[0-9]{12}Required: Yes
- region
-
The region where this space was created.
Type: String
Required: Yes
- spaceArn
-
The Amazon Resource Name (ARN) of the space.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:.+Required: Yes
- spaceId
-
The unique ID of the space.
Type: String
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}Required: Yes
- status
-
The status of the space.
Type: String
Valid Values:
ACTIVE | SUSPENDED | MOVINGRequired: Yes
- updatedAt
-
The timestamp when the space was last updated.
Type: Timestamp
Required: Yes
- agentCoreEvaluationRoleArn
-
The ARN of the IAM role used by AgentCore online evaluation. Absent when the space was created without one.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:.+Required: No
- domainArn
-
The Amazon Resource Name (ARN) of the domain the space belongs to. Absent when the space is not associated with a domain, so callers must tolerate its absence.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:.+Required: No
- encryptionConfiguration
-
How the space's data at rest is encrypted. Always populated: a space with no customer managed key reports
encryptionStrategyAWS_OWNED and nokmsKeyArn.Type: EncryptionConfiguration object
Required: No
- statusReason
-
Reason for the current space status.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: