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

Queue

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

Contains information about a queue.

interface Queue {
Description?: string | null;
HoursOfOperationId?: string | null;
MaxContacts?: number | null;
Name?: string | null;
OutboundCallerConfig?: OutboundCallerConfig | null;
QueueArn?: string | null;
QueueId?: string | null;
Status?: QueueStatus | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]

The description of the queue.

§
HoursOfOperationId?: string | null
[src]

The identifier for the hours of operation.

§
MaxContacts?: number | null
[src]

The maximum number of contacts that can be in the queue before it is considered full.

§
Name?: string | null
[src]

The name of the queue.

§
OutboundCallerConfig?: OutboundCallerConfig | null
[src]

The outbound caller ID name, number, and outbound whisper flow.

§
QueueArn?: string | null
[src]

The Amazon Resource Name (ARN) for the queue.

§
QueueId?: string | null
[src]

The identifier for the queue.

§
Status?: QueueStatus | null
[src]

The status of the queue.

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

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