Lists all the resolver endpoints that were created using the current AWS account.
route53resolver_list_resolver_endpoints(MaxResults, NextToken, Filters)The maximum number of resolver endpoints that you want to return in the
response to a ListResolverEndpoints request. If you don\'t specify a
value for MaxResults, Resolver returns up to 100 resolver endpoints.
For the first ListResolverEndpoints request, omit this value.
If you have more than MaxResults resolver endpoints, you can submit
another ListResolverEndpoints request to get the next group of
resolver endpoints. In the next request, specify the value of
NextToken from the previous response.
An optional specification to return a subset of resolver endpoints, such as all inbound resolver endpoints.
If you submit a second or subsequent ListResolverEndpoints request and
specify the NextToken parameter, you must use the same values for
Filters, if any, as in the previous request.
svc$list_resolver_endpoints(
MaxResults = 123,
NextToken = "string",
Filters = list(
list(
Name = "string",
Values = list(
"string"
)
)
)
)