storagegateway_add_tags_to_resource: Adds one or more tags to the specified resource

View source: R/storagegateway_operations.R

storagegateway_add_tags_to_resourceR Documentation

Adds one or more tags to the specified resource

Description

Adds one or more tags to the specified resource. You use tags to add metadata to resources, which you can use to categorize these resources. For example, you can categorize resources by purpose, owner, environment, or team. Each tag consists of a key and a value, which you define. You can add tags to the following Storage Gateway resources:

See https://www.paws-r-sdk.com/docs/storagegateway_add_tags_to_resource/ for full documentation.

Usage

storagegateway_add_tags_to_resource(ResourceARN, Tags)

Arguments

ResourceARN

[required] The Amazon Resource Name (ARN) of the resource you want to add tags to.

Tags

[required] The key-value pair that represents the tag you want to add to the resource. The value can be an empty string.

Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.