redshift_delete_tags: Deletes tags from a resource

View source: R/redshift_operations.R

redshift_delete_tagsR Documentation

Deletes tags from a resource

Description

Deletes tags from a resource. You must provide the ARN of the resource from which you want to delete the tag or tags.

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

Usage

redshift_delete_tags(ResourceName, TagKeys)

Arguments

ResourceName

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

TagKeys

[required] The tag key that you want to delete.


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