action

@JvmName(name = "dfqrjqjbyghynate")
suspend fun action(value: Output<String>)
@JvmName(name = "qgmejimdyaesbuka")
suspend fun action(value: String?)

Parameters

value

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

  • TERMINATE: Instances are terminated after a specified wait time.

  • KEEP_ALIVE: Instances are left running after they are deregistered from the load balancer and removed from the deployment group.