DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOptionArgs

data class DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOptionArgs(val actionOnTimeout: Output<String>? = null, val waitTimeInMinutes: Output<Int>? = null) : ConvertibleToJava<DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOptionArgs>

Constructors

constructor(actionOnTimeout: Output<String>? = null, waitTimeInMinutes: Output<Int>? = null)

Properties

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

When to reroute traffic from an original environment to a replacement environment in a blue/green deployment.

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

The number of minutes to wait before the status of a blue/green deployment changed to Stopped if rerouting is not started manually. Applies only to the STOP_DEPLOYMENT option for action_on_timeout.

Functions

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