AWSKinesisVideoDescribeNotificationConfigurationOutput
Objective-C
@interface AWSKinesisVideoDescribeNotificationConfigurationOutput
Swift
class AWSKinesisVideoDescribeNotificationConfigurationOutput
-
The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
Declaration
Objective-C
@property (nonatomic, strong) AWSKinesisVideoNotificationConfiguration *_Nullable notificationConfiguration;
Swift
var notificationConfiguration: AWSKinesisVideoNotificationConfiguration? { get set }