AWSKinesisVideoDescribeNotificationConfigurationInput
Objective-C
@interface AWSKinesisVideoDescribeNotificationConfigurationInput
Swift
class AWSKinesisVideoDescribeNotificationConfigurationInput
-
The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification configuration. You must specify either the
StreamName
or the StreamARN.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamARN;
Swift
var streamARN: String? { get set }
-
The name of the stream from which to retrieve the notification configuration. You must specify either the
StreamName
or theStreamARN
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;
Swift
var streamName: String? { get set }