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

Contains information about a routing profile.

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]

The identifier of the default outbound queue for this routing profile.

§
Description?: string | null
[src]

The description of the routing profile.

§
InstanceId?: string | null
[src]

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

§
MediaConcurrencies?: MediaConcurrency[] | null
[src]

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

§
Name?: string | null
[src]

The name of the routing profile.

§
RoutingProfileArn?: string | null
[src]

The Amazon Resource Name (ARN) of the routing profile.

§
RoutingProfileId?: string | null
[src]

The identifier of the routing profile.

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

One or more tags.