paws.analytics (version 0.1.0)

athena_untag_resource: Removes one or more tags from the workgroup resource

Description

Removes one or more tags from the workgroup resource. Takes as an input a list of TagKey Strings separated by commas, and removes their tags at the same time.

Usage

athena_untag_resource(ResourceARN, TagKeys)

Arguments

ResourceARN

[required] Removes one or more tags from the workgroup resource for the specified ARN.

TagKeys

[required] Removes the tags associated with one or more tag keys from the workgroup resource.

Request syntax

svc$untag_resource(
  ResourceARN = "string",
  TagKeys = list(
    "string"
  )
)