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

ResolverQueryLogConfig

import type { ResolverQueryLogConfig } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/route53resolver.ts";
interface ResolverQueryLogConfig {
Arn?: string | null;
AssociationCount?: number | null;
CreationTime?: string | null;
CreatorRequestId?: string | null;
DestinationArn?: string | null;
Id?: string | null;
Name?: string | null;
OwnerId?: string | null;
ShareStatus?: ShareStatus | null;
}

§Properties

§
Arn?: string | null
[src]
§
AssociationCount?: number | null
[src]
§
CreationTime?: string | null
[src]
§
CreatorRequestId?: string | null
[src]
§
DestinationArn?: string | null
[src]
§
Id?: string | null
[src]
§
Name?: string | null
[src]
§
OwnerId?: string | null
[src]
§
ShareStatus?: ShareStatus | null
[src]