Description Usage Arguments Value Request syntax
View source: R/dlm_operations.R
Adds the specified tags to the specified resource.
1 | dlm_tag_resource(ResourceArn, Tags)
|
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource. |
Tags |
[required] One or more tags. |
An empty list.
1 2 3 4 5 6 | svc$tag_resource(
ResourceArn = "string",
Tags = list(
"string"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.