TopicRuleErrorActionIotAnalytics

data class TopicRuleErrorActionIotAnalytics(val batchMode: Boolean? = null, val channelName: String, val roleArn: String)

Constructors

Link copied to clipboard
constructor(batchMode: Boolean? = null, channelName: String, roleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchMode: Boolean? = null

The payload that contains a JSON array of records will be sent to IoT Analytics via a batch call.

Link copied to clipboard

Name of AWS IOT Analytics channel.

Link copied to clipboard

The ARN of the IAM role that grants access.