Interface IotSqlConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IotSqlConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:57.724Z")
@Stability(Experimental)
public interface IotSqlConfig
extends software.amazon.jsii.JsiiSerializable
(experimental) The type returned from the `bind()` method in
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forIotSqlConfigstatic final classAn implementation forIotSqlConfig -
Method Summary
Modifier and TypeMethodDescriptionstatic IotSqlConfig.Builderbuilder()(experimental) The version of the SQL rules engine to use when evaluating the rule.getSql()(experimental) The SQL statement used to query the topic.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAwsIotSqlVersion
(experimental) The version of the SQL rules engine to use when evaluating the rule. -
getSql
(experimental) The SQL statement used to query the topic. -
builder
- Returns:
- a
IotSqlConfig.BuilderofIotSqlConfig
-