View source: R/appstream_operations.R
appstream_tag_resource | R Documentation |
Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.
See https://www.paws-r-sdk.com/docs/appstream_tag_resource/ for full documentation.
appstream_tag_resource(ResourceArn, Tags)
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
Tags |
[required] The tags to associate. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. If you do not specify a value, the value is set to an empty string. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: _ . : / = + \ - @ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.