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.4/services/apigateway.ts?docs=full";

Access log settings, including the access log format and access log destination ARN.

interface AccessLogSettings {
destinationArn?: string | null;
format?: string | null;
}

§Properties

§
destinationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-.

§
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.