Class CfnTopicRule.SnsActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.SnsActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.SnsActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.SnsActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.SnsActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.SnsActionProperty
An implementation for
CfnTopicRule.SnsActionProperty
-
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.SnsActionProperty
CfnTopicRule.SnsActionProperty.Builder, CfnTopicRule.SnsActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.SnsActionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.SnsActionProperty.Builder
.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnTopicRule.SnsActionProperty
The ARN of the IAM role that grants access.- Specified by:
getRoleArn
in interfaceCfnTopicRule.SnsActionProperty
- See Also:
-
getTargetArn
Description copied from interface:CfnTopicRule.SnsActionProperty
The ARN of the SNS topic.- Specified by:
getTargetArn
in interfaceCfnTopicRule.SnsActionProperty
- See Also:
-
getMessageFormat
Description copied from interface:CfnTopicRule.SnsActionProperty
(Optional) The message format of the message to publish.Accepted values are "JSON" and "RAW". The default value of the attribute is "RAW". SNS uses this setting to determine if the payload should be parsed and relevant platform-specific bits of the payload should be extracted. For more information, see Amazon SNS Message and JSON Formats in the Amazon Simple Notification Service Developer Guide .
- Specified by:
getMessageFormat
in interfaceCfnTopicRule.SnsActionProperty
- 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()
-