terminate Blue Instances On Deployment Success
suspend fun terminateBlueInstancesOnDeploymentSuccess(value: Output<DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccessArgs>)
suspend fun terminateBlueInstancesOnDeploymentSuccess(value: DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccessArgs?)
Parameters
value
Information about whether to terminate instances in the original fleet during a blue/green deployment (documented below). Only one blue_green_deployment_config
is allowed.
suspend fun terminateBlueInstancesOnDeploymentSuccess(argument: suspend DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccessArgsBuilder.() -> Unit)
Parameters
argument
Information about whether to terminate instances in the original fleet during a blue/green deployment (documented below). Only one blue_green_deployment_config
is allowed.