GetRoutingProfileResult

data class GetRoutingProfileResult(val arn: String, val defaultOutboundQueueId: String, val description: String, val id: String, val instanceId: String, val mediaConcurrencies: List<GetRoutingProfileMediaConcurrency>, val name: String, val queueConfigs: List<GetRoutingProfileQueueConfig>, val routingProfileId: String, val tags: Map<String, String>)

A collection of values returned by getRoutingProfile.

Constructors

Link copied to clipboard
constructor(arn: String, defaultOutboundQueueId: String, description: String, id: String, instanceId: String, mediaConcurrencies: List<GetRoutingProfileMediaConcurrency>, name: String, queueConfigs: List<GetRoutingProfileQueueConfig>, routingProfileId: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Routing Profile.

Link copied to clipboard

Specifies the default outbound queue for the Routing Profile.

Link copied to clipboard

Description of the Routing Profile.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

One or more media_concurrencies blocks that specify the channels that agents can handle in the Contact Control Panel (CCP) for this Routing Profile. The media_concurrencies block is documented below.

Link copied to clipboard
Link copied to clipboard

One or more queue_configs blocks that specify the inbound queues associated with the routing profile. If no queue is added, the agent only can make outbound calls. The queue_configs block is documented below.

Link copied to clipboard
Link copied to clipboard

Map of tags to assign to the Routing Profile.