AWSIoTCreateStreamRequest
Objective-C
@interface AWSIoTCreateStreamRequest
Swift
class AWSIoTCreateStreamRequest
-
A description of the stream.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
The files to stream.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTStreamFile *> *_Nullable files;Swift
var files: [AWSIoTStreamFile]? { get set } -
An IAM role that allows the IoT service principal to access your S3 files.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable roleArn;Swift
var roleArn: String? { get set } -
The stream ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable streamId;Swift
var streamId: String? { get set }
View on GitHub
Install in Dash
AWSIoTCreateStreamRequest Class Reference