Class CfnTopicRulePropsMixin.IotAnalyticsActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.IotAnalyticsActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRulePropsMixin.IotAnalyticsActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRulePropsMixin.IotAnalyticsActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRulePropsMixin.IotAnalyticsActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRulePropsMixin.IotAnalyticsActionProperty
An implementation for
CfnTopicRulePropsMixin.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.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.IotAnalyticsActionProperty
CfnTopicRulePropsMixin.IotAnalyticsActionProperty.Builder, CfnTopicRulePropsMixin.IotAnalyticsActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRulePropsMixin.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 ObjectThe 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 theCfnTopicRulePropsMixin.IotAnalyticsActionProperty.Builder.
-
-
Method Details
-
getBatchMode
Description copied from interface:CfnTopicRulePropsMixin.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.Returns union: either
BooleanorIResolvable- Specified by:
getBatchModein interfaceCfnTopicRulePropsMixin.IotAnalyticsActionProperty- See Also:
-
getChannelName
Description copied from interface:CfnTopicRulePropsMixin.IotAnalyticsActionPropertyThe name of the IoT Analytics channel to which message data will be sent.- Specified by:
getChannelNamein interfaceCfnTopicRulePropsMixin.IotAnalyticsActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRulePropsMixin.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 interfaceCfnTopicRulePropsMixin.IotAnalyticsActionProperty- See Also:
-
$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()
-