Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListResolverEndpointIpAddressesRequest

import type { ListResolverEndpointIpAddressesRequest } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface ListResolverEndpointIpAddressesRequest {
MaxResults?: number | null;
NextToken?: string | null;
ResolverEndpointId: string;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of IP addresses that you want to return in the response to a ListResolverEndpointIpAddresses request. If you don't specify a value for MaxResults, Resolver returns up to 100 IP addresses.

§
NextToken?: string | null
[src]

For the first ListResolverEndpointIpAddresses request, omit this value.

If the specified Resolver 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.

§
ResolverEndpointId: string
[src]

The ID of the Resolver endpoint that you want to get IP addresses for.