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 |
TagKeys |
[required] Specifies the |
Value¶
An empty list.
Request syntax¶
svc$remove_tags(
ARN = "string",
TagKeys = list(
"string"
)
)