interface EpisodicReflectionConfigurationInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnMemoryPropsMixin.EpisodicReflectionConfigurationInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnMemoryPropsMixin_EpisodicReflectionConfigurationInputProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnMemoryPropsMixin.EpisodicReflectionConfigurationInputProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnMemoryPropsMixin.EpisodicReflectionConfigurationInputProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnMemoryPropsMixin » 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/cfn-property-mixins';
const episodicReflectionConfigurationInputProperty: bedrockagentcore.CfnMemoryPropsMixin.EpisodicReflectionConfigurationInputProperty = {
namespaces: ['namespaces'],
};
Properties
| Name | Type | Description |
|---|---|---|
| namespaces? | string[] | List of namespaces for memory strategy. |
namespaces?
Type:
string[]
(optional)
List of namespaces for memory strategy.

.NET
Go
Java
Python
TypeScript