Queue
import type { Queue } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/connect.ts";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?: {} | null;
}[key: string]: string | null | undefined;
§Properties
§
OutboundCallerConfig?: OutboundCallerConfig | null
[src]§
Status?: QueueStatus | null
[src]