redshift_create_tags function

Adds tags to a cluster

Adds tags to a cluster

Adds tags to a cluster.

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

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".

  • Maintainer: Dyfan Jones
  • License: Apache License (>= 2.0)
  • Last published: 2025-03-14

Downloads (last 30 days):