Skip to content

Untag Resource

emrserverless_untag_resource R Documentation

Removes tags from resources

Description

Removes tags from resources.

Usage

emrserverless_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) that identifies the resource to list the tags for. Currently, the supported resources are Amazon EMR Serverless applications and job runs.

tagKeys

[required] The keys of the tags to be removed.

Value

An empty list.

Request syntax

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