Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data RoutingProfile = RoutingProfile' {}
- newRoutingProfile :: RoutingProfile
- routingProfile_instanceId :: Lens' RoutingProfile (Maybe Text)
- routingProfile_routingProfileArn :: Lens' RoutingProfile (Maybe Text)
- routingProfile_routingProfileId :: Lens' RoutingProfile (Maybe Text)
- routingProfile_defaultOutboundQueueId :: Lens' RoutingProfile (Maybe Text)
- routingProfile_name :: Lens' RoutingProfile (Maybe Text)
- routingProfile_mediaConcurrencies :: Lens' RoutingProfile (Maybe [MediaConcurrency])
- routingProfile_description :: 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.
RoutingProfile' | |
|
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: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.
routingProfile_tags :: Lens' RoutingProfile (Maybe (HashMap Text Text)) Source #
One or more tags.