AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53::HealthCheck

Route53 HealthCheck

Resource schema for AWS::Route53::HealthCheck.

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
HealthCheckConfig
object
Required
HealthCheckTags
Array<HealthCheckTag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
HealthCheckIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53::HealthCheck

Resources:
  MyResource:
    Type: AWS::Route53::HealthCheck
    Properties:
      HealthCheckConfig: {}

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

route53:CreateHealthCheckroute53:ChangeTagsForResourcecloudwatch:DescribeAlarmsroute53-recovery-control-config:DescribeRoutingControl

read

route53:GetHealthCheckroute53:ListTagsForResource

update

route53:UpdateHealthCheckroute53:ChangeTagsForResourceroute53:ListTagsForResourcecloudwatch:DescribeAlarms

delete

route53:DeleteHealthCheck

list

route53:ListHealthChecksroute53:ListTagsForResource

Get the Route53 Cheat Sheet

Everything you need to know about Route53 on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceRoute53
Properties3
Required1
TaggingSupported
Primary IDHealthCheckId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

HealthCheckConfig/TypeHealthCheckConfig/MeasureLatencyHealthCheckConfig/RequestInterval

External Links