| Package | Description |
|---|---|
| software.amazon.awscdk.services.iot |
AWS IoT Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
TopicRule.Builder |
TopicRule.Builder.actions(List<? extends IAction> actions)
(experimental) The actions associated with the topic rule.
|
static TopicRule.Builder |
TopicRule.Builder.create(software.constructs.Construct scope,
String id) |
TopicRule.Builder |
TopicRule.Builder.description(String description)
(experimental) A textual description of the topic rule.
|
TopicRule.Builder |
TopicRule.Builder.enabled(Boolean enabled)
(experimental) Specifies whether the rule is enabled.
|
TopicRule.Builder |
TopicRule.Builder.errorAction(IAction errorAction)
(experimental) The action AWS IoT performs when it is unable to perform a rule's action.
|
TopicRule.Builder |
TopicRule.Builder.sql(IotSql sql)
(experimental) A simplified SQL syntax to filter messages received on an MQTT topic and push the data elsewhere.
|
TopicRule.Builder |
TopicRule.Builder.topicRuleName(String topicRuleName)
(experimental) The name of the topic rule.
|
Copyright © 2022. All rights reserved.