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.deno.dev/v0.3/services/connect.ts?docs=full";
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]

The default outbound queue for the routing profile.

§
Description: string
[src]

Description of the routing profile. Must not be more than 250 characters.

§
InstanceId: string
[src]

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

§
MediaConcurrencies: MediaConcurrency[]
[src]

The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.

§
Name: string
[src]

The name of the routing profile. Must not be more than 127 characters.

§
QueueConfigs?: RoutingProfileQueueConfig[] | null
[src]

The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.

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

One or more tags.