Description Usage Arguments Value Request syntax
View source: R/route53resolver_operations.R
Removes one or more tags from a specified resource.
1 | route53resolver_untag_resource(ResourceArn, TagKeys)
|
ResourceArn |
[required] The Amazon Resource Name (ARN) for the resource that you want to remove
tags from. To get the ARN for a resource, use the applicable
|
TagKeys |
[required] The tags that you want to remove to the specified resource. |
An empty list.
1 2 3 4 5 6 | svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.