MemorySummary
Contains summary information about a memory resource.
Contents
- createdAt
-
The timestamp when the memory was created.
Type: Timestamp
Required: Yes
- updatedAt
-
The timestamp when the memory was last updated.
Type: Timestamp
Required: Yes
- arn
-
The Amazon Resource Name (ARN) of the memory.
Type: String
Pattern:
arn:aws:bedrock-agentcore:[a-z0-9-]+:[0-9]{12}:memory\/[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}
Required: No
- id
-
The unique identifier of the memory.
Type: String
Length Constraints: Minimum length of 12.
Pattern:
[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}
Required: No
- status
-
The current status of the memory.
Type: String
Valid Values:
CREATING | ACTIVE | FAILED | DELETING
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: