GetPlanExecutionResponse

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

A comment included on the plan execution.

Link copied to clipboard

The time (UTC) when the plan execution 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

Specifies that you want to receive the next page of results. Valid only if you received a nextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's nextToken response to request the next page of results.

Link copied to clipboard
val plan: Plan?

The details of the Region switch plan.

Link copied to clipboard

The Amazon Resource Name (ARN) of the plan.

Link copied to clipboard

The time (UTC) when the plan execution started.

Link copied to clipboard

The states of the steps in the plan execution.

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