SslConfiguration

public struct SslConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The contents of the certificate’s domain.crt file.

    Declaration

    Swift

    public let certificate: String
  • Optional. Can be used to specify an intermediate certificate authority key or client authentication.

    Declaration

    Swift

    public let chain: String?
  • The private key; the contents of the certificate’s domain.kex file.

    Declaration

    Swift

    public let privateKey: String
  • Undocumented

    Declaration

    Swift

    public init(certificate: String, chain: String? = nil, privateKey: String)