Builder

class Builder

Properties

Link copied to clipboard

The actions associated with the rule.

Link copied to clipboard

The version of the SQL rules engine to use when evaluating the rule.

Link copied to clipboard

The description of the rule.

Link copied to clipboard

The action to take when an error occurs.

Link copied to clipboard

Specifies whether the rule is disabled.

Link copied to clipboard
var sql: String?

The SQL statement used to query the topic. For more information, see IoT SQL Reference in the IoT Developer Guide.

Functions

Link copied to clipboard
fun errorAction(block: Action.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.iot.model.Action inside the given block