/AWS1/CL_KNVNOTIFICATIONCONF¶
Use 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.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/KNVCONFIGURATIONSTATUS /AWS1/KNVCONFIGURATIONSTATUS¶
Indicates if a notification configuration is enabled or disabled.
io_destinationconfig TYPE REF TO /AWS1/CL_KNVNOTIFDSTCONFIG /AWS1/CL_KNVNOTIFDSTCONFIG¶
The destination information required to deliver a notification to a customer.
Queryable Attributes¶
Status¶
Indicates if a notification configuration is enabled or disabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
DestinationConfig¶
The destination information required to deliver a notification to a customer.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONCONFIG() |
Getter for DESTINATIONCONFIG |