interface IMemoryStrategy
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.IMemoryStrategy |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#IMemoryStrategy |
Java | software.amazon.awscdk.services.bedrockagentcore.IMemoryStrategy |
Python | aws_cdk.aws_bedrockagentcore.IMemoryStrategy |
TypeScript (source) | aws-cdk-lib » aws_bedrockagentcore » IMemoryStrategy |
Implemented by
Managed, Self
Interface for Memory strategies.
Properties
| Name | Type | Description |
|---|---|---|
| strategy | string | The name of the memory strategy. |
| strategy | Memory | The type of memory strategy. |
| description? | string | The description of the memory strategy. |
strategyName
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 (