AWSKinesisVideoDescribeEdgeConfigurationInput
Objective-C
@interface AWSKinesisVideoDescribeEdgeConfigurationInput
Swift
class AWSKinesisVideoDescribeEdgeConfigurationInput
-
The Amazon Resource Name (ARN) of the stream. Specify either the
StreamName
or theStreamARN
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamARN;
Swift
var streamARN: String? { get set }
-
The name of the stream whose edge configuration you want to update. Specify either the
StreamName
or theStreamARN
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;
Swift
var streamName: String? { get set }