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

AwsApiGatewayAccessLogSettings

import type { AwsApiGatewayAccessLogSettings } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Contains information about settings for logging access for the stage.

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

§Properties

§
DestinationArn?: string | null
[src]

The ARN of the CloudWatch Logs log group that receives the 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.