route53resolver_list_resolver_rule_associations: Lists the associations that were created between Resolver...

View source: R/route53resolver_operations.R

route53resolver_list_resolver_rule_associationsR Documentation

Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services account

Description

Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services account.

See https://www.paws-r-sdk.com/docs/route53resolver_list_resolver_rule_associations/ for full documentation.

Usage

route53resolver_list_resolver_rule_associations(
  MaxResults = NULL,
  NextToken = NULL,
  Filters = NULL
)

Arguments

MaxResults

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

NextToken

For the first ListResolverRuleAssociation request, omit this value.

If you have more than MaxResults rule associations, you can submit another ListResolverRuleAssociation request to get the next group of rule associations. 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 Resolver rules that are associated with the same VPC ID.

If you submit a second or subsequent list_resolver_rule_associations request and specify the NextToken parameter, you must use the same values for Filters, if any, as in the previous request.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.