Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data RoutingProfileQueueConfigSummary = RoutingProfileQueueConfigSummary' {}
- newRoutingProfileQueueConfigSummary :: Text -> Text -> Text -> Natural -> Natural -> Channel -> RoutingProfileQueueConfigSummary
- routingProfileQueueConfigSummary_queueId :: Lens' RoutingProfileQueueConfigSummary Text
- routingProfileQueueConfigSummary_queueArn :: Lens' RoutingProfileQueueConfigSummary Text
- routingProfileQueueConfigSummary_queueName :: Lens' RoutingProfileQueueConfigSummary Text
- routingProfileQueueConfigSummary_priority :: Lens' RoutingProfileQueueConfigSummary Natural
- routingProfileQueueConfigSummary_delay :: Lens' RoutingProfileQueueConfigSummary Natural
- routingProfileQueueConfigSummary_channel :: Lens' RoutingProfileQueueConfigSummary Channel
Documentation
data RoutingProfileQueueConfigSummary Source #
Contains summary information about a routing profile queue.
See: newRoutingProfileQueueConfigSummary
smart constructor.
RoutingProfileQueueConfigSummary' | |
|
Instances
newRoutingProfileQueueConfigSummary Source #
Create a value of RoutingProfileQueueConfigSummary
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:queueId:RoutingProfileQueueConfigSummary'
, routingProfileQueueConfigSummary_queueId
- The identifier for the queue.
$sel:queueArn:RoutingProfileQueueConfigSummary'
, routingProfileQueueConfigSummary_queueArn
- The Amazon Resource Name (ARN) of the queue.
$sel:queueName:RoutingProfileQueueConfigSummary'
, routingProfileQueueConfigSummary_queueName
- The name of the queue.
$sel:priority:RoutingProfileQueueConfigSummary'
, routingProfileQueueConfigSummary_priority
- The order in which contacts are to be handled for the queue. For more
information, see
Queues: priority and delay.
$sel:delay:RoutingProfileQueueConfigSummary'
, routingProfileQueueConfigSummary_delay
- The delay, in seconds, that a contact should be in the queue before they
are routed to an available agent. For more information, see
Queues: priority and delay
in the Amazon Connect Administrator Guide.
$sel:channel:RoutingProfileQueueConfigSummary'
, routingProfileQueueConfigSummary_channel
- The channels this queue supports.
routingProfileQueueConfigSummary_queueId :: Lens' RoutingProfileQueueConfigSummary Text Source #
The identifier for the queue.
routingProfileQueueConfigSummary_queueArn :: Lens' RoutingProfileQueueConfigSummary Text Source #
The Amazon Resource Name (ARN) of the queue.
routingProfileQueueConfigSummary_queueName :: Lens' RoutingProfileQueueConfigSummary Text Source #
The name of the queue.
routingProfileQueueConfigSummary_priority :: Lens' RoutingProfileQueueConfigSummary Natural Source #
The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
routingProfileQueueConfigSummary_delay :: Lens' RoutingProfileQueueConfigSummary Natural Source #
The delay, in seconds, that a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Amazon Connect Administrator Guide.
routingProfileQueueConfigSummary_channel :: Lens' RoutingProfileQueueConfigSummary Channel Source #
The channels this queue supports.