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

RoutingProfile

import type { RoutingProfile } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/connect.ts";
interface RoutingProfile {
DefaultOutboundQueueId?: string | null;
Description?: string | null;
InstanceId?: string | null;
MediaConcurrencies?: MediaConcurrency[] | null;
Name?: string | null;
RoutingProfileArn?: string | null;
RoutingProfileId?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
DefaultOutboundQueueId?: string | null
[src]
§
Description?: string | null
[src]
§
InstanceId?: string | null
[src]
§
MediaConcurrencies?: MediaConcurrency[] | null
[src]
§
Name?: string | null
[src]
§
RoutingProfileArn?: string | null
[src]
§
RoutingProfileId?: string | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]