ConnectionSettings
public struct ConnectionSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
Declaration
Swift
public let idleTimeout: Int
-
Undocumented
Declaration
Swift
public init(idleTimeout: Int)
-
Declaration
Swift
public func validate(name: String) throws