Values.QueryLoggingConfigSourceA complex type that contains information about a configuration for DNS query logging.
type nonrec t = {id : QueryLoggingConfigId.t option;The ID for a configuration for DNS query logging.
*)hostedZoneId : ResourceId.t option;The ID of the hosted zone that CloudWatch Logs is logging queries for.
*)cloudWatchLogsLogGroupArn : CloudWatchLogsLogGroupArn.t option;The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.
*)}