View source: R/route53resolver_operations.R
route53resolver_list_resolver_query_log_configs | R Documentation |
Lists information about the specified query logging configurations. Each configuration defines where you want Resolver to save DNS query logs and specifies the VPCs that you want to log queries for.
See https://www.paws-r-sdk.com/docs/route53resolver_list_resolver_query_log_configs/ for full documentation.
route53resolver_list_resolver_query_log_configs(
MaxResults = NULL,
NextToken = NULL,
Filters = NULL,
SortBy = NULL,
SortOrder = NULL
)
MaxResults |
The maximum number of query logging configurations that you want to
return in the response to a
|
NextToken |
For the first
If there are more than |
Filters |
An optional specification to return a subset of query logging configurations. If you submit a second or subsequent
|
SortBy |
The element that you want Resolver to sort query logging configurations by. If you submit a second or subsequent
Valid values include the following elements:
|
SortOrder |
If you specified a value for If you submit a second or subsequent
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.