OtaUpdateInfo

Information about an OTA update.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A collection of name/value pairs

Link copied to clipboard

The IoT job ARN associated with the OTA update.

Link copied to clipboard

The IoT job ID associated with the OTA update.

Link copied to clipboard

Configuration for the rollout of OTA updates.

Link copied to clipboard

Configuration information for pre-signed URLs. Valid when protocols contains HTTP.

Link copied to clipboard

The date when the OTA update was created.

Link copied to clipboard

A description of the OTA update.

Link copied to clipboard

Error information associated with the OTA update.

Link copied to clipboard

The date when the OTA update was last updated.

Link copied to clipboard

The OTA update ARN.

Link copied to clipboard

A list of files associated with the OTA update.

Link copied to clipboard

The OTA update ID.

Link copied to clipboard

The status of the OTA update.

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 targets of the OTA update.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: OtaUpdateInfo.Builder.() -> Unit = {}): OtaUpdateInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String