aws.route53.get_health_check_count
Example SQL Queries
SELECT * FROMaws.route53.get_health_check_count;Description
Retrieves the number of health checks that are associated with the current Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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_count The number of health checks associated with the current Amazon Web Services account. | BIGINT |