Retrieve a list of the health checks that are associated with the current Amazon Web Services account.
See https://paws-r.github.io/docs/route53/list_health_checks.html for full documentation.
route53_list_health_checks(Marker = NULL, MaxItems = NULL)
If the value of IsTruncated
in the previous response was true
, you
have more health checks. To get another group, submit another
list_health_checks
request.
For the value of marker
, specify the value of NextMarker
from the
previous response, which is the ID of the first health check that Amazon
Route 53 will return if you submit another request.
If the value of IsTruncated
in the previous response was false
,
there are no more health checks to get.
The maximum number of health checks that you want
list_health_checks
to return in response
to the current request. Amazon Route 53 returns a maximum of 100 items.
If you set MaxItems
to a value greater than 100, Route 53 returns only
the first 100 health checks.