LoadBalancerState

public struct LoadBalancerState : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the load balancer.

    Declaration

    Swift

    public let loadBalancerName: String?
  • One of the following load balancer states: Adding - The instances in the group are being registered with the load balancer. Added - All instances in the group are registered with the load balancer. InService - At least one instance in the group passed an ELB health check. Removing - The instances in the group are being deregistered from the load balancer. If connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before deregistering the instances. Removed - All instances in the group are deregistered from the load balancer.

    Declaration

    Swift

    public let state: String?
  • Undocumented

    Declaration

    Swift

    public init(loadBalancerName: String? = nil, state: String? = nil)