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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.IotAnalyticsActionProperty
CfnTopicRule.IotAnalyticsActionProperty.Builder, CfnTopicRule.IotAnalyticsActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.IotAnalyticsActionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Whether to process the action as a batch.final String
The name of the IoT Analytics channel to which message data will be sent.final String
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).final int
hashCode()
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.IotAnalyticsActionProperty
The name of the IoT Analytics channel to which message data will be sent.- Specified by:
getChannelName
in interfaceCfnTopicRule.IotAnalyticsActionProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRule.IotAnalyticsActionProperty
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).- Specified by:
getRoleArn
in interfaceCfnTopicRule.IotAnalyticsActionProperty
- See Also:
-
getBatchMode
Description copied from interface:CfnTopicRule.IotAnalyticsActionProperty
Whether to process the action as a batch. The default value isfalse
.When
batchMode
istrue
and the rule SQL statement evaluates to an Array, each Array element is delivered as a separate message when passed byBatchPutMessage
The resulting array can't have more than 100 messages.- Specified by:
getBatchMode
in interfaceCfnTopicRule.IotAnalyticsActionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-