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::Memory SelfManagedConfiguration
The self managed configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "HistoricalContextWindowSize" :
Integer
, "InvocationConfiguration" :InvocationConfigurationInput
, "TriggerConditions" :[ TriggerConditionInput, ... ]
}
YAML
HistoricalContextWindowSize:
Integer
InvocationConfiguration:InvocationConfigurationInput
TriggerConditions:- TriggerConditionInput
Properties
HistoricalContextWindowSize
-
The memory configuration for self managed.
Required: No
Type: Integer
Minimum:
0
Maximum:
50
Update requires: No interruption
InvocationConfiguration
-
The self managed configuration.
Required: No
Type: InvocationConfigurationInput
Update requires: No interruption
TriggerConditions
Property description not available.
Required: No
Type: Array of TriggerConditionInput
Minimum:
1
Update requires: No interruption