redshift_create_tags {paws.database} | R 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, |
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 |
[Package paws.database version 0.7.0 Index]