libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Connect.Types.RoutingProfileQueueReference

Description

 
Synopsis

Documentation

data RoutingProfileQueueReference Source #

Contains the channel and queue identifier for a routing profile.

See: newRoutingProfileQueueReference smart constructor.

Constructors

RoutingProfileQueueReference' 

Fields

  • queueId :: Text

    The identifier for the queue.

  • channel :: Channel

    The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.

Instances

Instances details
Eq RoutingProfileQueueReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueReference

Read RoutingProfileQueueReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueReference

Show RoutingProfileQueueReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueReference

Generic RoutingProfileQueueReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueReference

Associated Types

type Rep RoutingProfileQueueReference :: Type -> Type #

NFData RoutingProfileQueueReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueReference

Hashable RoutingProfileQueueReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueReference

ToJSON RoutingProfileQueueReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueReference

type Rep RoutingProfileQueueReference Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfileQueueReference

type Rep RoutingProfileQueueReference = D1 ('MetaData "RoutingProfileQueueReference" "Amazonka.Connect.Types.RoutingProfileQueueReference" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "RoutingProfileQueueReference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "queueId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "channel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Channel)))

newRoutingProfileQueueReference Source #

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_channel :: Lens' RoutingProfileQueueReference Channel Source #

The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.