IMemoryStrategy
- class aws_cdk.aws_bedrockagentcore.IMemoryStrategy(*args, **kwargs)
Bases:
ProtocolInterface for Memory strategies.
Methods
- grant(grantee)
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
- render()
Renders internal attributes to CloudFormation.
- Return type:
Attributes
- description
The description of the memory strategy.
- strategy_name
The name of the memory strategy.
- strategy_type
The type of memory strategy.