dax_untag_resource: Removes the association of tags from a DAX resource

View source: R/dax_operations.R

dax_untag_resourceR Documentation

Removes the association of tags from a DAX resource

Description

Removes the association of tags from a DAX resource. You can call untag_resource up to 5 times per second, per account.

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

Usage

dax_untag_resource(ResourceName, TagKeys)

Arguments

ResourceName

[required] The name of the DAX resource from which the tags should be removed.

TagKeys

[required] A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.


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