RuleUpdate

Represents an object when updating a rule.

Types

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

Properties

Link copied to clipboard

The rule action.

Link copied to clipboard

The rule match.

Link copied to clipboard

The rule priority. A listener can't have multiple rules with the same priority.

Link copied to clipboard

The ID or Amazon Resource Name (ARN) of the rule.

Functions

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