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