| 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.Chime.Types.StreamingNotificationTarget
Description
Documentation
data StreamingNotificationTarget Source #
The targeted recipient for a streaming configuration notification.
See: newStreamingNotificationTarget smart constructor.
Constructors
| StreamingNotificationTarget' | |
Fields
| |
Instances
newStreamingNotificationTarget Source #
Arguments
| :: NotificationTarget | |
| -> StreamingNotificationTarget |
Create a value of StreamingNotificationTarget 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:notificationTarget:StreamingNotificationTarget', streamingNotificationTarget_notificationTarget - The streaming notification target.
streamingNotificationTarget_notificationTarget :: Lens' StreamingNotificationTarget NotificationTarget Source #
The streaming notification target.