Values.NotificationConfigurationSourceUse this API to configure Amazon Simple Notification Service (Amazon SNS) notifications for when fragments become available in a stream. If this parameter is null, the configuration will be deleted from the stream. See Notifications in Kinesis Video Streams for more information.
type nonrec t = {status : ConfigurationStatus.t;Indicates if a notification configuration is enabled or disabled.
*)destinationConfig : NotificationDestinationConfig.t;The destination information required to deliver a notification to a customer.
*)}val make :
status:ConfigurationStatus.t ->
destinationConfig:NotificationDestinationConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of DestinationUri.t ]) list ])
list ]