@Stability(value=Experimental) @Internal public static final class TopicRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TopicRuleProps
TopicRulePropssoftware.amazon.jsii.JsiiObject.InitializationModeTopicRuleProps.Builder, TopicRuleProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(TopicRuleProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
TopicRuleProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<IAction> |
getActions()
(experimental) The actions associated with the topic rule.
|
String |
getDescription()
(experimental) A textual description of the topic rule.
|
Boolean |
getEnabled()
(experimental) Specifies whether the rule is enabled.
|
IAction |
getErrorAction()
(experimental) The action AWS IoT performs when it is unable to perform a rule's action.
|
IotSql |
getSql()
(experimental) A simplified SQL syntax to filter messages received on an MQTT topic and push the data elsewhere.
|
String |
getTopicRuleName()
(experimental) The name of the topic rule.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(TopicRuleProps.Builder builder)
TopicRuleProps.Builder.public final IotSql getSql()
TopicRulePropsgetSql in interface TopicRulePropshttps://docs.aws.amazon.com/iot/latest/developerguide/iot-sql-reference.htmlpublic final List<IAction> getActions()
TopicRulePropsDefault: No actions will be perform
getActions in interface TopicRulePropspublic final String getDescription()
TopicRulePropsDefault: None
getDescription in interface TopicRulePropspublic final Boolean getEnabled()
TopicRulePropsDefault: true
getEnabled in interface TopicRulePropspublic final IAction getErrorAction()
TopicRulePropsDefault: - no action will be performed
getErrorAction in interface TopicRulePropspublic final String getTopicRuleName()
TopicRulePropsDefault: None
getTopicRuleName in interface TopicRuleProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.