Listener
public struct Listener : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The health check information for the listener.
Declaration
Swift
public let healthCheck: HealthCheckPolicy?
-
The port mapping information for the listener.
Declaration
Swift
public let portMapping: PortMapping
-
An object that represents timeouts for different protocols.
Declaration
Swift
public let timeout: ListenerTimeout?
-
A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.
Declaration
Swift
public let tls: ListenerTls?
-
Undocumented
Declaration
Swift
public init(healthCheck: HealthCheckPolicy? = nil, portMapping: PortMapping, timeout: ListenerTimeout? = nil, tls: ListenerTls? = nil)
-
Declaration
Swift
public func validate(name: String) throws