// 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 harnessMemoryConfigurationProperty: bedrockagentcore.CfnHarnessPropsMixin.HarnessMemoryConfigurationProperty = {
agentCoreMemoryConfiguration: {
actorId: 'actorId',
arn: 'arn',
messagesCount: 123,
retrievalConfig: {
retrievalConfigKey: {
relevanceScore: 123,
strategyId: 'strategyId',
topK: 123,
},
},
},
};