| 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.ELBInfo
Description
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.
Constructors
| ELBInfo' | |
Fields
| |
Instances
| FromJSON ELBInfo Source # | |
| ToJSON ELBInfo Source # | |
Defined in Amazonka.CodeDeploy.Types.ELBInfo | |
| Generic ELBInfo Source # | |
| Read ELBInfo Source # | |
| Show ELBInfo Source # | |
| NFData ELBInfo Source # | |
Defined in Amazonka.CodeDeploy.Types.ELBInfo | |
| Eq ELBInfo Source # | |
| Hashable ELBInfo Source # | |
Defined in Amazonka.CodeDeploy.Types.ELBInfo | |
| 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.