DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption constructor

const DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption({
  1. Input<String?>? actionOnTimeout,
  2. Input<int?>? waitTimeInMinutes,
})

Creates a new DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption. actionOnTimeout When to reroute traffic from an original environment to a replacement environment in a blue/green deployment. waitTimeInMinutes 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 actionOnTimeout.

Implementation

const DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption({
  this.actionOnTimeout,
  this.waitTimeInMinutes,
});