Untag Resource
marketplacecatalog_untag_resource | R Documentation |
Removes a tag or list of tags from a resource (either an entity or change set)¶
Description¶
Removes a tag or list of tags from a resource (either an entity or change set).
Usage¶
marketplacecatalog_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] Required. The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from. |
TagKeys |
[required] Required. A list of key names of tags to be removed. Number of strings allowed: 0-256. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)