redshift_create_tags: Adds tags to a cluster

View source: R/redshift_operations.R

redshift_create_tagsR Documentation

Adds tags to a cluster

Description

Adds tags to a cluster.

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

Usage

redshift_create_tags(ResourceName, Tags)

Arguments

ResourceName

[required] The Amazon Resource Name (ARN) to which you want to add the tag or tags. For example, arn:aws:redshift:us-east-2:123456789:cluster:t1.

Tags

[required] One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, ⁠--tags "Key"="owner","Value"="admin" "Key"="environment","Value"="test" "Key"="version","Value"="1.0"⁠.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.