apprunner_untag_resource {paws.compute} | R Documentation |
Remove tags from an App Runner resource
Description
Remove tags from an App Runner resource.
See https://www.paws-r-sdk.com/docs/apprunner_untag_resource/ for full documentation.
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. |
[Package paws.compute version 0.7.0 Index]