AWSKinesisVideoDeleteEdgeConfigurationInput
Objective-C
@interface AWSKinesisVideoDeleteEdgeConfigurationInput
Swift
class AWSKinesisVideoDeleteEdgeConfigurationInput
-
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 from which to delete the edge configuration. Specify either the
StreamName
or theStreamARN
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;
Swift
var streamName: String? { get set }