You can list tags for a cluster from the AWS CloudHSM
console
To list tags (console)
Open the AWS CloudHSM console at https://console.aws.amazon.com/cloudhsm/home
. -
Choose the cluster whose tags you are listing.
-
Choose Tags.
To list tags (AWS CLI)
-
At a command prompt, issue the list-tags command, specifying the ID of the cluster whose tags you are listing. If you don't know the cluster ID, issue the describe-clusters command.
$
aws cloudhsmv2 list-tags --resource-id
<cluster ID>
{ "TagList": [ { "Key": "Cost Center", "Value": "12345" } ] }
To list tags (AWS CloudHSM API)
-
Send a ListTags request, specifying the ID of the cluster whose tags you are listing.