Skip to content

Untag Resource

prometheusservice_untag_resource 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 workspaces and rule groups namespaces.

Usage

prometheusservice_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The ARN of the workspace or rule groups namespace.

tagKeys

[required] The keys of the tags to remove.

Value

An empty list.

Request syntax

svc$untag_resource(
  resourceArn = "string",
  tagKeys = list(
    "string"
  )
)