/AWS1/CL_KNV=>UPDATENOTIFICATIONCONF()
¶
About UpdateNotificationConfiguration¶
Updates the notification information for a stream.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_STREAMNAME
TYPE /AWS1/KNVSTREAMNAME
/AWS1/KNVSTREAMNAME
¶
The name of the stream from which to update the notification configuration. You must specify either the
StreamName
or theStreamARN
.
IV_STREAMARN
TYPE /AWS1/KNVRESOURCEARN
/AWS1/KNVRESOURCEARN
¶
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to update the notification configuration. You must specify either the
StreamName
or theStreamARN
.
IO_NOTIFICATIONCONFIGURATION
TYPE REF TO /AWS1/CL_KNVNOTIFICATIONCONF
/AWS1/CL_KNVNOTIFICATIONCONF
¶
The structure containing the information required for notifications. If the structure is null, the configuration will be deleted from the stream.