Class CfnMemoryPropsMixin.TimeBasedTriggerInputProperty
The memory trigger condition input for the time based trigger.
Inherited Members
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
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
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; }