ListenerTls
public struct ListenerTls : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A reference to an object that represents a listener’s TLS certificate.
Declaration
Swift
public let certificate: ListenerTlsCertificate -
Specify one of the following modes.
STRICT – Listener only accepts connections with TLS enabled. PERMISSIVE – Listener accepts connections with or without TLS enabled. DISABLED – Listener only accepts connections without TLS.Declaration
Swift
public let mode: ListenerTlsMode -
Undocumented
Declaration
Swift
public init(certificate: ListenerTlsCertificate, mode: ListenerTlsMode) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ListenerTls Structure Reference