Lists all the Resolver endpoints that were created using the current Amazon Web Services account
Source:R/route53resolver_operations.R
route53resolver_list_resolver_endpoints.RdLists all the Resolver endpoints that were created using the current Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/route53resolver_list_resolver_endpoints/ for full documentation.
Usage
route53resolver_list_resolver_endpoints(
MaxResults = NULL,
NextToken = NULL,
Filters = NULL
)Arguments
- MaxResults
The maximum number of Resolver endpoints that you want to return in the response to a
list_resolver_endpointsrequest. If you don't specify a value forMaxResults, Resolver returns up to 100 Resolver endpoints.- NextToken
For the first
list_resolver_endpointsrequest, omit this value.If you have more than
MaxResultsResolver endpoints, you can submit anotherlist_resolver_endpointsrequest to get the next group of Resolver endpoints. In the next request, specify the value ofNextTokenfrom the previous response.- Filters
An optional specification to return a subset of Resolver endpoints, such as all inbound Resolver endpoints.
If you submit a second or subsequent
list_resolver_endpointsrequest and specify theNextTokenparameter, you must use the same values forFilters, if any, as in the previous request.