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

CreateQueueRequest

import type { CreateQueueRequest } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface CreateQueueRequest {
Description?: string | null;
HoursOfOperationId: string;
InstanceId: string;
MaxContacts?: number | null;
Name: string;
OutboundCallerConfig?: OutboundCallerConfig | null;
QuickConnectIds?: string[] | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]

The description of the queue.

§
HoursOfOperationId: string
[src]

The identifier for the hours of operation.

§
InstanceId: string
[src]

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

§
MaxContacts?: number | null
[src]

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

§
Name: string
[src]

The name of the queue.

§
OutboundCallerConfig?: OutboundCallerConfig | null
[src]

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

§
QuickConnectIds?: string[] | null
[src]

The quick connects available to agents who are working the queue.

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

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