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

ClientConnectResponseOptions

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

The options for managing connection authorization for new client connections.

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

§Properties

§
Enabled?: boolean | null
[src]

Indicates whether client connect options are enabled.

§
LambdaFunctionArn?: string | null
[src]

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

§

The status of any updates to the client connect options.