MemoryStrategyCommonProps
- class aws_cdk.aws_bedrockagentcore.MemoryStrategyCommonProps(*, strategy_name, description=None)
Bases:
objectConfiguration parameters common for any memory strategy.
- Parameters:
strategy_name (
str) – The name for the strategy.description (
Optional[str]) – The description of the strategy. Default: - No description
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_bedrockagentcore as bedrockagentcore memory_strategy_common_props = bedrockagentcore.MemoryStrategyCommonProps( strategy_name="strategyName", # the properties below are optional description="description" )
Attributes
- description
The description of the strategy.
- Default:
No description
- strategy_name
The name for the strategy.