interface IoTRuleEventProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.IoTRuleEventProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_IoTRuleEventProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.IoTRuleEventProperty |
Python | aws_cdk.aws_sam.CfnFunction.IoTRuleEventProperty |
TypeScript | aws-cdk-lib » aws_sam » CfnFunction » IoTRuleEventProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const ioTRuleEventProperty: sam.CfnFunction.IoTRuleEventProperty = {
sql: 'sql',
// the properties below are optional
awsIotSqlVersion: 'awsIotSqlVersion',
};
Properties
| Name | Type | Description |
|---|---|---|
| sql | string | |
| aws | string |
sql
Type:
string
awsIotSqlVersion?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript