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 |
Documentation
data DeploymentStyle Source #
Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
See: newDeploymentStyle
smart constructor.
DeploymentStyle' | |
|
Instances
newDeploymentStyle :: DeploymentStyle Source #
Create a value of DeploymentStyle
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:deploymentOption:DeploymentStyle'
, deploymentStyle_deploymentOption
- Indicates whether to route deployment traffic behind a load balancer.
$sel:deploymentType:DeploymentStyle'
, deploymentStyle_deploymentType
- Indicates whether to run an in-place deployment or a blue/green
deployment.
deploymentStyle_deploymentOption :: Lens' DeploymentStyle (Maybe DeploymentOption) Source #
Indicates whether to route deployment traffic behind a load balancer.
deploymentStyle_deploymentType :: Lens' DeploymentStyle (Maybe DeploymentType) Source #
Indicates whether to run an in-place deployment or a blue/green deployment.