IMemoryStrategy

class aws_cdk.aws_bedrockagentcore.IMemoryStrategy(*args, **kwargs)

Bases: Protocol

Interface 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:

MemoryStrategyProperty

Attributes

description

The description of the memory strategy.

strategy_name

The name of the memory strategy.

strategy_type

The type of memory strategy.