Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

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.

Hierarchy

  • IpAddressRequest

Properties

Properties

Ip?: string

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

Ipv6?: string

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

SubnetId: undefined | string

The ID of the subnet that contains the IP address.