RoutingProfileQueueReferenceArgs

data class RoutingProfileQueueReferenceArgs(val channel: Output<RoutingProfileChannel>, val queueArn: Output<String>) : ConvertibleToJava<RoutingProfileQueueReferenceArgs>

Contains the channel and queue identifier for a routing profile.

Constructors

Link copied to clipboard
constructor(channel: Output<RoutingProfileChannel>, queueArn: Output<String>)

Properties

Link copied to clipboard

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

Link copied to clipboard
val queueArn: Output<String>

The Amazon Resource Name (ARN) of the queue.

Functions

Link copied to clipboard
open override fun toJava(): RoutingProfileQueueReferenceArgs