@Stability(value=Stable) @Internal public static final class CfnTopicRule.IotEventsActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTopicRule.IotEventsActionProperty
CfnTopicRule.IotEventsActionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnTopicRule.IotEventsActionProperty.Builder, CfnTopicRule.IotEventsActionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTopicRule.IotEventsActionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTopicRule.ActionProperty.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) |
Object |
getBatchMode()
Whether to process the event actions as a batch.
|
String |
getInputName()
The name of the AWS IoT Events input.
|
String |
getMessageId()
The ID of the message.
|
String |
getRoleArn()
The ARN of the role that grants AWS IoT permission to send an input to an AWS IoT Events detector.
|
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(CfnTopicRule.IotEventsActionProperty.Builder builder)
CfnTopicRule.ActionProperty.Builder.public final String getInputName()
CfnTopicRule.IotEventsActionPropertygetInputName in interface CfnTopicRule.IotEventsActionPropertypublic final String getRoleArn()
CfnTopicRule.IotEventsActionProperty("Action":"iotevents:BatchPutMessage").
getRoleArn in interface CfnTopicRule.IotEventsActionPropertypublic final Object getBatchMode()
CfnTopicRule.IotEventsActionProperty
When 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.
getBatchMode in interface CfnTopicRule.IotEventsActionPropertypublic final String getMessageId()
CfnTopicRule.IotEventsActionProperty
When 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.
getMessageId in interface CfnTopicRule.IotEventsActionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.