Show / Hide Table of Contents

Class CfnMemory.SemanticMemoryStrategyProperty

The memory strategy.

Inheritance
object
CfnMemory.SemanticMemoryStrategyProperty
Implements
CfnMemory.ISemanticMemoryStrategyProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMemory.SemanticMemoryStrategyProperty : CfnMemory.ISemanticMemoryStrategyProperty
Syntax (vb)
Public Class CfnMemory.SemanticMemoryStrategyProperty Implements CfnMemory.ISemanticMemoryStrategyProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-semanticmemorystrategy.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.AWS.BedrockAgentCore;

             var semanticMemoryStrategyProperty = new SemanticMemoryStrategyProperty {
                 Name = "name",

                 // the properties below are optional
                 CreatedAt = "createdAt",
                 Description = "description",
                 Namespaces = new [] { "namespaces" },
                 Status = "status",
                 StrategyId = "strategyId",
                 Type = "type",
                 UpdatedAt = "updatedAt"
             };

Synopsis

Constructors

SemanticMemoryStrategyProperty()

The memory strategy.

Properties

CreatedAt

Creation timestamp of the memory strategy.

Description

The memory strategy description.

Name

The memory strategy name.

Namespaces

The memory strategy namespaces.

Status

Status of the memory strategy.

StrategyId

The memory strategy ID.

Type

The memory strategy type.

UpdatedAt

Last update timestamp of the memory strategy.

Constructors

SemanticMemoryStrategyProperty()

The memory strategy.

public SemanticMemoryStrategyProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-semanticmemorystrategy.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.AWS.BedrockAgentCore;

             var semanticMemoryStrategyProperty = new SemanticMemoryStrategyProperty {
                 Name = "name",

                 // the properties below are optional
                 CreatedAt = "createdAt",
                 Description = "description",
                 Namespaces = new [] { "namespaces" },
                 Status = "status",
                 StrategyId = "strategyId",
                 Type = "type",
                 UpdatedAt = "updatedAt"
             };

Properties

CreatedAt

Creation timestamp of the memory strategy.

public string? CreatedAt { get; set; }
Property Value

string

Remarks

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

Description

The memory strategy description.

public string? Description { get; set; }
Property Value

string

Remarks

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

Name

The memory strategy name.

public string Name { get; set; }
Property Value

string

Remarks

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

Namespaces

The memory strategy namespaces.

public string[]? Namespaces { get; set; }
Property Value

string[]

Remarks

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

Status

Status of the memory strategy.

public string? Status { get; set; }
Property Value

string

Remarks

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

StrategyId

The memory strategy ID.

public string? StrategyId { get; set; }
Property Value

string

Remarks

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

Type

The memory strategy type.

public string? Type { get; set; }
Property Value

string

Remarks

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

UpdatedAt

Last update timestamp of the memory strategy.

public string? UpdatedAt { get; set; }
Property Value

string

Remarks

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

Implements

CfnMemory.ISemanticMemoryStrategyProperty
Back to top Generated by DocFX