aws.route53.get_health_check_last_failure_reason
Example SQL Queries
SELECT * FROMaws.route53.get_health_check_last_failure_reasonWHERE"health_check_id" = 'VALUE';Description
Gets the reason that a specified health check failed most recently.
Table Definition
| Column Name | Column Data Type |
|---|---|
| health_check_id Required Input Column The ID for the health check for which you want the last failure reason. When you created the health check, CreateHealthCheck returned the ID in the response, in the HealthCheckId element. If you want to get the last failure reason for a calculated health check, you must use the Amazon Route 53 console or the CloudWatch console. You can't use GetHealthCheckLastFailureReason for a calculated health check. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| health_check_observations A list that contains one Observation element for each Amazon Route 53 health checker that is reporting a last failure reason. | STRUCT( |
Show child fields
| |