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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMemory.MessageBasedTriggerInputPropertystatic final classAn implementation forCfnMemory.MessageBasedTriggerInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMessageCount
The memory trigger condition input for the message based trigger message count.- See Also:
-
builder
-