Get Control Panel Result
data class GetControlPanelResult(val controlPanelArn: String? = null, val defaultControlPanel: Boolean? = null, val name: String? = null, val routingControlCount: Int? = null, val status: ControlPanelStatus? = null)
Constructors
Link copied to clipboard
constructor(controlPanelArn: String? = null, defaultControlPanel: Boolean? = null, name: String? = null, routingControlCount: Int? = null, status: ControlPanelStatus? = null)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the cluster.
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
Count of associated routing controls
Link copied to clipboard
The deployment status of control panel. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.