route53recoverycontrolconfig_list_control_panels {paws.networking} | R Documentation |
Returns an array of control panels in an account or in a cluster
Description
Returns an array of control panels in an account or in a cluster.
See https://www.paws-r-sdk.com/docs/route53recoverycontrolconfig_list_control_panels/ for full documentation.
Usage
route53recoverycontrolconfig_list_control_panels(
ClusterArn = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
ClusterArn |
The Amazon Resource Name (ARN) of a cluster. |
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]