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 the response to a GetResolverEndpoint request, information about the IP addresses that the Resolver endpoint uses for DNS queries.

Hierarchy

  • IpAddressResponse

Properties

CreationTime?: string

The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).

Ip?: string

One IPv4 address that the Resolver endpoint uses for DNS queries.

IpId?: string

The ID of one IP address.

Ipv6?: string

One IPv6 address that the Resolver endpoint uses for DNS queries.

ModificationTime?: string

The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).

Status?: string

A status code that gives the current status of the request.

StatusMessage?: string

A message that provides additional information about the status of the request.

SubnetId?: string

The ID of one subnet.