ListenerTlsFileCertificate

public struct ListenerTlsFileCertificate : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The certificate chain for the certificate.

    Declaration

    Swift

    public let certificateChain: String
  • The private key for a certificate stored on the file system of the virtual node that the proxy is running on.

    Declaration

    Swift

    public let privateKey: String
  • Undocumented

    Declaration

    Swift

    public init(certificateChain: String, privateKey: String)
  • Declaration

    Swift

    public func validate(name: String) throws