aws.route53.list_query_logging_configs
Example SQL Queries
SELECT * FROMaws.route53.list_query_logging_configs;Description
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.
For more information about DNS query logs, see CreateQueryLoggingConfig. Additional information, including the format of DNS query logs, appears in Logging DNS Queries in the Amazon Route 53 Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| hosted_zone_id Input Column The ID of the hosted zone that CloudWatch Logs is logging queries for. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| cloud_watch_logs_log_group_arn The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to. | VARCHAR |
| id The ID for a configuration for DNS query logging. | VARCHAR |