Untag Resource
codeartifact_untag_resource | R Documentation |
Removes tags from a resource in CodeArtifact¶
Description¶
Removes tags from a resource in CodeArtifact.
Usage¶
codeartifact_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) of the resource that you want to remove tags from. |
tagKeys |
[required] The tag key for each tag that you want to remove from the resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)