SimpleRule

A rule that compares an input property value to a threshold value with a comparison operator.

Types

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

Properties

Link copied to clipboard

The comparison operator.

Link copied to clipboard

The value on the left side of the comparison operator. You can specify an AWS IoT Events input attribute as an input property.

Link copied to clipboard

The value on the right side of the comparison operator. You can enter a number or specify an AWS IoT Events input attribute.

Functions

Link copied to clipboard
inline fun copy(block: SimpleRule.Builder.() -> Unit = {}): SimpleRule
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