emrserverless_untag_resource {paws.compute} | R Documentation |
Removes tags from resources
Description
Removes tags from resources.
See https://www.paws-r-sdk.com/docs/emrserverless_untag_resource/ for full documentation.
Usage
emrserverless_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resources are Amazon EMR Serverless applications and job runs. |
tagKeys |
[required] The keys of the tags to be removed. |
[Package paws.compute version 0.7.0 Index]