docdb_remove_tags_from_resource: Removes metadata tags from an Amazon DocumentDB resource
Description
Removes metadata tags from an Amazon DocumentDB resource.
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.
Request syntax
svc$remove_tags_from_resource(
ResourceName = "string",
TagKeys = list(
"string"
)
)