Skip to content

List Tags

elasticsearchservice_list_tags R Documentation

Returns all tags for the given Elasticsearch domain

Description

Returns all tags for the given Elasticsearch domain.

Usage

elasticsearchservice_list_tags(ARN)

Arguments

ARN

[required] Specify the ARN for the Elasticsearch domain to which the tags are attached that you want to view.

Value

A list with the following syntax:

list(
  TagList = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)

Request syntax

svc$list_tags(
  ARN = "string"
)