@aws-sdk/client-route53resolver

ListResolverEndpointIpAddressesCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
IpAddresses IpAddressResponse[] | undefined

Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).

MaxResults number | undefined

The value that you specified for MaxResults in the request.

NextToken string | undefined

If the specified endpoint has more than MaxResults IP addresses, you can submit another ListResolverEndpointIpAddresses request to get the next group of IP addresses. In the next request, specify the value of NextToken from the previous response.

Full Signature

export interface ListResolverEndpointIpAddressesCommandOutput extends ListResolverEndpointIpAddressesResponse, MetadataBearer