CreateDetectorModelRequest

Types

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

Properties

Link copied to clipboard

Information that defines how the detectors operate.

Link copied to clipboard

A brief description of the detector model.

Link copied to clipboard

The name of the detector model.

Link copied to clipboard

Information about the order in which events are evaluated and how actions are executed.

Link copied to clipboard
val key: String?

The input attribute key used to identify a device or system to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression in the message payload of each input to specify the attribute-value pair that is used to identify the device associated with the input.

Link copied to clipboard

The ARN of the role that grants permission to AWS IoT Events to perform its operations.

Link copied to clipboard
val tags: List<Tag>?

Metadata that can be used to manage the detector model.

Functions

Link copied to clipboard
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