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

QuickConnectSummary

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

Contains summary information about a quick connect.

interface QuickConnectSummary {
Arn?: string | null;
Id?: string | null;
Name?: string | null;
QuickConnectType?: QuickConnectType | null;
}

§Properties

§
Arn?: string | null
[src]

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

§
Id?: string | null
[src]

The identifier for the quick connect.

§
Name?: string | null
[src]

The name of the quick connect.

§
QuickConnectType?: QuickConnectType | null
[src]

The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).