AWSKinesisVideoNotificationDestinationConfig

Objective-C

@interface AWSKinesisVideoNotificationDestinationConfig

Swift

class AWSKinesisVideoNotificationDestinationConfig

The structure that contains the information required to deliver a notification to a customer.

Required parameters: [Uri]

  • uri

    The Uniform Resource Identifier (URI) that identifies where the images will be delivered.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable uri;

    Swift

    var uri: String? { get set }