Builder
Properties
Defines an action to write to the Amazon DynamoDB table that you created. The standard action payload contains all the information about the detector model instance and the event that triggered the action. You can customize the payload. One column of the DynamoDB table receives all attribute-value pairs in the payload that you specify.
Defines an action to write to the Amazon DynamoDB table that you created. The default action payload contains all the information about the detector model instance and the event that triggered the action. You can customize the payload. A separate column of the DynamoDB table receives one attribute-value pair in the payload that you specify.
Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.
Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.
Sends information about the detector model instance and the event that triggered the action to a specified asset property in AWS IoT SiteWise.
Information required to publish the MQTT message through the AWS IoT message broker.
Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.
Information required to publish the Amazon SNS message.
Functions
construct an aws.sdk.kotlin.services.iotevents.model.DynamoDbAction inside the given block
construct an aws.sdk.kotlin.services.iotevents.model.DynamoDbV2Action inside the given block
construct an aws.sdk.kotlin.services.iotevents.model.FirehoseAction inside the given block
construct an aws.sdk.kotlin.services.iotevents.model.IotEventsAction inside the given block
construct an aws.sdk.kotlin.services.iotevents.model.IotSiteWiseAction inside the given block
construct an aws.sdk.kotlin.services.iotevents.model.IotTopicPublishAction inside the given block
construct an aws.sdk.kotlin.services.iotevents.model.LambdaAction inside the given block
construct an aws.sdk.kotlin.services.iotevents.model.SnsTopicPublishAction inside the given block
construct an aws.sdk.kotlin.services.iotevents.model.SqsAction inside the given block