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

CreateQueryLoggingConfigResponse

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

§Properties

§
Location: string
[src]

The unique URL representing the new query logging configuration.

§
QueryLoggingConfig: QueryLoggingConfig
[src]

A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.