View source: R/organizations_operations.R
organizations_tag_resource | R Documentation |
Adds one or more tags to the specified resource.
See https://www.paws-r-sdk.com/docs/organizations_tag_resource/ for full documentation.
organizations_tag_resource(ResourceId, Tags)
ResourceId |
[required] The ID of the resource to add a tag to. You can specify any of the following taggable resources.
|
Tags |
[required] A list of tags to add to the specified resource. For each tag in the list, you must specify both a tag key and a value.
The value can be an empty string, but you can't set it to If any one of the tags is not valid or if you exceed the maximum allowed number of tags for a resource, then the entire request fails. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.