# AWS::Route53RecoveryReadiness::ResourceSet TargetResource The target resource that the Route 53 record points to. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "NLBResource" : NLBResource,
    "R53Resource" : R53ResourceRecord
}
### YAML
NLBResource: NLBResource
R53Resource: R53ResourceRecord
## Properties #### NLBResource The Network Load Balancer resource that a DNS target resource points to. _Required_: Yes _Type_: NLBResource _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### R53Resource The Route 53 resource that a DNS target resource record points to. _Required_: Yes _Type_: R53ResourceRecord _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)