ControlPanel

A control panel represents a group of routing controls that can be changed together in a single transaction.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the cluster that includes the control panel.

Link copied to clipboard

The Amazon Resource Name (ARN) of the control panel.

Link copied to clipboard

A flag that Amazon Route 53 Application Recovery Controller sets to true to designate the default control panel for a cluster. When you create a cluster, Amazon Route 53 Application Recovery Controller creates a control panel, and sets this flag for that control panel. If you create a control panel yourself, this flag is set to false.

Link copied to clipboard
val name: String?

The name of the control panel. You can use any non-white space character in the name.

Link copied to clipboard

The Amazon Web Services account ID of the control panel owner.

Link copied to clipboard

The number of routing controls in the control panel.

Link copied to clipboard

The deployment status of control panel. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

Functions

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