Class CfnAlarmModel.IotTopicPublishProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotevents.CfnAlarmModel.IotTopicPublishProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAlarmModel.IotTopicPublishProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAlarmModel.IotTopicPublishProperty
@Stability(Stable)
@Internal
public static final class CfnAlarmModel.IotTopicPublishProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAlarmModel.IotTopicPublishProperty
An implementation for
CfnAlarmModel.IotTopicPublishProperty
-
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.iotevents.CfnAlarmModel.IotTopicPublishProperty
CfnAlarmModel.IotTopicPublishProperty.Builder, CfnAlarmModel.IotTopicPublishProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAlarmModel.IotTopicPublishProperty.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 theCfnAlarmModel.IotTopicPublishProperty.Builder
.
-
-
Method Details
-
getMqttTopic
Description copied from interface:CfnAlarmModel.IotTopicPublishProperty
The MQTT topic of the message.You can use a string expression that includes variables (
$variable.<variable-name>
) and input values ($input.<input-name>.<path-to-datum>
) as the topic string.- Specified by:
getMqttTopic
in interfaceCfnAlarmModel.IotTopicPublishProperty
-
getPayload
Description copied from interface:CfnAlarmModel.IotTopicPublishProperty
You can configure the action payload when you publish a message to an AWS IoT Core topic.- Specified by:
getPayload
in interfaceCfnAlarmModel.IotTopicPublishProperty
-
$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()
-