GetDeploymentResponse

Types

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

Properties

Link copied to clipboard

The components to deploy. This is a dictionary, where each key is the name of a component, and each key's value is the version and configuration to deploy for that component.

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 deployment policies for the deployment. These policies define how the deployment updates components and handles failure.

Link copied to clipboard

The status of the deployment.

Link copied to clipboard

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

Link copied to clipboard

The job configuration for the deployment configuration. The job configuration specifies the rollout, timeout, and stop configurations for the deployment configuration.

Link copied to clipboard

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

Link copied to clipboard

Whether or not the deployment is the latest revision for its target.

Link copied to clipboard

The parent deployment's target ARN within a subdeployment.

Link copied to clipboard

The revision number of the deployment.

Link copied to clipboard

A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the IoT Greengrass V2 Developer Guide.

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