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

ConnectionLogResponseOptions

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

Information about the client connection logging options for a Client VPN endpoint.

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

§Properties

§
CloudwatchLogGroup?: string | null
[src]

The name of the Amazon CloudWatch Logs log group to which connection logging data is published.

§
CloudwatchLogStream?: string | null
[src]

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

§
Enabled?: boolean | null
[src]

Indicates whether client connection logging is enabled for the Client VPN endpoint.