GetAutomationRuleResponse

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 set of conditions that specify which recommended action qualify for implementation. When a rule is active and a recommended action matches these criteria, Compute Optimizer implements the action at the scheduled run time. You can specify up to 20 conditions per filter criteria and 20 values per condition.

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 automation 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.

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.

Link copied to clipboard

Configuration for scheduling when automation rules should execute, including timing and execution windows.

Link copied to clipboard

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

Link copied to clipboard
val tags: List<Tag>?

The tags associated with the automation rule.

Functions

Link copied to clipboard
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