IotEventsAction

Sends an input to an IoT Events detector.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to process the event actions as a batch. The default value is false.

Link copied to clipboard

The name of the IoT Events input.

Link copied to clipboard

The ID of the message. The default messageId is a new UUID value.

Link copied to clipboard

The ARN of the role that grants IoT permission to send an input to an IoT Events detector. ("Action":"iotevents:BatchPutMessage").

Functions

Link copied to clipboard
inline fun copy(block: IotEventsAction.Builder.() -> Unit = {}): IotEventsAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String