Deployment

Contains information about a deployment.

Types

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

Properties

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 status of the deployment.

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

The ARN of the target IoT thing or thing group. When creating a subdeployment, the targetARN can only be a thing group.

Functions

Link copied to clipboard
inline fun copy(block: Deployment.Builder.() -> Unit = {}): Deployment
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