@aws-cdk_aws-iot-alpha.IotSqlConfig

interface IotSqlConfig ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.IoT.Alpha.IotSqlConfig
Gogithub.com/aws/aws-cdk-go/awscdkiotalpha/v2#IotSqlConfig
Javasoftware.amazon.awscdk.services.iot.alpha.IotSqlConfig
Pythonaws_cdk.aws_iot_alpha.IotSqlConfig
TypeScript (source)@aws-cdk/aws-iot-alpha ยป IotSqlConfig

Obtainable from IotSql.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

NameTypeDescription
awsIotSqlVersion๐Ÿ”นstringThe version of the SQL rules engine to use when evaluating the rule.
sql๐Ÿ”นstringThe 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.