aws.route53.get_query_logging_config
Example SQL Queries
SELECT * FROMaws.route53.get_query_logging_configWHERE"id" = 'VALUE';Description
Gets information about a specified configuration for DNS query logging.
For more information about DNS query logs, see CreateQueryLoggingConfig and Logging DNS Queries.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the configuration for DNS query logging that you want to get information about. | 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
| |
| query_logging_config A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request. | STRUCT( |
Show child fields
| |