Lists the Resolver rules that were created using the current Amazon Web Services account.
See https://paws-r.github.io/docs/route53resolver/list_resolver_rules.html for full documentation.
route53resolver_list_resolver_rules(
MaxResults = NULL,
NextToken = NULL,
Filters = NULL
)
The maximum number of Resolver rules that you want to return in the
response to a
list_resolver_rules
request. If
you don't specify a value for MaxResults
, Resolver returns up to 100
Resolver rules.
For the first
list_resolver_rules
request,
omit this value.
If you have more than MaxResults
Resolver rules, you can submit
another list_resolver_rules
request to get the next group of Resolver rules. In the next request,
specify the value of NextToken
from the previous response.
An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated with the same Resolver endpoint.
If you submit a second or subsequent
list_resolver_rules
request and
specify the NextToken
parameter, you must use the same values for
Filters
, if any, as in the previous request.