AbbreviatedPlan

A summarized representation of a Region switch plan. This structure contains key information about a plan without all the detailed workflow and step data.

Types

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

Properties

Link copied to clipboard

Specifies if this is the active plan execution at this time.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the Region switch plan.

Link copied to clipboard

The description of a Region switch plan.

Link copied to clipboard

The execution role is a way to categorize a Region switch plan.

Link copied to clipboard

The name of a Region switch plan.

Link copied to clipboard

The owner of a Region switch plan.

Link copied to clipboard

The primary Region for a plan.

Link copied to clipboard

The recovery approach for a Region switch plan, which can be active/active (activeActive) or active/passive (activePassive).

Link copied to clipboard

The recovery time objective that you've specified.

Link copied to clipboard

The Amazon Web Services Region specified for a Region switch plan.

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
inline fun copy(block: AbbreviatedPlan.Builder.() -> Unit = {}): AbbreviatedPlan
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