interface IMemoryStrategy
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.IMemoryStrategy |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#IMemoryStrategy |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.IMemoryStrategy |
Python | aws_cdk.aws_bedrock_agentcore_alpha.IMemoryStrategy |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha ยป IMemoryStrategy |
Implemented by
Managed, Self
Interface for Memory strategies.
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of the memory strategy. |
| strategy | Memory | The type of memory strategy. |
| description? | string | The description of the memory strategy. |
name
Type:
string
The name of the memory strategy.
strategyType
Type:
Memory
The type of memory strategy.
description?
Type:
string
(optional)
The description of the memory strategy.
Methods
| Name | Description |
|---|---|
| grant(grantee) | Grants the necessary permissions to the role. |
| render() | Renders internal attributes to CloudFormation. |
grant(grantee)
public grant(grantee: IGrantable): Grant
Parameters
- grantee
IGrantableโ - The grantee to grant permissions to.
Returns
Grants the necessary permissions to the role.
render()
public render(): MemoryStrategyProperty
Returns
Renders internal attributes to CloudFormation.

.NET
Go
Java
Python
TypeScript (