Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

QueryLoggingConfig

import type { QueryLoggingConfig } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

A complex type that contains information about a configuration for DNS query logging.

interface QueryLoggingConfig {
CloudWatchLogsLogGroupArn: string;
HostedZoneId: string;
Id: string;
}

§Properties

§
CloudWatchLogsLogGroupArn: string
[src]

The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

§
HostedZoneId: string
[src]

The ID of the hosted zone that CloudWatch Logs is logging queries for.

§
Id: string
[src]

The ID for a configuration for DNS query logging.