Gets information about CloudHSM clusters.
See https://www.paws-r-sdk.com/docs/cloudhsmv2_describe_clusters/ for full documentation.
cloudhsmv2_describe_clusters(
Filters = NULL,
NextToken = NULL,
MaxResults = NULL
)
One or more filters to limit the items returned in the response.
Use the clusterIds
filter to return only the specified clusters.
Specify clusters by their cluster identifier (ID).
Use the vpcIds
filter to return only the clusters in the specified
virtual private clouds (VPCs). Specify VPCs by their VPC identifier
(ID).
Use the states
filter to return only clusters that match the specified
state.
The NextToken
value that you received in the previous response. Use
this value to get more clusters.
The maximum number of clusters to return in the response. When there are
more clusters than the number you specify, the response contains a
NextToken
value.