@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:32.341Z") @Stability(value=Experimental) public interface IotSqlConfig extends software.amazon.jsii.JsiiSerializable
IotSql.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iot.*;
IotSqlConfig iotSqlConfig = IotSqlConfig.builder()
.awsIotSqlVersion("awsIotSqlVersion")
.sql("sql")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
IotSqlConfig.Builder
A builder for
IotSqlConfig |
static class |
IotSqlConfig.Jsii$Proxy
An implementation for
IotSqlConfig |
| Modifier and Type | Method and Description |
|---|---|
static IotSqlConfig.Builder |
builder() |
String |
getAwsIotSqlVersion()
(experimental) The version of the SQL rules engine to use when evaluating the rule.
|
String |
getSql()
(experimental) The SQL statement used to query the topic.
|
@Stability(value=Experimental) @NotNull String getAwsIotSqlVersion()
@Stability(value=Experimental) @NotNull String getSql()
@Stability(value=Experimental) static IotSqlConfig.Builder builder()
IotSqlConfig.Builder of IotSqlConfigCopyright © 2022. All rights reserved.