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

CreateRoutingProfileRequest

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

§Properties

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