# AWS::Route53RecoveryReadiness::ResourceSet DNSTargetResource A component for DNS/routing control readiness checks. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "DomainName" : String, "RecordSetId" : String, "HostedZoneArn" : String, "RecordType" : String, "TargetResource" : TargetResource }### YAML
DomainName: String RecordSetId: String HostedZoneArn: 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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### RecordSetId The Route 53 record set ID that will uniquely identify a DNS record, given a name and a type. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### 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](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### RecordType The type of DNS record of the target resource. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### TargetResource The target resource that the Route 53 record points to. _Required_: No _Type_: TargetResource _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)