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
fun GetControlPanelResult(controlPanelArn: String? = null, defaultControlPanel: Boolean? = null, name: String? = null, routingControlCount: Int? = null, status: ControlPanelStatus? = null)
Types
Properties
Link copied to clipboard
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