AWS::Route53RecoveryReadiness::ResourceSet DNSTargetResource - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Route53RecoveryReadiness::ResourceSet DNSTargetResource

A component for DNS/routing control readiness checks and architecture checks.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DomainName" : String, "HostedZoneArn" : String, "RecordSetId" : String, "RecordType" : String, "TargetResource" : TargetResource }

Properties

DomainName

The domain name that acts as an ingress point to a portion of the customer application.

Required: No

Type: String

Update requires: No interruption

HostedZoneArn

The hosted zone Amazon Resource Name (ARN) that contains the DNS record with the provided name of the target resource.

Required: No

Type: String

Update requires: No interruption

RecordSetId

The Amazon Route 53 record set ID that uniquely identifies a DNS record, given a name and a type.

Required: No

Type: String

Update requires: No interruption

RecordType

The type of DNS record of the target resource.

Required: No

Type: String

Update requires: No interruption

TargetResource

The target resource that the Route 53 record points to.

Required: No

Type: TargetResource

Update requires: No interruption