Skip to content

Remove Tags From Resource

docdb_remove_tags_from_resource R Documentation

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.

Value

An empty list.

Request syntax

svc$remove_tags_from_resource(
  ResourceName = "string",
  TagKeys = list(
    "string"
  )
)