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?: {} | null;
}[key: string]: string | null | undefined;
§Properties
§
MediaConcurrencies?: MediaConcurrency[] | null
[src]