AWS::Route53RecoveryReadiness::ResourceSet DNSTargetResource
A component for DNS/routing control readiness checks and architecture checks.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DomainName" :
String
, "HostedZoneArn" :String
, "RecordSetId" :String
, "RecordType" :String
, "TargetResource" :TargetResource
}
YAML
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