| 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.RoutingProfile
Description
Synopsis
- data RoutingProfile = RoutingProfile' {
- defaultOutboundQueueId :: Maybe Text
- description :: Maybe Text
- instanceId :: Maybe Text
- mediaConcurrencies :: Maybe [MediaConcurrency]
- name :: Maybe Text
- numberOfAssociatedQueues :: Maybe Integer
- numberOfAssociatedUsers :: Maybe Integer
- routingProfileArn :: Maybe Text
- routingProfileId :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- newRoutingProfile :: RoutingProfile
- routingProfile_defaultOutboundQueueId :: Lens' RoutingProfile (Maybe Text)
- routingProfile_description :: Lens' RoutingProfile (Maybe Text)
- routingProfile_instanceId :: Lens' RoutingProfile (Maybe Text)
- routingProfile_mediaConcurrencies :: Lens' RoutingProfile (Maybe [MediaConcurrency])
- routingProfile_name :: Lens' RoutingProfile (Maybe Text)
- routingProfile_numberOfAssociatedQueues :: Lens' RoutingProfile (Maybe Integer)
- routingProfile_numberOfAssociatedUsers :: Lens' RoutingProfile (Maybe Integer)
- routingProfile_routingProfileArn :: Lens' RoutingProfile (Maybe Text)
- routingProfile_routingProfileId :: Lens' RoutingProfile (Maybe Text)
- routingProfile_tags :: Lens' RoutingProfile (Maybe (HashMap Text Text))
Documentation
data RoutingProfile Source #
Contains information about a routing profile.
See: newRoutingProfile smart constructor.
Constructors
| RoutingProfile' | |
Fields
| |
Instances
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"} }.