DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess

data class DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess(val action: String? = null, val terminationWaitTimeInMinutes: Int? = null)

Constructors

constructor(action: String? = null, terminationWaitTimeInMinutes: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

The action to take on instances in the original environment after a successful blue/green deployment.

Link copied to clipboard

The number of minutes to wait after a successful blue/green deployment before terminating instances from the original environment.