emrserverless_tag_resource: Assigns tags to resources

View source: R/emrserverless_operations.R

emrserverless_tag_resourceR Documentation

Assigns tags to resources

Description

Assigns tags to resources. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize your Amazon Web Services resources by attributes such as purpose, owner, or environment. When you have many resources of the same type, you can quickly identify a specific resource based on the tags you've assigned to it.

See https://www.paws-r-sdk.com/docs/emrserverless_tag_resource/ for full documentation.

Usage

emrserverless_tag_resource(resourceArn, tags)

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.

tags

[required] The tags to add to the resource. A tag is an array of key-value pairs.


paws.compute documentation built on May 29, 2024, 9:16 a.m.