AWSKinesisVideoImageGenerationDestinationConfig
Objective-C
@interface AWSKinesisVideoImageGenerationDestinationConfig
Swift
class AWSKinesisVideoImageGenerationDestinationConfig
The structure that contains the information required to deliver images to a customer.
Required parameters: [Uri, DestinationRegion]
-
The Amazon Web Services Region of the S3 bucket where images will be delivered. This
DestinationRegion
must match the Region where the stream is located.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationRegion;
Swift
var destinationRegion: String? { get set }
-
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable uri;
Swift
var uri: String? { get set }