Skip to content

Update Control Panel

route53recoverycontrolconfig_update_control_panel R Documentation

Updates a control panel

Description

Updates a control panel. The only update you can make to a control panel is to change the name of the control panel.

Usage

route53recoverycontrolconfig_update_control_panel(ControlPanelArn,
  ControlPanelName)

Arguments

ControlPanelArn

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

ControlPanelName

[required] The name of the control panel.

Value

A list with the following syntax:

list(
  ControlPanel = list(
    ClusterArn = "string",
    ControlPanelArn = "string",
    DefaultControlPanel = TRUE|FALSE,
    Name = "string",
    RoutingControlCount = 123,
    Status = "PENDING"|"DEPLOYED"|"PENDING_DELETION",
    Owner = "string"
  )
)

Request syntax

svc$update_control_panel(
  ControlPanelArn = "string",
  ControlPanelName = "string"
)