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

AssociateResolverQueryLogConfigRequest

import type { AssociateResolverQueryLogConfigRequest } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface AssociateResolverQueryLogConfigRequest {
ResolverQueryLogConfigId: string;
ResourceId: string;
}

§Properties

§
ResolverQueryLogConfigId: string
[src]

The ID of the query logging configuration that you want to associate a VPC with.

§
ResourceId: string
[src]

The ID of an Amazon VPC that you want this query logging configuration to log queries for.

Note: The VPCs and the query logging configuration must be in the same Region.