View source: R/route53recoverycontrolconfig_operations.R
route53recoverycontrolconfig_create_routing_control | R Documentation |
Creates a new routing control.
See https://www.paws-r-sdk.com/docs/route53recoverycontrolconfig_create_routing_control/ for full documentation.
route53recoverycontrolconfig_create_routing_control(
ClientToken = NULL,
ClusterArn,
ControlPanelArn = NULL,
RoutingControlName
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.