SslPolicy

public struct SslPolicy : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ciphers.

    Declaration

    Swift

    public let ciphers: [Cipher]?
  • The name of the policy.

    Declaration

    Swift

    public let name: String?
  • The protocols.

    Declaration

    Swift

    public let sslProtocols: [String]?
  • Undocumented

    Declaration

    Swift

    public init(ciphers: [Cipher]? = nil, name: String? = nil, sslProtocols: [String]? = nil)