Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-userpreferencememorystrategy.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-userpreferencememorystrategy.html#cfn-bedrockagentcore-memory-userpreferencememorystrategy-createdat

Description

The memory strategy description.

string? Description { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-userpreferencememorystrategy.html#cfn-bedrockagentcore-memory-userpreferencememorystrategy-description

Name

The memory strategy name.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-userpreferencememorystrategy.html#cfn-bedrockagentcore-memory-userpreferencememorystrategy-name

Namespaces

The memory namespaces.

string[]? Namespaces { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-userpreferencememorystrategy.html#cfn-bedrockagentcore-memory-userpreferencememorystrategy-namespaces

Status

The memory strategy status.

string? Status { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-userpreferencememorystrategy.html#cfn-bedrockagentcore-memory-userpreferencememorystrategy-status

StrategyId

The memory strategy ID.

string? StrategyId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-userpreferencememorystrategy.html#cfn-bedrockagentcore-memory-userpreferencememorystrategy-strategyid

Type

The memory strategy type.

string? Type { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-userpreferencememorystrategy.html#cfn-bedrockagentcore-memory-userpreferencememorystrategy-type

UpdatedAt

The memory strategy update date and time.

string? UpdatedAt { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-userpreferencememorystrategy.html#cfn-bedrockagentcore-memory-userpreferencememorystrategy-updatedat

Back to top Generated by DocFX