AWSIoTFileLocation

Objective-C

@interface AWSIoTFileLocation

Swift

class AWSIoTFileLocation

The location of the OTA update.

  • The location of the updated firmware in S3.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTS3Location *_Nullable s3Location;

    Swift

    var s3Location: AWSIoTS3Location? { get set }
  • The stream that contains the OTA update.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTStream *_Nullable stream;

    Swift

    var stream: AWSIoTStream? { get set }