Untag Resource
codedeploy_untag_resource | R Documentation |
Disassociates a resource from a list of tags¶
Description¶
Disassociates a resource from a list of tags. The resource is identified
by the ResourceArn
input parameter. The tags are identified by the
list of keys in the TagKeys
input parameter.
Usage¶
codedeploy_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) that specifies from
which resource to disassociate the tags with the keys in the
|
TagKeys |
[required] A list of keys of |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)