opensearchservice_remove_tags {paws.analytics} | R Documentation |
Removes the specified set of tags from an Amazon OpenSearch Service domain
Description
Removes the specified set of tags from an Amazon OpenSearch Service domain. For more information, see Tagging Amazon OpenSearch Service domains.
See https://www.paws-r-sdk.com/docs/opensearchservice_remove_tags/ for full documentation.
Usage
opensearchservice_remove_tags(ARN, TagKeys)
Arguments
ARN |
[required] The Amazon Resource Name (ARN) of the domain from which you want to delete the specified tags. |
TagKeys |
[required] The list of tag keys to remove from the domain. |
[Package paws.analytics version 0.7.0 Index]