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