HarnessManagedMemoryConfiguration
Configuration for managed memory creation.
Contents
- arn
-
The ARN of the managed AgentCore Memory resource. Read-only on Get, ignored on Create/Update input.
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
- encryptionKeyArn
-
Customer-managed KMS key. Defaults to AWS-owned key. Not updatable after creation.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}Required: No
- eventExpiryDuration
-
Event retention in days. Defaults to 30.
Type: Integer
Valid Range: Minimum value of 3. Maximum value of 365.
Required: No
- strategies
-
Strategy types to enable. Defaults to [SEMANTIC, SUMMARIZATION].
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 4 items.
Valid Values:
SEMANTIC | SUMMARIZATION | USER_PREFERENCE | EPISODICRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: