docdb_remove_tags_from_resource {paws.database}R Documentation

Removes metadata tags from an Amazon DocumentDB resource

Description

Removes metadata tags from an Amazon DocumentDB resource.

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

Usage

docdb_remove_tags_from_resource(ResourceName, TagKeys)

Arguments

ResourceName

[required] The Amazon DocumentDB resource that the tags are removed from. This value is an Amazon Resource Name (ARN).

TagKeys

[required] The tag key (name) of the tag to be removed.


[Package paws.database version 0.6.0 Index]