EffectiveDeployment

Contains information about a deployment job that IoT Greengrass sends to a Greengrass core device.

Types

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

Properties

Link copied to clipboard

The status of the deployment job on the Greengrass core device.

Link copied to clipboard

The time at which the deployment was created, expressed in ISO 8601 format.

Link copied to clipboard

The ID of the deployment.

Link copied to clipboard

The name of the deployment.

Link copied to clipboard

The description of the deployment job.

Link copied to clipboard

The ARN of the IoT job that applies the deployment to target devices.

Link copied to clipboard

The ID of the IoT job that applies the deployment to target devices.

Link copied to clipboard

The time at which the deployment job was last modified, expressed in ISO 8601 format.

Link copied to clipboard

The reason code for the update, if the job was updated.

Link copied to clipboard

The status details that explain why a deployment has an error. This response will be null if the deployment is in a success state.

Link copied to clipboard

The ARN of the target IoT thing or thing group.

Functions

Link copied to clipboard
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