Tag Resource
| resourceexplorer_tag_resource | R Documentation |
Adds one or more tag key and value pairs to an Amazon Web Services Resource Explorer view or index¶
Description¶
Adds one or more tag key and value pairs to an Amazon Web Services Resource Explorer view or index.
Usage¶
resourceexplorer_tag_resource(resourceArn, Tags)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the view or index that you want to attach tags to. |
Tags |
A list of tag key and value pairs that you want to attach to the specified view or index. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
resourceArn = "string",
Tags = list(
"string"
)
)