--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_route53_health_check Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::Route53::HealthCheck. --- # awscc_route53_health_check (Resource) Resource schema for AWS::Route53::HealthCheck. ## Schema ### Required - `health_check_config` (Attributes) A complex type that contains information about the health check. (see [below for nested schema](#nestedatt--health_check_config)) ### Optional - `health_check_tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--health_check_tags)) ### Read-Only - `health_check_id` (String) - `id` (String) Uniquely identifies the resource. ### Nested Schema for `health_check_config` Required: - `alarm_identifier` (Attributes) A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether the specified health check is healthy. (see [below for nested schema](#nestedatt--health_check_config--alarm_identifier)) - `child_health_checks` (List of String) - `enable_sni` (Boolean) - `failure_threshold` (Number) - `fully_qualified_domain_name` (String) - `health_threshold` (Number) - `insufficient_data_health_status` (String) - `inverted` (Boolean) - `ip_address` (String) - `measure_latency` (Boolean) - `port` (Number) - `regions` (List of String) - `request_interval` (Number) - `resource_path` (String) - `routing_control_arn` (String) - `search_string` (String) - `type` (String) ### Nested Schema for `health_check_config.alarm_identifier` Required: - `name` (String) The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy. - `region` (String) For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in. ### Nested Schema for `health_check_tags` Optional: - `key` (String) The key name of the tag. - `value` (String) The value for the tag. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_route53_health_check.example ```