Rule

class Rule

Information about a rule.

Types

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

Properties

Link copied to clipboard

A list of actions to be run when the rule is triggered.

Link copied to clipboard

The timestamp for when the rule was created.

Link copied to clipboard

The conditions of the rule.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who last updated the rule.

Link copied to clipboard

The timestamp for the when the rule was last updated.

Link copied to clipboard

The name of the rule.

Link copied to clipboard

The publish status of the rule.

Link copied to clipboard

The Amazon Resource Name (ARN) of the rule.

Link copied to clipboard

A unique identifier for the rule.

Link copied to clipboard

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

Link copied to clipboard

The event source to trigger the rule.

Functions

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