GetQueueResult

data class GetQueueResult(val arn: String, val description: String, val hoursOfOperationId: String, val id: String, val instanceId: String, val maxContacts: Int, val name: String, val outboundCallerConfigs: List<GetQueueOutboundCallerConfig>, val queueId: String, val status: String, val tags: Map<String, String>)

A collection of values returned by getQueue.

Constructors

Link copied to clipboard
constructor(arn: String, description: String, hoursOfOperationId: String, id: String, instanceId: String, maxContacts: Int, name: String, outboundCallerConfigs: List<GetQueueOutboundCallerConfig>, queueId: String, status: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Queue.

Link copied to clipboard

Description of the Queue.

Link copied to clipboard

Specifies the identifier of the Hours of Operation.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Maximum number of contacts that can be in the queue before it is considered full. Minimum value of 0.

Link copied to clipboard
Link copied to clipboard

A block that defines the outbound caller ID name, number, and outbound whisper flow. The Outbound Caller Config block is documented below.

Link copied to clipboard

Identifier for the Queue.

Link copied to clipboard

Description of the Queue. Values are ENABLED or DISABLED.

Link copied to clipboard

Map of tags assigned to the Queue.