Gets the IP addresses for a specified Resolver endpoint.
See https://paws-r.github.io/docs/route53resolver/list_resolver_endpoint_ip_addresses.html for full documentation.
route53resolver_list_resolver_endpoint_ip_addresses(
ResolverEndpointId,
MaxResults = NULL,
NextToken = NULL
)
[required] The ID of the Resolver endpoint that you want to get IP addresses for.
The maximum number of IP addresses that you want to return in the
response to a
list_resolver_endpoint_ip_addresses
request. If you don't specify a value for MaxResults
, Resolver returns
up to 100 IP addresses.
For the first
list_resolver_endpoint_ip_addresses
request, omit this value.
If the specified Resolver endpoint has more than MaxResults
IP
addresses, you can submit another
list_resolver_endpoint_ip_addresses
request to get the next group of IP addresses. In the next request,
specify the value of NextToken
from the previous response.