- Navigation Guide
@aws-sdk/client-route53resolver
ListResolverEndpointIpAddressesCommandOutput Interface
The output of ListResolverEndpointIpAddressesCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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 |
NextToken | string | undefined | If the specified endpoint has more than |
Full Signature
export interface ListResolverEndpointIpAddressesCommandOutput extends ListResolverEndpointIpAddressesResponse, MetadataBearer