Interface IIotSqlConfig
(experimental) The type returned from the bind()
method in {@link IotSql}.
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.AWS.IoT.dll
Syntax (csharp)
public interface IIotSqlConfig
Syntax (vb)
Public Interface IIotSqlConfig
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoT;
var iotSqlConfig = new IotSqlConfig {
AwsIotSqlVersion = "awsIotSqlVersion",
Sql = "sql"
};
Synopsis
Properties
AwsIotSqlVersion | (experimental) The version of the SQL rules engine to use when evaluating the rule. |
Sql | (experimental) The SQL statement used to query the topic. |
Properties
AwsIotSqlVersion
(experimental) The version of the SQL rules engine to use when evaluating the rule.
string AwsIotSqlVersion { get; }
Property Value
System.String
Remarks
Stability: Experimental
Sql
(experimental) The SQL statement used to query the topic.
string Sql { get; }
Property Value
System.String
Remarks
Stability: Experimental