cloudhsmv2_delete_hsm: Deletes the specified HSM

View source: R/cloudhsmv2_operations.R

cloudhsmv2_delete_hsmR Documentation

Deletes the specified HSM

Description

Deletes the specified HSM. To specify an HSM, you can use its identifier (ID), the IP address of the HSM's elastic network interface (ENI), or the ID of the HSM's ENI. You need to specify only one of these values. To find these values, use describe_clusters.

See https://www.paws-r-sdk.com/docs/cloudhsmv2_delete_hsm/ for full documentation.

Usage

cloudhsmv2_delete_hsm(ClusterId, HsmId = NULL, EniId = NULL, EniIp = NULL)

Arguments

ClusterId

[required] The identifier (ID) of the cluster that contains the HSM that you are deleting.

HsmId

The identifier (ID) of the HSM that you are deleting.

EniId

The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.

EniIp

The IP address of the elastic network interface (ENI) of the HSM that you are deleting.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.