delete_query_logging_config

Route53.Client.delete_query_logging_config(**kwargs)

Deletes a configuration for DNS query logging. If you delete a configuration, Amazon Route 53 stops sending query logs to CloudWatch Logs. Route 53 doesn't delete any logs that are already in CloudWatch Logs.

For more information about DNS query logs, see CreateQueryLoggingConfig.

See also: AWS API Documentation

Request Syntax

response = client.delete_query_logging_config(
    Id='string'
)
Parameters
Id (string) --

[REQUIRED]

The ID of the configuration that you want to delete.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • Route53.Client.exceptions.ConcurrentModification
  • Route53.Client.exceptions.NoSuchQueryLoggingConfig
  • Route53.Client.exceptions.InvalidInput