paws.storage (version 0.1.0)

glacier_list_tags_for_vault: This operation lists all the tags attached to a vault

Description

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.

Usage

glacier_list_tags_for_vault(accountId, vaultName)

Arguments

accountId

[required] The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens ('-') in the ID.

vaultName

[required] The name of the vault.

Request syntax

svc$list_tags_for_vault(
  accountId = "string",
  vaultName = "string"
)

Examples

Run this code
# NOT RUN {
# The example lists all the tags attached to the vault examplevault.
# }
# NOT RUN {
svc$list_tags_for_vault(
  accountId = "-",
  vaultName = "examplevault"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace