AWSKinesisVideoNotificationConfiguration
Objective-C
@interface AWSKinesisVideoNotificationConfiguration
Swift
class AWSKinesisVideoNotificationConfiguration
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.
Required parameters: [Status, DestinationConfig]
-
The destination information required to deliver a notification to a customer.
Declaration
Objective-C
@property (nonatomic, strong) AWSKinesisVideoNotificationDestinationConfig *_Nullable destinationConfig;
Swift
var destinationConfig: AWSKinesisVideoNotificationDestinationConfig? { get set }
-
Indicates if a notification configuration is enabled or disabled.
Declaration
Objective-C
@property (nonatomic) AWSKinesisVideoConfigurationStatus status;
Swift
var status: AWSKinesisVideoConfigurationStatus { get set }