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
Information about a load balancer in Elastic Load Balancing to use in a deployment. Instances are registered directly with a load balancer, and traffic is routed to the load balancer.
See: newELBInfo
smart constructor.
ELBInfo' | |
|
Instances
Eq ELBInfo Source # | |
Read ELBInfo Source # | |
Show ELBInfo Source # | |
Generic ELBInfo Source # | |
NFData ELBInfo Source # | |
Defined in Amazonka.CodeDeploy.Types.ELBInfo | |
Hashable ELBInfo Source # | |
Defined in Amazonka.CodeDeploy.Types.ELBInfo | |
ToJSON ELBInfo Source # | |
Defined in Amazonka.CodeDeploy.Types.ELBInfo | |
FromJSON ELBInfo Source # | |
type Rep ELBInfo Source # | |
Defined in Amazonka.CodeDeploy.Types.ELBInfo |
newELBInfo :: ELBInfo Source #
Create a value of ELBInfo
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:ELBInfo'
, eLBInfo_name
- For blue/green deployments, the name of the load balancer that is used
to route traffic from original instances to replacement instances in a
blue/green deployment. For in-place deployments, the name of the load
balancer that instances are deregistered from so they are not serving
traffic during a deployment, and then re-registered with after the
deployment is complete.
eLBInfo_name :: Lens' ELBInfo (Maybe Text) Source #
For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.