View source: R/route53_operations.R
route53_list_query_logging_configs | R Documentation |
Lists the configurations for DNS query logging that are associated with the current Amazon Web Services account or the configuration that is associated with a specified hosted zone.
See https://www.paws-r-sdk.com/docs/route53_list_query_logging_configs/ for full documentation.
route53_list_query_logging_configs(
HostedZoneId = NULL,
NextToken = NULL,
MaxResults = NULL
)
HostedZoneId |
(Optional) If you want to list the query logging configuration that is
associated with a hosted zone, specify the ID in If you don't specify a hosted zone ID,
|
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 |
MaxResults |
(Optional) The maximum number of query logging configurations that you
want Amazon Route 53 to return in response to the current request. If
the current Amazon Web Services account has more than If you don't specify a value for |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.