DeploymentTarget

Information about the deployment target.

Types

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

Properties

Link copied to clipboard

Information about the target to be updated by an CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.

Link copied to clipboard

The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.

Link copied to clipboard

Information about the target for a deployment that uses the Amazon ECS compute platform.

Link copied to clipboard

Information about the target for a deployment that uses the EC2/On-premises compute platform.

Link copied to clipboard

Information about the target for a deployment that uses the Lambda compute platform.

Functions

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