cloudhsmv2_list_tags: Gets a list of tags for the specified AWS CloudHSM cluster

View source: R/cloudhsmv2_operations.R

cloudhsmv2_list_tagsR 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 describe_clusters.

NextToken

The NextToken value that you received in the previous response. Use this value to get more tags.

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 NextToken value.


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