View source: R/configservice_operations.R
configservice_tag_resource | R Documentation |
Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. If existing tags are specified, however, then their values will be updated. When a resource is deleted, the tags associated with that resource are deleted as well.
See https://www.paws-r-sdk.com/docs/configservice_tag_resource/ for full documentation.
configservice_tag_resource(ResourceArn, Tags)
ResourceArn |
[required] The Amazon Resource Name (ARN) that identifies the resource for which to
list the tags. Currently, the supported resources are |
Tags |
[required] An array of tag object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.