amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
FromJSON 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 #

Read RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

Show RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

NFData RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

Methods

rnf :: RoutingProfile -> () #

Eq RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

Hashable RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

type Rep RoutingProfile Source # 
Instance details

Defined in Amazonka.Connect.Types.RoutingProfile

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:defaultOutboundQueueId:RoutingProfile', routingProfile_defaultOutboundQueueId - The identifier of the default outbound queue for this routing profile.

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

$sel:instanceId:RoutingProfile', routingProfile_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

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

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

$sel:numberOfAssociatedQueues:RoutingProfile', routingProfile_numberOfAssociatedQueues - The number of associated queues in routing profile.

$sel:numberOfAssociatedUsers:RoutingProfile', routingProfile_numberOfAssociatedUsers - The number of associated users in routing profile.

$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:tags:RoutingProfile', routingProfile_tags - The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

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

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

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

The description of the routing profile.

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_mediaConcurrencies :: Lens' RoutingProfile (Maybe [MediaConcurrency]) Source #

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

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

The name of the routing profile.

routingProfile_numberOfAssociatedQueues :: Lens' RoutingProfile (Maybe Integer) Source #

The number of associated queues in routing profile.

routingProfile_numberOfAssociatedUsers :: Lens' RoutingProfile (Maybe Integer) Source #

The number of associated users in routing profile.

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_tags :: Lens' RoutingProfile (Maybe (HashMap Text Text)) Source #

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.