View source: R/ssm_operations.R
ssm_add_tags_to_resource | R Documentation |
Adds or overwrites one or more tags for the specified resource. Tags are metadata that you can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value, both of which you define. For example, you could define a set of tags for your account's managed nodes that helps you track each node's owner and stack level. For example:
See https://www.paws-r-sdk.com/docs/ssm_add_tags_to_resource/ for full documentation.
ssm_add_tags_to_resource(ResourceType, ResourceId, Tags)
ResourceType |
[required] Specifies the type of resource you are tagging. The |
ResourceId |
[required] The resource ID you want to tag. Use the ID of the resource. Here are some examples:
For the
The |
Tags |
[required] One or more tags. The value parameter is required. Don't enter personally identifiable information in this field. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.