RoutingProfileQueueConfigArgs

data class RoutingProfileQueueConfigArgs(val delay: Output<Int>, val priority: Output<Int>, val queueReference: Output<RoutingProfileQueueReferenceArgs>) : ConvertibleToJava<RoutingProfileQueueConfigArgs>

Contains information about the queue and channel for which priority and delay can be set.

Constructors

Link copied to clipboard
fun RoutingProfileQueueConfigArgs(delay: Output<Int>, priority: Output<Int>, queueReference: Output<RoutingProfileQueueReferenceArgs>)

Functions

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

Properties

Link copied to clipboard
val delay: Output<Int>
Link copied to clipboard
val priority: Output<Int>
Link copied to clipboard