| 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.AutoScaling.Types.LoadBalancerTargetGroupState
Description
Synopsis
- data LoadBalancerTargetGroupState = LoadBalancerTargetGroupState' {}
- newLoadBalancerTargetGroupState :: LoadBalancerTargetGroupState
- loadBalancerTargetGroupState_loadBalancerTargetGroupARN :: Lens' LoadBalancerTargetGroupState (Maybe Text)
- loadBalancerTargetGroupState_state :: Lens' LoadBalancerTargetGroupState (Maybe Text)
Documentation
data LoadBalancerTargetGroupState Source #
Describes the state of a target group.
See: newLoadBalancerTargetGroupState smart constructor.
Constructors
| LoadBalancerTargetGroupState' | |
Fields
| |
Instances
newLoadBalancerTargetGroupState :: LoadBalancerTargetGroupState Source #
Create a value of LoadBalancerTargetGroupState 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:loadBalancerTargetGroupARN:LoadBalancerTargetGroupState', loadBalancerTargetGroupState_loadBalancerTargetGroupARN - The Amazon Resource Name (ARN) of the target group.
$sel:state:LoadBalancerTargetGroupState', loadBalancerTargetGroupState_state - The state of the target group.
Adding- The Auto Scaling instances are being registered with the target group.Added- All Auto Scaling instances are registered with the target group.InService- At least one Auto Scaling instance passed anELBhealth check.Removing- The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.Removed- All Auto Scaling instances are deregistered from the target group.
loadBalancerTargetGroupState_loadBalancerTargetGroupARN :: Lens' LoadBalancerTargetGroupState (Maybe Text) Source #
The Amazon Resource Name (ARN) of the target group.
loadBalancerTargetGroupState_state :: Lens' LoadBalancerTargetGroupState (Maybe Text) Source #
The state of the target group.
Adding- The Auto Scaling instances are being registered with the target group.Added- All Auto Scaling instances are registered with the target group.InService- At least one Auto Scaling instance passed anELBhealth check.Removing- The Auto Scaling instances are being deregistered from the target group. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances.Removed- All Auto Scaling instances are deregistered from the target group.