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

AccessLogSettings

import type { AccessLogSettings } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";

Settings for logging access in a stage.

interface AccessLogSettings {
DestinationArn?: string | null;
Format?: string | null;
}

§Properties

§
DestinationArn?: string | null
[src]

The ARN of the CloudWatch Logs log group to receive access logs.

§
Format?: string | null
[src]

A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId.