This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::BedrockAgentCore::Harness HarnessManagedMemoryConfiguration
Configuration for managed memory creation.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Arn" :String, "EncryptionKeyArn" :String, "EventExpiryDuration" :Integer, "Strategies" :[ String, ... ]}
YAML
Arn:StringEncryptionKeyArn:StringEventExpiryDuration:IntegerStrategies:- String
Properties
Arn-
The ARN of the managed AgentCore Memory resource. Read-only on Get, ignored on Create/Update input.
Required: No
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}$Update requires: No interruption
EncryptionKeyArn-
Customer-managed KMS key. Defaults to Amazon-owned key. Not updatable after creation.
Required: No
Type: String
Update requires: Replacement
EventExpiryDuration-
Event retention in days. Defaults to 30.
Required: No
Type: Integer
Minimum:
3Maximum:
365Update requires: No interruption
Strategies-
Strategy types to enable. Defaults to [SEMANTIC, SUMMARIZATION].
Required: No
Type: Array of String
Allowed values:
SEMANTIC | SUMMARIZATION | USER_PREFERENCE | EPISODICMinimum:
1Maximum:
4Update requires: No interruption