route53recoverycontrolconfig_update_control_panel {paws.networking}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.

See https://www.paws-r-sdk.com/docs/route53recoverycontrolconfig_update_control_panel/ for full documentation.

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.


[Package paws.networking version 0.7.0 Index]