Certificates
public struct Certificates : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The HSM hardware certificate issued (signed) by AWS CloudHSM.
Declaration
Swift
public let awsHardwareCertificate: String?
-
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster’s owner.
Declaration
Swift
public let clusterCertificate: String?
-
The cluster’s certificate signing request (CSR). The CSR exists only when the cluster’s state is UNINITIALIZED.
Declaration
Swift
public let clusterCsr: String?
-
The HSM certificate issued (signed) by the HSM hardware.
Declaration
Swift
public let hsmCertificate: String?
-
The HSM hardware certificate issued (signed) by the hardware manufacturer.
Declaration
Swift
public let manufacturerHardwareCertificate: String?
-
init(awsHardwareCertificate:clusterCertificate:clusterCsr:hsmCertificate:manufacturerHardwareCertificate:)
Undocumented
Declaration
Swift
public init(awsHardwareCertificate: String? = nil, clusterCertificate: String? = nil, clusterCsr: String? = nil, hsmCertificate: String? = nil, manufacturerHardwareCertificate: String? = nil)