paws.analytics (version 0.5.0)

emr_add_tags: Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR Studio

Description

Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR Studio. Tags make it easier to associate resources in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tag Clusters.

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

Usage

emr_add_tags(ResourceId, Tags)

Arguments

ResourceId

[required] The Amazon EMR resource identifier to which tags will be added. For example, a cluster identifier or an Amazon EMR Studio ID.

Tags

[required] A list of tags to associate with a resource. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.