Skip to content

Remove Tags

elasticsearchservice_remove_tags R Documentation

Removes the specified set of tags from the specified Elasticsearch domain

Description

Removes the specified set of tags from the specified Elasticsearch domain.

Usage

elasticsearchservice_remove_tags(ARN, TagKeys)

Arguments

ARN

[required] Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

TagKeys

[required] Specifies the TagKey list which you want to remove from the Elasticsearch domain.

Value

An empty list.

Request syntax

svc$remove_tags(
  ARN = "string",
  TagKeys = list(
    "string"
  )
)