AWS::BedrockAgentCore::Memory CustomMemoryStrategy - 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::Memory CustomMemoryStrategy

The memory strategy.

Syntax

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

JSON

{ "Configuration" : CustomConfigurationInput, "CreatedAt" : String, "Description" : String, "Name" : String, "Namespaces" : [ String, ... ], "NamespaceTemplates" : [ String, ... ], "Status" : String, "StrategyId" : String, "Type" : String, "UpdatedAt" : String }

YAML

Configuration: CustomConfigurationInput CreatedAt: String Description: String Name: String Namespaces: - String NamespaceTemplates: - String Status: String StrategyId: String Type: String UpdatedAt: String

Properties

Configuration

The memory strategy configuration.

Required: No

Type: CustomConfigurationInput

Update requires: No interruption

CreatedAt

The memory strategy creation date and time.

Required: No

Type: String

Update requires: No interruption

Description

The memory strategy description.

Required: No

Type: String

Update requires: No interruption

Name

The memory strategy name.

Required: Yes

Type: String

Pattern: ^[a-zA-Z][a-zA-Z0-9_]{0,47}$

Update requires: No interruption

Namespaces

The memory strategy namespaces.

Required: No

Type: Array of String

Minimum: 1

Update requires: No interruption

NamespaceTemplates

Property description not available.

Required: No

Type: Array of String

Minimum: 1

Update requires: No interruption

Status

The memory strategy status.

Required: No

Type: String

Allowed values: CREATING | ACTIVE | DELETING | FAILED

Update requires: No interruption

StrategyId

The memory strategy ID.

Required: No

Type: String

Pattern: ^[a-zA-Z][a-zA-Z0-9-_]{0,99}-[a-zA-Z0-9]{10}$

Minimum: 12

Update requires: No interruption

Type

The memory strategy type.

Required: No

Type: String

Allowed values: SEMANTIC | SUMMARIZATION | USER_PREFERENCE | CUSTOM | EPISODIC

Update requires: No interruption

UpdatedAt

The memory strategy update date and time.

Required: No

Type: String

Update requires: No interruption