Interface CfnMemory.MessageBasedTriggerInputProperty

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

@Stability(Stable) public static interface CfnMemory.MessageBasedTriggerInputProperty extends software.amazon.jsii.JsiiSerializable
The message based trigger input.

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.*;
 MessageBasedTriggerInputProperty messageBasedTriggerInputProperty = MessageBasedTriggerInputProperty.builder()
         .messageCount(123)
         .build();
 

See Also: