interface CustomMemoryStrategyProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bedrockagentcore.CfnMemory.CustomMemoryStrategyProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnMemory_CustomMemoryStrategyProperty |
![]() | software.amazon.awscdk.services.bedrockagentcore.CfnMemory.CustomMemoryStrategyProperty |
![]() | aws_cdk.aws_bedrockagentcore.CfnMemory.CustomMemoryStrategyProperty |
![]() | aws-cdk-lib » aws_bedrockagentcore » CfnMemory » CustomMemoryStrategyProperty |
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 customMemoryStrategyProperty: bedrockagentcore.CfnMemory.CustomMemoryStrategyProperty = {
name: 'name',
// the properties below are optional
configuration: {
semanticOverride: {
consolidation: {
appendToPrompt: 'appendToPrompt',
modelId: 'modelId',
},
extraction: {
appendToPrompt: 'appendToPrompt',
modelId: 'modelId',
},
},
summaryOverride: {
consolidation: {
appendToPrompt: 'appendToPrompt',
modelId: 'modelId',
},
},
userPreferenceOverride: {
consolidation: {
appendToPrompt: 'appendToPrompt',
modelId: 'modelId',
},
extraction: {
appendToPrompt: 'appendToPrompt',
modelId: 'modelId',
},
},
},
createdAt: 'createdAt',
description: 'description',
namespaces: ['namespaces'],
status: 'status',
strategyId: 'strategyId',
type: 'type',
updatedAt: 'updatedAt',
};
Properties
Name | Type | Description |
---|---|---|
name | string | Name of the Memory resource. |
configuration? | IResolvable | Custom | |
created | string | Creation timestamp of the memory strategy. |
description? | string | Description of the Memory resource. |
namespaces? | string[] | List of namespaces for memory strategy. |
status? | string | Status of the memory strategy. |
strategy | string | Unique identifier for the memory strategy. |
type? | string | Type of memory strategy. |
updated | string | Last update timestamp of the memory strategy. |
name
Type:
string
Name of the Memory resource.
configuration?
Type:
IResolvable
|
Custom
(optional)
createdAt?
Type:
string
(optional)
Creation timestamp of the memory strategy.
description?
Type:
string
(optional)
Description of the Memory resource.
namespaces?
Type:
string[]
(optional)
List of namespaces for memory strategy.
status?
Type:
string
(optional)
Status of the memory strategy.
strategyId?
Type:
string
(optional)
Unique identifier for the memory strategy.
type?
Type:
string
(optional)
Type of memory strategy.
updatedAt?
Type:
string
(optional)
Last update timestamp of the memory strategy.