route53recoverycontrolconfig_list_associated_route_53_health_checks {paws.networking}R Documentation

Returns an array of all Amazon Route 53 health checks associated with a specific routing control

Description

Returns an array of all Amazon Route 53 health checks associated with a specific routing control.

See https://www.paws-r-sdk.com/docs/route53recoverycontrolconfig_list_associated_route_53_health_checks/ for full documentation.

Usage

route53recoverycontrolconfig_list_associated_route_53_health_checks(
  MaxResults = NULL,
  NextToken = NULL,
  RoutingControlArn
)

Arguments

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.

RoutingControlArn

[required] The Amazon Resource Name (ARN) of the routing control.


[Package paws.networking version 0.9.0 Index]