Show / Hide Table of Contents

Class CfnMemoryPropsMixin.TimeBasedTriggerInputProperty

The memory trigger condition input for the time based trigger.

Inheritance
object
CfnMemoryPropsMixin.TimeBasedTriggerInputProperty
Implements
CfnMemoryPropsMixin.ITimeBasedTriggerInputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.BedrockAgentCore.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnMemoryPropsMixin.TimeBasedTriggerInputProperty : CfnMemoryPropsMixin.ITimeBasedTriggerInputProperty
Syntax (vb)
Public Class CfnMemoryPropsMixin.TimeBasedTriggerInputProperty Implements CfnMemoryPropsMixin.ITimeBasedTriggerInputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-timebasedtriggerinput.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 timeBasedTriggerInputProperty = new TimeBasedTriggerInputProperty {
                 IdleSessionTimeout = 123
             };

Synopsis

Constructors

TimeBasedTriggerInputProperty()

The memory trigger condition input for the time based trigger.

Properties

IdleSessionTimeout

The memory trigger condition input for the session timeout.

Constructors

TimeBasedTriggerInputProperty()

The memory trigger condition input for the time based trigger.

public TimeBasedTriggerInputProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-memory-timebasedtriggerinput.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 timeBasedTriggerInputProperty = new TimeBasedTriggerInputProperty {
                 IdleSessionTimeout = 123
             };

Properties

IdleSessionTimeout

The memory trigger condition input for the session timeout.

public double? IdleSessionTimeout { get; set; }
Property Value

double?

Remarks

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

Implements

CfnMemoryPropsMixin.ITimeBasedTriggerInputProperty
Back to top Generated by DocFX