Learn R Programming

paws.networking (version 0.1.10)

route53_delete_query_logging_config: Deletes a configuration for DNS query logging

Description

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.

Usage

route53_delete_query_logging_config(Id)

Arguments

Id

[required] The ID of the configuration that you want to delete.

Request syntax

svc$delete_query_logging_config(
  Id = "string"
)