Deployment

Describes a deployment of a stack or app.

Types

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

Properties

Link copied to clipboard

The app ID.

Link copied to clipboard

Used to specify a stack or deployment command.

Link copied to clipboard

A user-defined comment.

Link copied to clipboard

Date when the deployment completed.

Link copied to clipboard

Date when the deployment was created.

Link copied to clipboard

A string that contains user-defined custom JSON. It can be used to override the corresponding default stack configuration attribute values for stack or to pass data to recipes. The string should be in the following format:

Link copied to clipboard

The deployment ID.

Link copied to clipboard

The deployment duration.

Link copied to clipboard

The user's IAM ARN.

Link copied to clipboard

The IDs of the target instances.

Link copied to clipboard

The stack ID.

Link copied to clipboard

The deployment status:

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