Interface IotSqlConfig

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IotSqlConfig.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.804Z") @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.alpha.*;
 IotSqlConfig iotSqlConfig = IotSqlConfig.builder()
         .awsIotSqlVersion("awsIotSqlVersion")
         .sql("sql")
         .build();
 
  • Method Details

    • getAwsIotSqlVersion

      @Stability(Experimental) @NotNull String getAwsIotSqlVersion()
      (experimental) The version of the SQL rules engine to use when evaluating the rule.
    • getSql

      @Stability(Experimental) @NotNull String getSql()
      (experimental) The SQL statement used to query the topic.
    • builder

      @Stability(Experimental) static IotSqlConfig.Builder builder()
      Returns:
      a IotSqlConfig.Builder of IotSqlConfig