Cluster Args
data class ClusterArgs(val hsmType: Output<String>? = null, val sourceBackupIdentifier: Output<String>? = null, val subnetIds: Output<List<String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ClusterArgs>
Creates an Amazon CloudHSM v2 cluster. For information about CloudHSM v2, see the AWS CloudHSM User Guide and the 2.
NOTE: A CloudHSM Cluster can take several minutes to set up. Practically no single attribute can be updated, except for
tags
. If you need to delete a cluster, you have to remove its HSM modules first. To initialize cluster, you have to add an HSM instance to the cluster, then sign CSR and upload it.
Import
CloudHSM v2 Clusters can be imported using the cluster id
, e.g.,
$ pulumi import aws:cloudhsmv2/cluster:Cluster test_cluster cluster-aeb282a201
Content copied to clipboard