appstream_tag_resource: Adds or overwrites one or more tags for the specified...

View source: R/appstream_operations.R

appstream_tag_resourceR Documentation

Adds or overwrites one or more tags for the specified AppStream 2

Description

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.

Usage

appstream_tag_resource(ResourceArn, Tags)

Arguments

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:

_ . : / = + \ - @


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.