Interface CfnMemoryPropsMixin.IUserPreferenceMemoryStrategyProperty
The memory strategy.
Namespace: Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnMemoryPropsMixin.IUserPreferenceMemoryStrategyProperty
Syntax (vb)
Public Interface CfnMemoryPropsMixin.IUserPreferenceMemoryStrategyProperty
Remarks
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.Mixins.Preview.AWS.BedrockAgentCore.Mixins;
var userPreferenceMemoryStrategyProperty = new UserPreferenceMemoryStrategyProperty {
CreatedAt = "createdAt",
Description = "description",
Name = "name",
Namespaces = new [] { "namespaces" },
Status = "status",
StrategyId = "strategyId",
Type = "type",
UpdatedAt = "updatedAt"
};
Synopsis
Properties
| CreatedAt | Creation timestamp of the memory strategy. |
| Description | The memory strategy description. |
| Name | The memory strategy name. |
| Namespaces | The memory namespaces. |
| Status | The memory strategy status. |
| StrategyId | The memory strategy ID. |
| Type | The memory strategy type. |
| UpdatedAt | The memory strategy update date and time. |
Properties
CreatedAt
Creation timestamp of the memory strategy.
string? CreatedAt { get; }
Property Value
Remarks
Description
The memory strategy description.
string? Description { get; }
Property Value
Remarks
Name
The memory strategy name.
string? Name { get; }
Property Value
Remarks
Namespaces
Status
The memory strategy status.
string? Status { get; }
Property Value
Remarks
StrategyId
The memory strategy ID.
string? StrategyId { get; }
Property Value
Remarks
Type
The memory strategy type.
string? Type { get; }
Property Value
Remarks
UpdatedAt
The memory strategy update date and time.
string? UpdatedAt { get; }