paws.security.identity (version 0.1.0)

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

Description

Gets a list of tags for the specified AWS CloudHSM cluster.

Usage

cloudhsmv2_list_tags(ResourceId, NextToken, MaxResults)

Arguments

ResourceId

[required] The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.

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.

Request syntax

svc$list_tags(
  ResourceId = "string",
  NextToken = "string",
  MaxResults = 123
)

Details

This is a paginated operation, which means that each response might contain only a subset of all the tags. When the response contains only a subset of tags, it includes a NextToken value. Use this value in a subsequent ListTags request to get more tags. When you receive a response with no NextToken (or an empty or null value), that means there are no more tags to get.