IMemoryStrategy
- class aws_cdk.aws_bedrock_agentcore_alpha.IMemoryStrategy(*args, **kwargs)
Bases:
Protocol(experimental) Interface for Memory strategies.
- Stability:
experimental
Methods
- grant(grantee)
(experimental) Grants the necessary permissions to the role.
- Parameters:
grantee (
IGrantable) –The grantee to grant permissions to.
- Return type:
Optional[Grant]- Returns:
The Grant object for chaining
- Stability:
experimental
- render()
(experimental) Renders internal attributes to CloudFormation.
- Stability:
experimental
- Return type:
Attributes
- description
(experimental) The description of the memory strategy.
- Stability:
experimental
- name
(experimental) The name of the memory strategy.
- Stability:
experimental
- strategy_type
(experimental) The type of memory strategy.
- Stability:
experimental