DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccessArgs

data class DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccessArgs(val action: Output<String>? = null, val terminationWaitTimeInMinutes: Output<Int>? = null) : ConvertibleToJava<DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccessArgs>

Constructors

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

Properties

Link copied to clipboard
val action: Output<String>? = null

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

Link copied to clipboard
val terminationWaitTimeInMinutes: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccessArgs