| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeDeploy.Types.TargetGroupInfo
Description
Synopsis
Documentation
data TargetGroupInfo Source #
Information about a target group in Elastic Load Balancing to use in a deployment. Instances are registered as targets in a target group, and traffic is routed to the target group.
See: newTargetGroupInfo smart constructor.
Constructors
| TargetGroupInfo' | |
Fields
| |
Instances
newTargetGroupInfo :: TargetGroupInfo Source #
Create a value of TargetGroupInfo 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:name:TargetGroupInfo', targetGroupInfo_name - For blue/green deployments, the name of the target group that instances
in the original environment are deregistered from, and instances in the
replacement environment are registered with. For in-place deployments,
the name of the target group that instances are deregistered from, so
they are not serving traffic during a deployment, and then re-registered
with after the deployment is complete.
targetGroupInfo_name :: Lens' TargetGroupInfo (Maybe Text) Source #
For blue/green deployments, the name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment are registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.