| 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.KinesisVideo.Types.NotificationConfiguration
Description
Synopsis
- data NotificationConfiguration = NotificationConfiguration' {}
- newNotificationConfiguration :: ConfigurationStatus -> NotificationDestinationConfig -> NotificationConfiguration
- notificationConfiguration_status :: Lens' NotificationConfiguration ConfigurationStatus
- notificationConfiguration_destinationConfig :: Lens' NotificationConfiguration NotificationDestinationConfig
Documentation
data NotificationConfiguration Source #
The structure that contains the notification information for the KVS images delivery. If this parameter is null, the configuration will be deleted from the stream.
See: newNotificationConfiguration smart constructor.
Constructors
| NotificationConfiguration' | |
Fields
| |
Instances
newNotificationConfiguration Source #
Create a value of NotificationConfiguration 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:status:NotificationConfiguration', notificationConfiguration_status - Indicates if a notification configuration is enabled or disabled.
$sel:destinationConfig:NotificationConfiguration', notificationConfiguration_destinationConfig - The destination information required to deliver a notification to a
customer.
notificationConfiguration_status :: Lens' NotificationConfiguration ConfigurationStatus Source #
Indicates if a notification configuration is enabled or disabled.
notificationConfiguration_destinationConfig :: Lens' NotificationConfiguration NotificationDestinationConfig Source #
The destination information required to deliver a notification to a customer.