List Associated Route 53 Health Checks
route53recoverycontrolconfig_list_associated_route_53_health_checks | 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.
Usage¶
route53recoverycontrolconfig_list_associated_route_53_health_checks(
MaxResults, NextToken, 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. |
Value¶
A list with the following syntax:
list(
HealthCheckIds = list(
"string"
),
NextToken = "string"
)
Request syntax¶
svc$list_associated_route_53_health_checks(
MaxResults = 123,
NextToken = "string",
RoutingControlArn = "string"
)