DetectorModelConfiguration

Information about how the detector model is configured.

Types

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

Properties

Link copied to clipboard

The time the detector model was created.

Link copied to clipboard

The ARN of the detector model.

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

The version 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 value used to identify a detector instance. When a device or system sends input, a new detector instance with a unique key value is created. AWS IoT Events can continue to route input to its corresponding detector instance based on this identifying information.

Link copied to clipboard

The time the detector model was last updated.

Link copied to clipboard

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

Link copied to clipboard

The status of 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