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

CloudWatchLogOptions

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

Options for sending VPN tunnel logs to CloudWatch.

interface CloudWatchLogOptions {
LogEnabled?: boolean | null;
LogGroupArn?: string | null;
LogOutputFormat?: string | null;
}

§Properties

§
LogEnabled?: boolean | null
[src]

Status of VPN tunnel logging feature. Default value is False.

Valid values: True | False

§
LogGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.

§
LogOutputFormat?: string | null
[src]

Configured log format. Default format is json.

Valid values: json | text