DeploymentSummary

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

Link copied to clipboard

The date and time the deployment was created.

Link copied to clipboard

The current status of the deployment.

Link copied to clipboard

The name of the environment associated with the deployment.

Link copied to clipboard
val id: String

The ID 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 service instance associated with the deployment.

Link copied to clipboard

The name of the service associated with the 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 target resource was created.

Link copied to clipboard

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

Functions

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