AWSIoTVersionUpdateByJobsConfig
Objective-C
@interface AWSIoTVersionUpdateByJobsConfigSwift
class AWSIoTVersionUpdateByJobsConfigConfiguration to manage IoT Job’s package version reporting. If configured, Jobs updates the thing’s reserved named shadow with the package version information up on successful job completion.
Note: For each job, the destinationPackageVersions attribute has to be set with the correct data for Jobs to report to the thing shadow.
- 
                  
                  Indicates whether the Job is enabled or not. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable enabled;Swift var enabled: NSNumber? { get set }
- 
                  
                  The Amazon Resource Name (ARN) of the role that grants permission to the IoT jobs service to update the reserved named shadow when the job successfully completes. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable roleArn;Swift var roleArn: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSIoTVersionUpdateByJobsConfig Class Reference
        AWSIoTVersionUpdateByJobsConfig Class Reference