libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Description

 
Synopsis

Documentation

data LoadBalancerTargetGroupState Source #

Describes the state of a target group.

See: newLoadBalancerTargetGroupState smart constructor.

Constructors

LoadBalancerTargetGroupState' 

Fields

  • state :: Maybe Text

    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 an ELB health 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.
  • loadBalancerTargetGroupARN :: Maybe Text

    The Amazon Resource Name (ARN) of the target group.

Instances

Instances details
Eq LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Read LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Show LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Generic LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Associated Types

type Rep LoadBalancerTargetGroupState :: Type -> Type #

NFData LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Hashable LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

FromXML LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

type Rep LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

type Rep LoadBalancerTargetGroupState = D1 ('MetaData "LoadBalancerTargetGroupState" "Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "LoadBalancerTargetGroupState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "loadBalancerTargetGroupARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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: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 an ELB health 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.

$sel:loadBalancerTargetGroupARN:LoadBalancerTargetGroupState', loadBalancerTargetGroupState_loadBalancerTargetGroupARN - 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 an ELB health 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.