GetQueueResult

data class GetQueueResult(val description: String? = null, val hoursOfOperationArn: String? = null, val instanceArn: String? = null, val maxContacts: Int? = null, val name: String? = null, val outboundCallerConfig: QueueOutboundCallerConfig? = null, val outboundEmailConfig: QueueOutboundEmailConfig? = null, val queueArn: String? = null, val quickConnectArns: List<String>? = null, val status: QueueStatus? = null, val tags: List<Tag>? = null, val type: QueueType? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, hoursOfOperationArn: String? = null, instanceArn: String? = null, maxContacts: Int? = null, name: String? = null, outboundCallerConfig: QueueOutboundCallerConfig? = null, outboundEmailConfig: QueueOutboundEmailConfig? = null, queueArn: String? = null, quickConnectArns: List<String>? = null, status: QueueStatus? = null, tags: List<Tag>? = null, type: QueueType? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the queue.

Link copied to clipboard

The identifier for the hours of operation.

Link copied to clipboard
val instanceArn: String? = null

The identifier of the Amazon Connect instance.

Link copied to clipboard
val maxContacts: Int? = null

The maximum number of contacts that can be in the queue before it is considered full.

Link copied to clipboard
val name: String? = null

The name of the queue.

Link copied to clipboard

The outbound caller ID name, number, and outbound whisper flow.

Link copied to clipboard

The outbound email address ID.

Link copied to clipboard
val queueArn: String? = null

The Amazon Resource Name (ARN) for the queue.

Link copied to clipboard

The quick connects available to agents who are working the queue.

Link copied to clipboard
val status: QueueStatus? = null

The status of the queue.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val type: QueueType? = null

The type of queue.