View source: R/route53recoverycontrolconfig_operations.R
route53recoverycontrolconfig_list_routing_controls | R Documentation |
Returns an array of routing controls for a control panel. A routing control is an Amazon Route 53 Application Recovery Controller construct that has one of two states: ON and OFF. You can map the routing control state to the state of an Amazon Route 53 health check, which can be used to control routing.
See https://www.paws-r-sdk.com/docs/route53recoverycontrolconfig_list_routing_controls/ for full documentation.
route53recoverycontrolconfig_list_routing_controls(
ControlPanelArn,
MaxResults = NULL,
NextToken = NULL
)
ControlPanelArn |
[required] The Amazon Resource Name (ARN) of the control panel. |
MaxResults |
The number of objects that you want to return with this call. |
NextToken |
The token that identifies which batch of results you want to see. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.