ClusterClusterCertificate

data class ClusterClusterCertificate(val awsHardwareCertificate: String? = null, val clusterCertificate: String? = null, val clusterCsr: String? = null, val hsmCertificate: String? = null, val manufacturerHardwareCertificate: String? = null)

Constructors

Link copied to clipboard
constructor(awsHardwareCertificate: String? = null, clusterCertificate: String? = null, clusterCsr: String? = null, hsmCertificate: String? = null, manufacturerHardwareCertificate: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The HSM hardware certificate issued (signed) by AWS CloudHSM.

Link copied to clipboard

The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.

Link copied to clipboard
val clusterCsr: String? = null

The certificate signing request (CSR). Available only in UNINITIALIZED state after an HSM instance is added to the cluster.

Link copied to clipboard
val hsmCertificate: String? = null

The HSM certificate issued (signed) by the HSM hardware.

Link copied to clipboard

The HSM hardware certificate issued (signed) by the hardware manufacturer.