route53recoverycontrolconfig_create_routing_control {paws.networking} | R Documentation |
Creates a new routing control
Description
Creates a new routing control.
See https://www.paws-r-sdk.com/docs/route53recoverycontrolconfig_create_routing_control/ for full documentation.
Usage
route53recoverycontrolconfig_create_routing_control(
ClientToken = NULL,
ClusterArn,
ControlPanelArn = NULL,
RoutingControlName
)
Arguments
ClientToken |
A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request. |
ClusterArn |
[required] The Amazon Resource Name (ARN) of the cluster that includes the routing control. |
ControlPanelArn |
The Amazon Resource Name (ARN) of the control panel that includes the routing control. |
RoutingControlName |
[required] The name of the routing control. |
[Package paws.networking version 0.7.0 Index]