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

VerifiedAccessLogCloudWatchLogsDestinationOptions

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

Options for CloudWatch Logs as a logging destination.

interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
Enabled: boolean;
LogGroup?: string | null;
}

§Properties

§
Enabled: boolean
[src]

Indicates whether logging is enabled.

§
LogGroup?: string | null
[src]

The ID of the CloudWatch Logs log group.