| 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.NotificationRecipientType
Description
Synopsis
Documentation
data NotificationRecipientType Source #
The type of notification recipient.
See: newNotificationRecipientType smart constructor.
Constructors
| NotificationRecipientType' | |
Instances
newNotificationRecipientType :: NotificationRecipientType Source #
Create a value of NotificationRecipientType 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:userIds:NotificationRecipientType', notificationRecipientType_userIds - A list of user IDs.
$sel:userTags:NotificationRecipientType', notificationRecipientType_userTags - The tags used to organize, track, or control access for this resource.
For example, { "tags": {"key1":"value1", "key2":"value2"} }.
Amazon Connect users with the specified tags will be notified.
notificationRecipientType_userIds :: Lens' NotificationRecipientType (Maybe [Text]) Source #
A list of user IDs.
notificationRecipientType_userTags :: Lens' NotificationRecipientType (Maybe (HashMap Text Text)) Source #
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. Amazon Connect users with the specified tags will be notified.