This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Route53Resolver::ResolverRule TargetAddress
In a CreateResolverRule request, an array of the IPs that you want to forward DNS queries to.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Ip" :String, "Ipv6" :String, "Port" :String, "Protocol" :String, "ServerNameIndication" :String}
YAML
Ip:StringIpv6:StringPort:StringProtocol:StringServerNameIndication:String
Properties
Ip-
One IPv4 address that you want to forward DNS queries to.
Required: No
Type: String
Minimum:
7Maximum:
36Update requires: No interruption
Ipv6-
One IPv6 address that you want to forward DNS queries to.
Required: No
Type: String
Minimum:
7Maximum:
39Update requires: No interruption
Port-
The port at
Ipthat you want to forward DNS queries to.Required: No
Type: String
Minimum:
0Maximum:
65535Update requires: No interruption
Protocol-
The protocols for the target address. The protocol you choose needs to be supported by the outbound endpoint of the Resolver rule.
Required: No
Type: String
Allowed values:
Do53 | DoHUpdate requires: No interruption
ServerNameIndication-
The Server Name Indication of the DoH server that you want to forward queries to. This is only used if the Protocol of the
TargetAddressisDoH.Required: No
Type: String
Minimum:
0Maximum:
255Update requires: No interruption
See also
-
Return values in the topic AWS::Route53Resolver::ResolverRule
-
TargetAddress in the Amazon Route 53 API Reference