route53recoverycontrolconfig_list_routing_controls: Returns an array of routing controls for a control panel

View source: R/route53recoverycontrolconfig_operations.R

route53recoverycontrolconfig_list_routing_controlsR 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.