Learn R Programming

paws.analytics (version 0.1.9)

athena_untag_resource: Removes one or more tags from a data catalog or workgroup resource

Description

Removes one or more tags from a data catalog or workgroup resource.

Usage

athena_untag_resource(ResourceARN, TagKeys)

Arguments

ResourceARN

[required] Specifies the ARN of the resource from which tags are to be removed.

TagKeys

[required] A comma-separated list of one or more tag keys whose tags are to be removed from the specified resource.

Request syntax

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