@Stability(value=Experimental) @Internal public static final class IotEventsPutMessageActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IotEventsPutMessageActionProps
IotEventsPutMessageActionPropssoftware.amazon.jsii.JsiiObject.InitializationModeIotEventsPutMessageActionProps.Builder, IotEventsPutMessageActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IotEventsPutMessageActionProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
IotEventsPutMessageActionProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getBatchMode()
(experimental) Whether to process the event actions as a batch.
|
String |
getMessageId()
(experimental) The ID of the message.
|
IRole |
getRole()
(experimental) The IAM role that allows access to AWS service.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IotEventsPutMessageActionProps.Builder builder)
IotEventsPutMessageActionProps.Builder.public final Boolean getBatchMode()
IotEventsPutMessageActionPropsWhen batchMode is true, you can't specify a messageId.
When batchMode is true and the rule SQL statement evaluates to an Array, each Array element is treated as a separate message when Events by calling BatchPutMessage. The resulting array can't have more than 10 messages.
Default: false
getBatchMode in interface IotEventsPutMessageActionPropspublic final String getMessageId()
IotEventsPutMessageActionPropsWhen batchMode is true, you can't specify a messageId--a new UUID value will be assigned. Assign a value to this property to ensure that only one input (message) with a given messageId will be processed by an AWS IoT Events detector.
Default: - none -- a new UUID value will be assigned
getMessageId in interface IotEventsPutMessageActionPropspublic final IRole getRole()
CommonActionPropsDefault: a new role will be created
getRole in interface CommonActionProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.