DeploymentGroupBlueGreenDeploymentConfig constructor
const
DeploymentGroupBlueGreenDeploymentConfig({
- Input<
DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption?> ? deploymentReadyOption, - Input<
DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption?> ? greenFleetProvisioningOption, - Input<
DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess?> ? terminateBlueInstancesOnDeploymentSuccess,
Creates a new DeploymentGroupBlueGreenDeploymentConfig.
deploymentReadyOption Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment (documented below).
greenFleetProvisioningOption Information about how instances are provisioned for a replacement environment in a blue/green deployment (documented below).
terminateBlueInstancesOnDeploymentSuccess Information about whether to terminate instances in the original fleet during a blue/green deployment (documented below).
Implementation
const DeploymentGroupBlueGreenDeploymentConfig({
this.deploymentReadyOption,
this.greenFleetProvisioningOption,
this.terminateBlueInstancesOnDeploymentSuccess,
});