| 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.RoutingProfileQueueReference
Description
Synopsis
- data RoutingProfileQueueReference = RoutingProfileQueueReference' {}
- newRoutingProfileQueueReference :: Text -> Channel -> RoutingProfileQueueReference
- routingProfileQueueReference_queueId :: Lens' RoutingProfileQueueReference Text
- routingProfileQueueReference_channel :: Lens' RoutingProfileQueueReference Channel
Documentation
data RoutingProfileQueueReference Source #
Contains the channel and queue identifier for a routing profile.
See: newRoutingProfileQueueReference smart constructor.
Constructors
| RoutingProfileQueueReference' | |
Instances
newRoutingProfileQueueReference Source #
Arguments
| :: Text | |
| -> Channel | |
| -> RoutingProfileQueueReference |
Create a value of RoutingProfileQueueReference 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:RoutingProfileQueueReference', routingProfileQueueReference_queueId - The identifier for the queue.
$sel:channel:RoutingProfileQueueReference', routingProfileQueueReference_channel - The channels agents can handle in the Contact Control Panel (CCP) for
this routing profile.
routingProfileQueueReference_queueId :: Lens' RoutingProfileQueueReference Text Source #
The identifier for the queue.
routingProfileQueueReference_channel :: Lens' RoutingProfileQueueReference Channel Source #
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.