listTagsForVault

This operation lists all the tags attached to a vault. The operation returns an empty map if there are no tags. For more information about tags, see Tagging Amazon Glacier Resources.

Samples

// The example lists all the tags attached to the vault examplevault.
val resp = glacierClient.listTagsForVault {
    accountId = "-"
    vaultName = "examplevault"
}