TlsConfigInput
public struct TlsConfigInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If you specify a server name, API Gateway uses it to verify the hostname on the integration’s certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.
Declaration
Swift
public let serverNameToVerify: String?
-
Undocumented
Declaration
Swift
public init(serverNameToVerify: String? = nil)