AWS::Route53Resolver::ResolverEndpoint IpAddressRequest - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Route53Resolver::ResolverEndpoint IpAddressRequest

In a CreateResolverEndpoint request, the IP address that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). IpAddressRequest also includes the ID of the subnet that contains the IP address.

Syntax

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

JSON

{ "Ip" : String, "Ipv6" : String, "SubnetId" : String }

YAML

Ip: String Ipv6: String SubnetId: String

Properties

Ip

The IPv4 address that you want to use for DNS queries.

Required: No

Type: String

Minimum: 7

Maximum: 36

Update requires: No interruption

Ipv6

The IPv6 address that you want to use for DNS queries.

Required: No

Type: String

Minimum: 7

Maximum: 39

Update requires: No interruption

SubnetId

The ID of the subnet that contains the IP address.

Required: Yes

Type: String

Minimum: 1

Maximum: 32

Update requires: No interruption

See also