interface IotSqlConfig
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.Alpha.IotSqlConfig |
![]() | github.com/aws/aws-cdk-go/awscdkiotalpha/v2#IotSqlConfig |
![]() | software.amazon.awscdk.services.iot.alpha.IotSqlConfig |
![]() | aws_cdk.aws_iot_alpha.IotSqlConfig |
![]() | @aws-cdk/aws-iot-alpha » IotSqlConfig |
Obtainable from
Iot
.bind()
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 * as iot_alpha from '@aws-cdk/aws-iot-alpha';
const iotSqlConfig: iot_alpha.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.