| Package | Description |
|---|---|
| software.amazon.awscdk.services.iot |
AWS IoT Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static IotSql |
IotSql.fromStringAsVer20151008(String sql)
(experimental) Uses the original SQL version built on 2015-10-08.
|
static IotSql |
IotSql.fromStringAsVer20160323(String sql)
(experimental) Uses the SQL version built on 2016-03-23.
|
static IotSql |
IotSql.fromStringAsVerNewestUnstable(String sql)
(experimental) Uses the most recent beta SQL version.
|
IotSql |
TopicRuleProps.getSql()
(experimental) A simplified SQL syntax to filter messages received on an MQTT topic and push the data elsewhere.
|
IotSql |
TopicRuleProps.Jsii$Proxy.getSql() |
| Modifier and Type | Method and Description |
|---|---|
TopicRuleProps.Builder |
TopicRuleProps.Builder.sql(IotSql sql)
Sets the value of
TopicRuleProps.getSql() |
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.
|
Copyright © 2022. All rights reserved.