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.deno.dev/v0.3/services/route53resolver.ts?docs=full";

In the response to a CreateResolverQueryLogConfig, DeleteResolverQueryLogConfig, GetResolverQueryLogConfig, or ListResolverQueryLogConfigs request, a complex type that contains settings for one query logging configuration.

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]

The ARN for the query logging configuration.

§
AssociationCount?: number | null
[src]

The number of VPCs that are associated with the query logging configuration.

§
CreationTime?: string | null
[src]

The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC).

§
CreatorRequestId?: string | null
[src]

A unique string that identifies the request that created the query logging configuration. The CreatorRequestId allows failed requests to be retried without the risk of running the operation twice.

§
DestinationArn?: string | null
[src]

The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.

§
Id?: string | null
[src]

The ID for the query logging configuration.

§
Name?: string | null
[src]

The name of the query logging configuration.

§
OwnerId?: string | null
[src]

The Amazon Web Services account ID for the account that created the query logging configuration.

§
ShareStatus?: ShareStatus | null
[src]

An indication of whether the query logging configuration is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).

§

The status of the specified query logging configuration. Valid values include the following:

  • CREATING: Resolver is creating the query logging configuration.
  • CREATED: The query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.
  • DELETING: Resolver is deleting this query logging configuration.
  • FAILED: Resolver can't deliver logs to the location that is specified in the query logging configuration. Here are two common causes:
    • The specified destination (for example, an Amazon S3 bucket) was deleted.
    • Permissions don't allow sending logs to the destination.