Deployment

The detailed information about a deployment.

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.

Link copied to clipboard

The date and time the deployment was completed.

Link copied to clipboard

The name of the component associated with this deployment.

Link copied to clipboard

The date and time the deployment was created.

Link copied to clipboard

The status of the deployment.

Link copied to clipboard

The deployment status message.

Link copied to clipboard

The name of the environment associated with this deployment.

Link copied to clipboard
val id: String

The ID of the deployment.

Link copied to clipboard

The initial state of the target resource at the time of the deployment.

Link copied to clipboard

The ID of the last attempted deployment.

Link copied to clipboard

The date and time the deployment was last modified.

Link copied to clipboard

The ID of the last successful deployment.

Link copied to clipboard

The name of the deployment's service instance.

Link copied to clipboard

The name of the service in this deployment.

Link copied to clipboard

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

Link copied to clipboard

The date and time the depoyment target was created.

Link copied to clipboard

The resource type of the deployment target. It can be an environment, service, service instance, or component.

Link copied to clipboard

The target state of the target resource at the time of the deployment.

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