AWS::BedrockAgentCore::Harness HarnessAgentCoreMemoryConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::BedrockAgentCore::Harness HarnessAgentCoreMemoryConfiguration

Configuration for AgentCore Memory integration.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ActorId" : String, "Arn" : String, "MessagesCount" : Integer, "RetrievalConfig" : {Key: Value, ...} }

YAML

ActorId: String Arn: String MessagesCount: Integer RetrievalConfig: Key: Value

Properties

ActorId

The actor ID for memory operations.

Required: No

Type: String

Update requires: No interruption

Arn

The ARN of the AgentCore Memory resource.

Required: Yes

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

MessagesCount

The number of messages to retrieve from memory.

Required: No

Type: Integer

Update requires: No interruption

RetrievalConfig

The retrieval configuration for long-term memory, mapping namespace path templates to retrieval settings.

Required: No

Type: Object of HarnessAgentCoreMemoryRetrievalConfig

Update requires: No interruption