Untag Resource
apprunner_untag_resource | R Documentation |
Remove tags from an App Runner resource¶
Description¶
Remove tags from an App Runner resource.
Usage¶
apprunner_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource that you want to remove tags from. It must be the ARN of an App Runner resource. |
TagKeys |
[required] A list of tag keys that you want to remove. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)