paws.analytics (version 0.1.0)

elasticsearchservice_add_tags: Attaches tags to an existing Elasticsearch domain

Description

Attaches tags to an existing Elasticsearch domain. Tags are a set of case-sensitive key value pairs. An Elasticsearch domain may have up to 10 tags. See Tagging Amazon Elasticsearch Service Domains for more information.

Usage

elasticsearchservice_add_tags(ARN, TagList)

Arguments

ARN

[required] Specify the ARN for which you want to add the tags.

TagList

[required] List of Tag that need to be added for the Elasticsearch domain.

Request syntax

svc$add_tags(
  ARN = "string",
  TagList = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)