| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.Queue
Description
Synopsis
- data Queue = Queue' {}
- newQueue :: Queue
- queue_description :: Lens' Queue (Maybe Text)
- queue_hoursOfOperationId :: Lens' Queue (Maybe Text)
- queue_maxContacts :: Lens' Queue (Maybe Natural)
- queue_name :: Lens' Queue (Maybe Text)
- queue_outboundCallerConfig :: Lens' Queue (Maybe OutboundCallerConfig)
- queue_queueArn :: Lens' Queue (Maybe Text)
- queue_queueId :: Lens' Queue (Maybe Text)
- queue_status :: Lens' Queue (Maybe QueueStatus)
- queue_tags :: Lens' Queue (Maybe (HashMap Text Text))
Documentation
Contains information about a queue.
See: newQueue smart constructor.
Constructors
| Queue' | |
Fields
| |
Instances
Create a value of Queue with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:description:Queue', queue_description - The description of the queue.
$sel:hoursOfOperationId:Queue', queue_hoursOfOperationId - The identifier for the hours of operation.
$sel:maxContacts:Queue', queue_maxContacts - The maximum number of contacts that can be in the queue before it is
considered full.
$sel:name:Queue', queue_name - The name of the queue.
$sel:outboundCallerConfig:Queue', queue_outboundCallerConfig - The outbound caller ID name, number, and outbound whisper flow.
$sel:queueArn:Queue', queue_queueArn - The Amazon Resource Name (ARN) for the queue.
$sel:queueId:Queue', queue_queueId - The identifier for the queue.
$sel:status:Queue', queue_status - The status of the queue.
$sel:tags:Queue', queue_tags - The tags used to organize, track, or control access for this resource.
For example, { "tags": {"key1":"value1", "key2":"value2"} }.
queue_hoursOfOperationId :: Lens' Queue (Maybe Text) Source #
The identifier for the hours of operation.
queue_maxContacts :: Lens' Queue (Maybe Natural) Source #
The maximum number of contacts that can be in the queue before it is considered full.
queue_outboundCallerConfig :: Lens' Queue (Maybe OutboundCallerConfig) Source #
The outbound caller ID name, number, and outbound whisper flow.
queue_status :: Lens' Queue (Maybe QueueStatus) Source #
The status of the queue.