List Health Checks
| route53_list_health_checks | R Documentation |
Retrieve a list of the health checks that are associated with the current Amazon Web Services account¶
Description¶
Retrieve a list of the health checks that are associated with the current Amazon Web Services account.
Usage¶
Arguments¶
MarkerIf the value of
IsTruncatedin the previous response wastrue, you have more health checks. To get another group, submit anotherlist_health_checksrequest.For the value of
marker, specify the value ofNextMarkerfrom 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
IsTruncatedin the previous response wasfalse, there are no more health checks to get.MaxItemsThe maximum number of health checks that you want
list_health_checksto return in response to the current request. Amazon Route 53 returns a maximum of 1000 items. If you setMaxItemsto a value greater than 1000, Route 53 returns only the first 1000 health checks.
Value¶
A list with the following syntax:
list(
HealthChecks = list(
list(
Id = "string",
CallerReference = "string",
LinkedService = list(
ServicePrincipal = "string",
Description = "string"
),
HealthCheckConfig = list(
IPAddress = "string",
Port = 123,
Type = "HTTP"|"HTTPS"|"HTTP_STR_MATCH"|"HTTPS_STR_MATCH"|"TCP"|"CALCULATED"|"CLOUDWATCH_METRIC"|"RECOVERY_CONTROL",
ResourcePath = "string",
FullyQualifiedDomainName = "string",
SearchString = "string",
RequestInterval = 123,
FailureThreshold = 123,
MeasureLatency = TRUE|FALSE,
Inverted = TRUE|FALSE,
Disabled = TRUE|FALSE,
HealthThreshold = 123,
ChildHealthChecks = list(
"string"
),
EnableSNI = TRUE|FALSE,
Regions = list(
"us-east-1"|"us-west-1"|"us-west-2"|"eu-west-1"|"ap-southeast-1"|"ap-southeast-2"|"ap-northeast-1"|"sa-east-1"
),
AlarmIdentifier = list(
Region = "us-east-1"|"us-east-2"|"us-west-1"|"us-west-2"|"ca-central-1"|"eu-central-1"|"eu-central-2"|"eu-west-1"|"eu-west-2"|"eu-west-3"|"ap-east-1"|"me-south-1"|"me-central-1"|"ap-south-1"|"ap-south-2"|"ap-southeast-1"|"ap-southeast-2"|"ap-southeast-3"|"ap-northeast-1"|"ap-northeast-2"|"ap-northeast-3"|"eu-north-1"|"sa-east-1"|"cn-northwest-1"|"cn-north-1"|"af-south-1"|"eu-south-1"|"eu-south-2"|"us-gov-west-1"|"us-gov-east-1"|"us-iso-east-1"|"us-iso-west-1"|"us-isob-east-1"|"ap-southeast-4"|"il-central-1"|"ca-west-1"|"ap-southeast-5",
Name = "string"
),
InsufficientDataHealthStatus = "Healthy"|"Unhealthy"|"LastKnownStatus",
RoutingControlArn = "string"
),
HealthCheckVersion = 123,
CloudWatchAlarmConfiguration = list(
EvaluationPeriods = 123,
Threshold = 123.0,
ComparisonOperator = "GreaterThanOrEqualToThreshold"|"GreaterThanThreshold"|"LessThanThreshold"|"LessThanOrEqualToThreshold",
Period = 123,
MetricName = "string",
Namespace = "string",
Statistic = "Average"|"Sum"|"SampleCount"|"Maximum"|"Minimum",
Dimensions = list(
list(
Name = "string",
Value = "string"
)
)
)
)
),
Marker = "string",
IsTruncated = TRUE|FALSE,
NextMarker = "string",
MaxItems = "string"
)