Interface CfnMemory.TimeBasedTriggerInputProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMemory.TimeBasedTriggerInputProperty.Jsii$Proxy
Enclosing class:
CfnMemory

@Stability(Stable) public static interface CfnMemory.TimeBasedTriggerInputProperty extends software.amazon.jsii.JsiiSerializable
The memory trigger condition input for the time based trigger.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.bedrockagentcore.*;
 TimeBasedTriggerInputProperty timeBasedTriggerInputProperty = TimeBasedTriggerInputProperty.builder()
         .idleSessionTimeout(123)
         .build();
 

See Also: