interface EpisodicReflectionConfigurationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnMemory.EpisodicReflectionConfigurationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnMemory_EpisodicReflectionConfigurationInputProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnMemory.EpisodicReflectionConfigurationInputProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnMemory.EpisodicReflectionConfigurationInputProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnMemory » EpisodicReflectionConfigurationInputProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const episodicReflectionConfigurationInputProperty: bedrockagentcore.CfnMemory.EpisodicReflectionConfigurationInputProperty = {
namespaces: ['namespaces'],
};
Properties
| Name | Type | Description |
|---|---|---|
| namespaces | string[] | List of namespaces for memory strategy. |
namespaces
Type:
string[]
List of namespaces for memory strategy.

.NET
Go
Java
Python
TypeScript