Interface IMemoryStrategyCommonProps
(experimental) Configuration parameters common for any memory strategy.
Namespace: Amazon.CDK.AWS.Bedrock.Agentcore.Alpha
Assembly: Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.dll
Syntax (csharp)
public interface IMemoryStrategyCommonProps
Syntax (vb)
Public Interface IMemoryStrategyCommonProps
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Bedrock.Agentcore.Alpha;
var memoryStrategyCommonProps = new MemoryStrategyCommonProps {
Name = "name",
// the properties below are optional
Description = "description"
};
Synopsis
Properties
| Description | (experimental) The description of the strategy. |
| Name | (experimental) The name for the strategy. |
Properties
Description
(experimental) The description of the strategy.
string? Description { get; }
Property Value
Remarks
Default: - No description
Stability: Experimental
Name
(experimental) The name for the strategy.
string Name { get; }
Property Value
Remarks
Stability: Experimental