interface IotSqlConfig
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoT.IotSqlConfig |
Java | software.amazon.awscdk.services.iot.IotSqlConfig |
Python | aws_cdk.aws_iot.IotSqlConfig |
TypeScript (source) | @aws-cdk/aws-iot » IotSqlConfig |
Obtainable from
Iot
.bind()
The type returned from the bind()
method in {@link IotSql}.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iot from '@aws-cdk/aws-iot';
const iotSqlConfig: iot.IotSqlConfig = {
awsIotSqlVersion: 'awsIotSqlVersion',
sql: 'sql',
};
Properties
Name | Type | Description |
---|---|---|
aws | string | The version of the SQL rules engine to use when evaluating the rule. |
sql | string | The SQL statement used to query the topic. |
awsIotSqlVersion
Type:
string
The version of the SQL rules engine to use when evaluating the rule.
sql
Type:
string
The SQL statement used to query the topic.