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

ClientConnectOptions

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

The options for managing connection authorization for new client connections.

interface ClientConnectOptions {
Enabled?: boolean | null;
LambdaFunctionArn?: string | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Indicates whether client connect options are enabled. The default is false (not enabled).

§
LambdaFunctionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.