AbbreviatedExecution

A summarized representation of a plan execution. This structure contains key information about an execution without all the detailed step data.

Types

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

Properties

Link copied to clipboard

The actual recovery time that Region switch calculates for a plan execution. Actual recovery time includes the time for the plan to run added to the time elapsed until the application health alarms that you've specified are healthy again.

Link copied to clipboard

An optional comment about the plan execution.

Link copied to clipboard

The timestamp when the plan execution was ended.

Link copied to clipboard

The plan execution action. Valid values are Activate, to activate an Amazon Web Services Region, or Deactivate, to deactivate a Region.

Link copied to clipboard

The execution identifier of a plan execution.

Link copied to clipboard

The Amazon Web Services Region for a plan execution.

Link copied to clipboard

The plan execution state. Provides the state of a plan execution, for example, In Progress or Paused by Operator.

Link copied to clipboard

The plan execution mode. Valid values are Practice, for testing without making actual changes, or Recovery, for actual traffic shifting and application recovery.

Link copied to clipboard

The Amazon Resource Name (ARN) of the plan.

Link copied to clipboard

The timestamp when the plan execution was started.

Link copied to clipboard

The timestamp when the plan execution was last updated.

Link copied to clipboard

The version for the plan.

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