amazonka-autoscaling-2.0: Amazon Auto Scaling SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Description

 
Synopsis

Documentation

data LoadBalancerTargetGroupState Source #

Describes the state of a target group.

See: newLoadBalancerTargetGroupState smart constructor.

Constructors

LoadBalancerTargetGroupState' 

Fields

  • loadBalancerTargetGroupARN :: Maybe Text

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

  • 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.

Instances

Instances details
FromXML 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 #

Read LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Show LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

NFData LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Eq LoadBalancerTargetGroupState Source # 
Instance details

Defined in Amazonka.AutoScaling.Types.LoadBalancerTargetGroupState

Hashable 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" "amazonka-autoscaling-2.0-IerpHfP4BA3Ir4ZL2IR1De" 'False) (C1 ('MetaCons "LoadBalancerTargetGroupState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "loadBalancerTargetGroupARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "state") '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: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 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.

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.