Gets the IP addresses for a specified Resolver endpoint
Source:R/route53resolver_operations.R
route53resolver_list_resolver_endpoint_ip_addresses.RdGets the IP addresses for a specified Resolver endpoint.
See https://www.paws-r-sdk.com/docs/route53resolver_list_resolver_endpoint_ip_addresses/ for full documentation.
Usage
route53resolver_list_resolver_endpoint_ip_addresses(
ResolverEndpointId,
MaxResults = NULL,
NextToken = NULL
)Arguments
- ResolverEndpointId
[required] The ID of the Resolver endpoint that you want to get IP addresses for.
- MaxResults
The maximum number of IP addresses that you want to return in the response to a
list_resolver_endpoint_ip_addressesrequest. If you don't specify a value forMaxResults, Resolver returns up to 100 IP addresses.- NextToken
For the first
list_resolver_endpoint_ip_addressesrequest, omit this value.If the specified Resolver endpoint has more than
MaxResultsIP addresses, you can submit anotherlist_resolver_endpoint_ip_addressesrequest to get the next group of IP addresses. In the next request, specify the value ofNextTokenfrom the previous response.