View source: R/route53recoverycluster_operations.R
route53recoverycluster_list_routing_controls | R Documentation |
List routing control names and Amazon Resource Names (ARNs), as well as the routing control state for each routing control, along with the control panel name and control panel ARN for the routing controls. If you specify a control panel ARN, this call lists the routing controls in the control panel. Otherwise, it lists all the routing controls in the cluster.
See https://www.paws-r-sdk.com/docs/route53recoverycluster_list_routing_controls/ for full documentation.
route53recoverycluster_list_routing_controls(
ControlPanelArn = NULL,
NextToken = NULL,
MaxResults = NULL
)
ControlPanelArn |
The Amazon Resource Name (ARN) of the control panel of the routing controls to list. |
NextToken |
The token for the next set of results. You receive this token from a previous call. |
MaxResults |
The number of routing controls objects that you want to return with this call. The default value is 500. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.