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

QuickConnect

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

Contains information about a quick connect.

interface QuickConnect {
Description?: string | null;
Name?: string | null;
QuickConnectARN?: string | null;
QuickConnectConfig?: QuickConnectConfig | null;
QuickConnectId?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]

The description.

§
Name?: string | null
[src]

The name of the quick connect.

§
QuickConnectARN?: string | null
[src]

The Amazon Resource Name (ARN) of the quick connect.

§
QuickConnectConfig?: QuickConnectConfig | null
[src]

Contains information about the quick connect.

§
QuickConnectId?: string | null
[src]

The identifier for the quick connect.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags used to organize, track, or control access for this resource.