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

ConnectionLogOptions

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

Describes the client connection logging options for the Client VPN endpoint.

interface ConnectionLogOptions {
CloudwatchLogGroup?: string | null;
CloudwatchLogStream?: string | null;
Enabled?: boolean | null;
}

§Properties

§
CloudwatchLogGroup?: string | null
[src]

The name of the CloudWatch Logs log group. Required if connection logging is enabled.

§
CloudwatchLogStream?: string | null
[src]

The name of the CloudWatch Logs log stream to which the connection data is published.

§
Enabled?: boolean | null
[src]

Indicates whether connection logging is enabled.