route53resolver_list_resolver_configs: Retrieves the Resolver configurations that you have defined

View source: R/route53resolver_operations.R

route53resolver_list_resolver_configsR Documentation

Retrieves the Resolver configurations that you have defined

Description

Retrieves the Resolver configurations that you have defined. RouteĀ 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.

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

Usage

route53resolver_list_resolver_configs(MaxResults = NULL, NextToken = NULL)

Arguments

MaxResults

The maximum number of Resolver configurations that you want to return in the response to a list_resolver_configs request. If you don't specify a value for MaxResults, up to 100 Resolver configurations are returned.

NextToken

(Optional) If the current Amazon Web Services account has more than MaxResults Resolver configurations, use NextToken to get the second and subsequent pages of results.

For the first list_resolver_configs request, omit this value.

For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.


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