prometheusservice_untag_resource {paws.management} | R Documentation |
Removes the specified tags from an Amazon Managed Service for Prometheus resource
Description
Removes the specified tags from an Amazon Managed Service for Prometheus resource. The only resources that can be tagged are rule groups namespaces, scrapers, and workspaces.
See https://www.paws-r-sdk.com/docs/prometheusservice_untag_resource/ for full documentation.
Usage
prometheusservice_untag_resource(resourceArn, tagKeys)
Arguments
resourceArn |
[required] The ARN of the resource from which to remove a tag. |
tagKeys |
[required] The keys of the tags to remove. |
[Package paws.management version 0.9.0 Index]