ConnectionDraining
public struct ConnectionDraining : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether connection draining is enabled for the load balancer.
Declaration
Swift
public let enabled: Bool
-
The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
Declaration
Swift
public let timeout: Int?
-
Undocumented
Declaration
Swift
public init(enabled: Bool, timeout: Int? = nil)