Skip to content

Update Routing Control

route53recoverycontrolconfig_update_routing_control R Documentation

Updates a routing control

Description

Updates a routing control. You can only update the name of the routing control. To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.

Usage

route53recoverycontrolconfig_update_routing_control(RoutingControlArn,
  RoutingControlName)

Arguments

RoutingControlArn

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

RoutingControlName

[required] The name of the routing control.

Value

A list with the following syntax:

list(
  RoutingControl = list(
    ControlPanelArn = "string",
    Name = "string",
    RoutingControlArn = "string",
    Status = "PENDING"|"DEPLOYED"|"PENDING_DELETION",
    Owner = "string"
  )
)

Request syntax

svc$update_routing_control(
  RoutingControlArn = "string",
  RoutingControlName = "string"
)