paws.analytics (version 0.1.0)

emr_remove_tags: Removes tags from an Amazon EMR resource

Description

Removes tags from an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tag Clusters.

Usage

emr_remove_tags(ResourceId, TagKeys)

Arguments

ResourceId

[required] The Amazon EMR resource identifier from which tags will be removed. This value must be a cluster identifier.

TagKeys

[required] A list of tag keys to remove from a resource.

Request syntax

svc$remove_tags(
  ResourceId = "string",
  TagKeys = list(
    "string"
  )
)

Details

The following example removes the stack tag with value Prod from a cluster: