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.RoutingProfile

Description

 
Synopsis

Documentation

data RoutingProfile Source #

Contains information about a routing profile.

See: newRoutingProfile smart constructor.

Constructors

RoutingProfile' 

Fields

Instances

Instances details
Eq RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

Read RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

Show RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

Generic RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

Associated Types

type Rep RoutingProfile :: Type -> Type #

NFData RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

Methods

rnf :: RoutingProfile -> () #

Hashable RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

FromJSON RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

type Rep RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

type Rep RoutingProfile = D1 ('MetaData "RoutingProfile" "Amazonka.Connect.Types.RoutingProfile" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "RoutingProfile'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "routingProfileArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "routingProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultOutboundQueueId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mediaConcurrencies") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MediaConcurrency]))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newRoutingProfile :: RoutingProfile Source #

Create a value of RoutingProfile 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:instanceId:RoutingProfile', routingProfile_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

$sel:routingProfileArn:RoutingProfile', routingProfile_routingProfileArn - The Amazon Resource Name (ARN) of the routing profile.

$sel:routingProfileId:RoutingProfile', routingProfile_routingProfileId - The identifier of the routing profile.

$sel:defaultOutboundQueueId:RoutingProfile', routingProfile_defaultOutboundQueueId - The identifier of the default outbound queue for this routing profile.

$sel:name:RoutingProfile', routingProfile_name - The name of the routing profile.

$sel:mediaConcurrencies:RoutingProfile', routingProfile_mediaConcurrencies - The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.

$sel:description:RoutingProfile', routingProfile_description - The description of the routing profile.

$sel:tags:RoutingProfile', routingProfile_tags - One or more tags.

routingProfile_instanceId :: Lens' RoutingProfile (Maybe Text) Source #

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

routingProfile_routingProfileArn :: Lens' RoutingProfile (Maybe Text) Source #

The Amazon Resource Name (ARN) of the routing profile.

routingProfile_routingProfileId :: Lens' RoutingProfile (Maybe Text) Source #

The identifier of the routing profile.

routingProfile_defaultOutboundQueueId :: Lens' RoutingProfile (Maybe Text) Source #

The identifier of the default outbound queue for this routing profile.

routingProfile_name :: Lens' RoutingProfile (Maybe Text) Source #

The name of the routing profile.

routingProfile_mediaConcurrencies :: Lens' RoutingProfile (Maybe [MediaConcurrency]) Source #

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

routingProfile_description :: Lens' RoutingProfile (Maybe Text) Source #

The description of the routing profile.