paws.networking (version 0.1.6)

route53resolver_list_resolver_rules: Lists the resolver rules that were created using the current AWS account

Description

Lists the resolver rules that were created using the current AWS account.

Usage

route53resolver_list_resolver_rules(MaxResults, NextToken, Filters)

Arguments

MaxResults

The maximum number of resolver rules that you want to return in the response to a ListResolverRules request. If you don\'t specify a value for MaxResults, Resolver returns up to 100 resolver rules.

NextToken

For the first ListResolverRules request, omit this value.

If you have more than MaxResults resolver rules, you can submit another ListResolverRules request to get the next group of resolver rules. In the next request, specify the value of NextToken from the previous response.

Filters

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 ListResolverRules request and specify the NextToken parameter, you must use the same values for Filters, if any, as in the previous request.

Request syntax

svc$list_resolver_rules(
  MaxResults = 123,
  NextToken = "string",
  Filters = list(
    list(
      Name = "string",
      Values = list(
        "string"
      )
    )
  )
)