Gets the IP addresses for a specified resolver endpoint.
route53resolver_list_resolver_endpoint_ip_addresses(ResolverEndpointId,
MaxResults, NextToken)[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 ListResolverEndpointIpAddresses request. If you don\'t
specify a value for MaxResults, Resolver returns up to 100 IP
addresses.
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.
svc$list_resolver_endpoint_ip_addresses( ResolverEndpointId = "string", MaxResults = 123, NextToken = "string" )