View source: R/glacier_operations.R
glacier_add_tags_to_vault | R Documentation |
This operation adds the specified tags to a vault. Each tag is composed of a key and a value. Each vault can have up to 10 tags. If your request would cause the tag limit for the vault to be exceeded, the operation throws the LimitExceededException
error. If a tag already exists on the vault under a specified key, the existing key value will be overwritten. For more information about tags, see Tagging Amazon S3 Glacier Resources.
See https://www.paws-r-sdk.com/docs/glacier_add_tags_to_vault/ for full documentation.
glacier_add_tags_to_vault(accountId, vaultName, Tags = NULL)
accountId |
[required] The |
vaultName |
[required] The name of the vault. |
Tags |
The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.