OriginSslProtocols
public struct OriginSslProtocols : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list that contains allowed SSL/TLS protocols for this distribution.
Declaration
Swift
public let items: [SslProtocol]
-
The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection with this origin.
Declaration
Swift
public let quantity: Int
-
Undocumented
Declaration
Swift
public init(items: [SslProtocol], quantity: Int)