CertificateAuthenticationRequest

public struct CertificateAuthenticationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in AWS Certificate Manager (ACM).

    Declaration

    Swift

    public let clientRootCertificateChainArn: String?
  • Undocumented

    Declaration

    Swift

    public init(clientRootCertificateChainArn: String? = nil)