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 |
Value¶
A list with the following syntax:
list(
TagList = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$list_tags(
ARN = "string"
)