| 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.RoutingProfileReference
Description
Documentation
data RoutingProfileReference Source #
Information about the routing profile assigned to the user.
See: newRoutingProfileReference smart constructor.
Constructors
| RoutingProfileReference' | |
Instances
newRoutingProfileReference :: RoutingProfileReference Source #
Create a value of RoutingProfileReference 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:arn:RoutingProfileReference', routingProfileReference_arn - The Amazon Resource Name (ARN) of the routing profile.
$sel:id:RoutingProfileReference', routingProfileReference_id - The identifier of the routing profile.
routingProfileReference_arn :: Lens' RoutingProfileReference (Maybe Text) Source #
The Amazon Resource Name (ARN) of the routing profile.
routingProfileReference_id :: Lens' RoutingProfileReference (Maybe Text) Source #
The identifier of the routing profile.