AutomationRule

Represents a complete automation rule configuration including criteria, schedule, and execution settings.

Types

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

Properties

Link copied to clipboard

The 12-digit Amazon Web Services account ID that owns this automation rule.

Link copied to clipboard

The timestamp when the automation rule was created.

Link copied to clipboard

A description of the automation rule.

Link copied to clipboard

The timestamp when the automation rule was last updated.

Link copied to clipboard
val name: String?

The name of the automation rule.

Link copied to clipboard

Configuration settings for organization-wide rules.

Link copied to clipboard

A string representation of a decimal number between 0 and 1 (having up to 30 digits after the decimal point) that determines the priority of the rule. When multiple rules match the same recommended action, Compute Optimizer assigns the action to the rule with the lowest priority value (highest priority), even if that rule is scheduled to run later than other matching rules.

Link copied to clipboard

List of recommended action types that this rule can execute.

Link copied to clipboard

The Amazon Resource Name (ARN) of the automation rule.

Link copied to clipboard

The unique identifier of the automation rule.

Link copied to clipboard

The revision number of the automation rule.

Link copied to clipboard

The type of automation rule (OrganizationRule or AccountRule).

Link copied to clipboard

The schedule configuration for when the automation rule should execute.

Link copied to clipboard

The current status of the automation rule (Active or Inactive).

Functions

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