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