Show / Hide Table of Contents

Interface CfnMemory.ISelfManagedConfigurationProperty

The self managed configuration.

Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMemory.ISelfManagedConfigurationProperty
Syntax (vb)
Public Interface CfnMemory.ISelfManagedConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-selfmanagedconfiguration.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 selfManagedConfigurationProperty = new SelfManagedConfigurationProperty {
                 HistoricalContextWindowSize = 123,
                 InvocationConfiguration = new InvocationConfigurationInputProperty {
                     PayloadDeliveryBucketName = "payloadDeliveryBucketName",
                     TopicArn = "topicArn"
                 },
                 TriggerConditions = new [] { new TriggerConditionInputProperty {
                     MessageBasedTrigger = new MessageBasedTriggerInputProperty {
                         MessageCount = 123
                     },
                     TimeBasedTrigger = new TimeBasedTriggerInputProperty {
                         IdleSessionTimeout = 123
                     },
                     TokenBasedTrigger = new TokenBasedTriggerInputProperty {
                         TokenCount = 123
                     }
                 } }
             };

Synopsis

Properties

HistoricalContextWindowSize

The memory configuration for self managed.

InvocationConfiguration

The self managed configuration.

TriggerConditions

The self managed configuration.

Properties

HistoricalContextWindowSize

The memory configuration for self managed.

double? HistoricalContextWindowSize { get; }
Property Value

double?

Remarks

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

InvocationConfiguration

The self managed configuration.

object? InvocationConfiguration { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnMemory.IInvocationConfigurationInputProperty

TriggerConditions

The self managed configuration.

object? TriggerConditions { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnMemory.ITriggerConditionInputProperty)[]

Back to top Generated by DocFX