View a markdown version of this page

AWS::BedrockAgentCore::Harness HarnessManagedMemoryConfiguration - AWS CloudFormation

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 HarnessManagedMemoryConfiguration

Configuration for managed memory creation.

Syntax

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

JSON

{ "Arn" : String, "EncryptionKeyArn" : String, "EventExpiryDuration" : Integer, "Strategies" : [ String, ... ] }

YAML

Arn: String EncryptionKeyArn: String EventExpiryDuration: Integer Strategies: - 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 AWS-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: 3

Maximum: 365

Update requires: No interruption

Strategies

Strategy types to enable. Defaults to [SEMANTIC, SUMMARIZATION].

Required: No

Type: Array of String

Allowed values: SEMANTIC | SUMMARIZATION | USER_PREFERENCE | EPISODIC

Minimum: 1

Maximum: 4

Update requires: No interruption