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
Source:R/route53recoverycluster_operations.R
route53recoverycluster_list_routing_controls.RdList 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.
Usage
route53recoverycluster_list_routing_controls(
ControlPanelArn = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- 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.