This is the new AWS 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 UserPreferenceMemoryStrategy
The memory strategy.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CreatedAt" :
String
, "Description" :String
, "Name" :String
, "Namespaces" :[ String, ... ]
, "Status" :String
, "StrategyId" :String
, "Type" :String
, "UpdatedAt" :String
}
YAML
CreatedAt:
String
Description:String
Name:String
Namespaces:- String
Status:String
StrategyId:String
Type:String
UpdatedAt:String
Properties
CreatedAt
Property description not available.
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 namespaces.
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
Update requires: No interruption
UpdatedAt
-
The memory strategy update date and time.
Required: No
Type: String
Update requires: No interruption