AWSKinesisVideoGetDataEndpointInput
Objective-C
@interface AWSKinesisVideoGetDataEndpointInput
Swift
class AWSKinesisVideoGetDataEndpointInput
-
The name of the API action for which to get an endpoint.
Declaration
Objective-C
@property (nonatomic) AWSKinesisVideoAPIName APIName;
Swift
var apiName: AWSKinesisVideoAPIName { get set }
-
The Amazon Resource Name (ARN) of the stream that you want to get the endpoint for. You must specify either this parameter or a
StreamName
in the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamARN;
Swift
var streamARN: String? { get set }
-
The name of the stream that you want to get the endpoint for. You must specify either this parameter or a
StreamARN
in the request.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamName;
Swift
var streamName: String? { get set }