paws.security.identity (version 0.1.0)

cloudhsmv2_delete_cluster: Deletes the specified AWS CloudHSM cluster

Description

Deletes the specified AWS CloudHSM cluster. Before you can delete a cluster, you must delete all HSMs in the cluster. To see if the cluster contains any HSMs, use DescribeClusters. To delete an HSM, use DeleteHsm.

Usage

cloudhsmv2_delete_cluster(ClusterId)

Arguments

ClusterId

[required] The identifier (ID) of the cluster that you are deleting. To find the cluster ID, use DescribeClusters.

Request syntax

svc$delete_cluster(
  ClusterId = "string"
)