DeploymentJob

Information about a deployment job.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the deployment job.

Link copied to clipboard

The time, in milliseconds since the epoch, when the deployment job was created.

Link copied to clipboard

The deployment application configuration.

Link copied to clipboard

The deployment configuration.

Link copied to clipboard

The deployment job failure code.

Link copied to clipboard

A short description of the reason why the deployment job failed.

Link copied to clipboard

The Amazon Resource Name (ARN) of the fleet.

Link copied to clipboard

The status of the deployment job.

Functions

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