Skip to content

List Hsms

cloudhsm_list_hsms R Documentation

This is documentation for AWS CloudHSM Classic

Description

This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference.

For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference.

Retrieves the identifiers of all of the HSMs provisioned for the current customer.

This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to list_hsms to retrieve the next set of items.

Usage

cloudhsm_list_hsms(NextToken)

Arguments

NextToken

The NextToken value from a previous call to list_hsms. Pass null if this is the first call.

Value

A list with the following syntax:

list(
  HsmList = list(
    "string"
  ),
  NextToken = "string"
)

Request syntax

svc$list_hsms(
  NextToken = "string"
)