Class CfnTopicRule.RepublishActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.RepublishActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.RepublishActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.RepublishActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.RepublishActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.RepublishActionProperty
An implementation for
CfnTopicRule.RepublishActionProperty-
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.RepublishActionProperty
CfnTopicRule.RepublishActionProperty.Builder, CfnTopicRule.RepublishActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRule.RepublishActionProperty.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 ObjectMQTT Version 5.0 headers information.final NumbergetQos()The Quality of Service (QoS) level to use when republishing messages.final StringThe ARN of the IAM role that grants access.final StringgetTopic()The name of the MQTT topic.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.RepublishActionProperty.Builder.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnTopicRule.RepublishActionPropertyThe ARN of the IAM role that grants access.- Specified by:
getRoleArnin interfaceCfnTopicRule.RepublishActionProperty- See Also:
-
getTopic
Description copied from interface:CfnTopicRule.RepublishActionPropertyThe name of the MQTT topic.- Specified by:
getTopicin interfaceCfnTopicRule.RepublishActionProperty- See Also:
-
getHeaders
Description copied from interface:CfnTopicRule.RepublishActionPropertyMQTT Version 5.0 headers information. For more information, see MQTT in the IoT Core Developer Guide.Returns union: either
IResolvableorCfnTopicRule.RepublishActionHeadersProperty- Specified by:
getHeadersin interfaceCfnTopicRule.RepublishActionProperty- See Also:
-
getQos
Description copied from interface:CfnTopicRule.RepublishActionPropertyThe Quality of Service (QoS) level to use when republishing messages.The default value is 0.
- Specified by:
getQosin interfaceCfnTopicRule.RepublishActionProperty- 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()
-