Class CfnTopicRule.IotAnalyticsActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.IotAnalyticsActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.IotAnalyticsActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnTopicRule.IotAnalyticsActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.IotAnalyticsActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.IotAnalyticsActionProperty
An implementation for
CfnTopicRule.IotAnalyticsActionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.IotAnalyticsActionProperty
CfnTopicRule.IotAnalyticsActionProperty.Builder, CfnTopicRule.IotAnalyticsActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRule.IotAnalyticsActionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectWhether to process the action as a batch.final StringThe name of the IoT Analytics channel to which message data will be sent.final StringThe ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.IotAnalyticsActionProperty.Builder.
-
-
Method Details
-
getChannelName
Description copied from interface:CfnTopicRule.IotAnalyticsActionPropertyThe name of the IoT Analytics channel to which message data will be sent.- Specified by:
getChannelNamein interfaceCfnTopicRule.IotAnalyticsActionProperty
-
getRoleArn
Description copied from interface:CfnTopicRule.IotAnalyticsActionPropertyThe ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).- Specified by:
getRoleArnin interfaceCfnTopicRule.IotAnalyticsActionProperty
-
getBatchMode
Description copied from interface:CfnTopicRule.IotAnalyticsActionPropertyWhether to process the action as a batch. The default value isfalse.When
batchModeistrueand the rule SQL statement evaluates to an Array, each Array element is delivered as a separate message when passed byBatchPutMessageThe resulting array can't have more than 100 messages.- Specified by:
getBatchModein interfaceCfnTopicRule.IotAnalyticsActionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-