cloudhsmv2_list_tags {paws.security.identity} | R Documentation |
Gets a list of tags for the specified AWS CloudHSM cluster
Description
Gets a list of tags for the specified AWS CloudHSM cluster.
See https://www.paws-r-sdk.com/docs/cloudhsmv2_list_tags/ for full documentation.
Usage
cloudhsmv2_list_tags(ResourceId, NextToken = NULL, MaxResults = NULL)
Arguments
ResourceId |
[required] The cluster identifier (ID) for the cluster whose tags you are getting.
To find the cluster ID, use
|
NextToken |
The |
MaxResults |
The maximum number of tags to return in the response. When there are
more tags than the number you specify, the response contains a
|
[Package paws.security.identity version 0.6.1 Index]