LoadBalancerTargetGroupState class

Describes the state of a target group.

If you attach a target group to an existing Auto Scaling group, the initial state is Adding. The state transitions to Added after all Auto Scaling instances are registered with the target group. If Elastic Load Balancing health checks are enabled, the state transitions to InService after at least one Auto Scaling instance passes the health check. If EC2 health checks are enabled instead, the target group remains in the Added state.

Constructors

LoadBalancerTargetGroupState({String? loadBalancerTargetGroupARN, String? state})
LoadBalancerTargetGroupState.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
loadBalancerTargetGroupARN String?
The Amazon Resource Name (ARN) of the target group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The state of the target group.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited