View a markdown version of this page

AWS::BedrockAgentCore::Harness HarnessAgentCoreMemoryConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 HarnessAgentCoreMemoryConfiguration

Configuration for AgentCore Memory integration.

Syntax

To declare this entity in your Amazon 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