Claims an AWS CloudHSM cluster by submitting the cluster certificate issued by your issuing certificate authority (CA) and the CA's root certificate. Before you can claim a cluster, you must sign the cluster's certificate signing request (CSR) with your issuing CA. To get the cluster's CSR, use DescribeClusters.
cloudhsmv2_initialize_cluster(ClusterId, SignedCert, TrustAnchor)
[required] The identifier (ID) of the cluster that you are claiming. To find the cluster ID, use DescribeClusters.
[required] The cluster certificate issued (signed) by your issuing certificate authority (CA). The certificate must be in PEM format and can contain a maximum of 5000 characters.
[required] The issuing certificate of the issuing certificate authority (CA) that issued (signed) the cluster certificate. This can be a root (self-signed) certificate or a certificate chain that begins with the certificate that issued the cluster certificate and ends with a root certificate. The certificate or certificate chain must be in PEM format and can contain a maximum of 5000 characters.
svc$initialize_cluster( ClusterId = "string", SignedCert = "string", TrustAnchor = "string" )