Plan

class Plan

Represents a Region switch plan. A plan defines the steps required to shift traffic from one Amazon Web Services Region to another.

Types

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the plan.

Link copied to clipboard

The associated application health alarms for a plan.

Link copied to clipboard

The description for a plan.

Link copied to clipboard

The execution role for a plan.

Link copied to clipboard

The name for a plan.

Link copied to clipboard

The owner of a 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 for a plan.

Link copied to clipboard

The Amazon Web Services Regions for a plan.

Link copied to clipboard

The triggers for a plan.

Link copied to clipboard

The timestamp when the plan was last updated.

Link copied to clipboard

The version for the plan.

Link copied to clipboard

The workflows for a plan.

Functions

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