Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BlueGreenDeploymentConfiguration = BlueGreenDeploymentConfiguration' {}
- newBlueGreenDeploymentConfiguration :: BlueGreenDeploymentConfiguration
- blueGreenDeploymentConfiguration_deploymentReadyOption :: Lens' BlueGreenDeploymentConfiguration (Maybe DeploymentReadyOption)
- blueGreenDeploymentConfiguration_greenFleetProvisioningOption :: Lens' BlueGreenDeploymentConfiguration (Maybe GreenFleetProvisioningOption)
- blueGreenDeploymentConfiguration_terminateBlueInstancesOnDeploymentSuccess :: Lens' BlueGreenDeploymentConfiguration (Maybe BlueInstanceTerminationOption)
Documentation
data BlueGreenDeploymentConfiguration Source #
Information about blue/green deployment options for a deployment group.
See: newBlueGreenDeploymentConfiguration
smart constructor.
BlueGreenDeploymentConfiguration' | |
|
Instances
newBlueGreenDeploymentConfiguration :: BlueGreenDeploymentConfiguration Source #
Create a value of BlueGreenDeploymentConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:deploymentReadyOption:BlueGreenDeploymentConfiguration'
, blueGreenDeploymentConfiguration_deploymentReadyOption
- Information about the action to take when newly provisioned instances
are ready to receive traffic in a blue/green deployment.
$sel:greenFleetProvisioningOption:BlueGreenDeploymentConfiguration'
, blueGreenDeploymentConfiguration_greenFleetProvisioningOption
- Information about how instances are provisioned for a replacement
environment in a blue/green deployment.
$sel:terminateBlueInstancesOnDeploymentSuccess:BlueGreenDeploymentConfiguration'
, blueGreenDeploymentConfiguration_terminateBlueInstancesOnDeploymentSuccess
- Information about whether to terminate instances in the original fleet
during a blue/green deployment.
blueGreenDeploymentConfiguration_deploymentReadyOption :: Lens' BlueGreenDeploymentConfiguration (Maybe DeploymentReadyOption) Source #
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.
blueGreenDeploymentConfiguration_greenFleetProvisioningOption :: Lens' BlueGreenDeploymentConfiguration (Maybe GreenFleetProvisioningOption) Source #
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
blueGreenDeploymentConfiguration_terminateBlueInstancesOnDeploymentSuccess :: Lens' BlueGreenDeploymentConfiguration (Maybe BlueInstanceTerminationOption) Source #
Information about whether to terminate instances in the original fleet during a blue/green deployment.