IMemoryStrategy

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

Bases: Protocol

(deprecated) Interface for Memory strategies.

Deprecated:

Use the equivalent construct from aws-cdk-lib/aws-bedrockagentcore instead.

Stability:

deprecated

Methods

grant(grantee)

(deprecated) 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:

deprecated

render()

(deprecated) Renders internal attributes to CloudFormation.

Stability:

deprecated

Return type:

MemoryStrategyProperty

Attributes

description

(deprecated) The description of the memory strategy.

Stability:

deprecated

name

(deprecated) The name of the memory strategy.

Stability:

deprecated

strategy_type

(deprecated) The type of memory strategy.

Stability:

deprecated