interface MemoryStrategyCommonProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.MemoryStrategyCommonProps |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#MemoryStrategyCommonProps |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.MemoryStrategyCommonProps |
Python | aws_cdk.aws_bedrock_agentcore_alpha.MemoryStrategyCommonProps |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha » MemoryStrategyCommonProps |
Configuration parameters common for any memory strategy.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as bedrock_agentcore_alpha from '@aws-cdk/aws-bedrock-agentcore-alpha';
const memoryStrategyCommonProps: bedrock_agentcore_alpha.MemoryStrategyCommonProps = {
name: 'name',
// the properties below are optional
description: 'description',
};
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name for the strategy. |
| description? | string | The description of the strategy. |
name
Type:
string
The name for the strategy.
description?
Type:
string
(optional, default: No description)
The description of the strategy.

.NET
Go
Java
Python
TypeScript (