route53recoverycontrolconfig_list_routing_controls {paws.networking} | R Documentation |
Returns an array of routing controls for a control panel
Description
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.
Usage
route53recoverycontrolconfig_list_routing_controls(
ControlPanelArn,
MaxResults = NULL,
NextToken = NULL
)
Arguments
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. |
[Package paws.networking version 0.7.0 Index]