List Resolver Configs
route53resolver_list_resolver_configs | R 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.
Usage¶
route53resolver_list_resolver_configs(MaxResults, NextToken)
Arguments¶
MaxResults |
The maximum number of Resolver configurations that you want to
return in the response to a |
NextToken |
(Optional) If the current Amazon Web Services account has more
than For the first For the second and subsequent requests, get the value of
|
Value¶
A list with the following syntax:
list(
NextToken = "string",
ResolverConfigs = list(
list(
Id = "string",
ResourceId = "string",
OwnerId = "string",
AutodefinedReverse = "ENABLING"|"ENABLED"|"DISABLING"|"DISABLED"|"UPDATING_TO_USE_LOCAL_RESOURCE_SETTING"|"USE_LOCAL_RESOURCE_SETTING"
)
)
)
Request syntax¶
svc$list_resolver_configs(
MaxResults = 123,
NextToken = "string"
)