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 date and time the rule was created.

Link copied to clipboard

The description of the rule.

Link copied to clipboard

The action to perform when an error occurs.

Link copied to clipboard

Specifies whether the rule is disabled.

Link copied to clipboard

The name of the rule.

Link copied to clipboard
var sql: String?

The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

Functions

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

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