Builder

class Builder

Properties

Link copied to clipboard

A list of additional OTA update parameters, which are name-value pairs. They won't be sent to devices as a part of the Job document.

Link copied to clipboard

The criteria that determine when and how a job abort takes place.

Link copied to clipboard

Configuration for the rollout of OTA updates.

Link copied to clipboard

Configuration information for pre-signed URLs.

Link copied to clipboard

Specifies the amount of time each device has to finish its execution of the job. A timer is started when the job execution status is set to IN_PROGRESS. If the job execution status is not set to another terminal state before the timer expires, it will be automatically set to TIMED_OUT.

Link copied to clipboard

The description of the OTA update.

Link copied to clipboard

The files to be streamed by the OTA update.

Link copied to clipboard

The ID of the OTA update to be created.

Link copied to clipboard

The protocol used to transfer the OTA update image. Valid values are [HTTP], [MQTT], [HTTP, MQTT]. When both HTTP and MQTT are specified, the target device can choose the protocol.

Link copied to clipboard

The IAM role that grants Amazon Web Services IoT Core access to the Amazon S3, IoT jobs and Amazon Web Services Code Signing resources to create an OTA update job.

Link copied to clipboard
var tags: List<Tag>?

Metadata which can be used to manage updates.

Link copied to clipboard

The devices targeted to receive OTA updates.

Link copied to clipboard

Specifies whether the update will continue to run (CONTINUOUS), or will be complete after all the things specified as targets have completed the update (SNAPSHOT). If continuous, the update may also be run on a thing when a change is detected in a target. For example, an update will run on a thing when the thing is added to a target group, even after the update was completed by all things originally in the group. Valid values: CONTINUOUS | SNAPSHOT.

Functions