class Aws::CloudHSMV2::Types::InitializeClusterRequest

@note When making an API call, you may pass InitializeClusterRequest

data as a hash:

    {
      cluster_id: "ClusterId", # required
      signed_cert: "Cert", # required
      trust_anchor: "Cert", # required
    }

@!attribute [rw] cluster_id

The identifier (ID) of the cluster that you are claiming. To find
the cluster ID, use DescribeClusters.
@return [String]

@!attribute [rw] signed_cert

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.
@return [String]

@!attribute [rw] trust_anchor

The issuing certificate of the issuing certificate authority (CA)
that issued (signed) the cluster certificate. You must use a
self-signed certificate. The certificate used to sign the HSM CSR
must be directly available, and thus must be the root certificate.
The certificate must be in PEM format and can contain a maximum of
5000 characters.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/InitializeClusterRequest AWS API Documentation

Constants

SENSITIVE