Routing Profile Queue Reference Args
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
fun RoutingProfileQueueReferenceArgs(channel: Output<RoutingProfileChannel>, queueArn: Output<String>)