Untag Resource
healthlake_untag_resource | R Documentation |
Removes tags from a data store¶
Description¶
Removes tags from a data store.
Usage¶
healthlake_untag_resource(ResourceARN, TagKeys)
Arguments¶
ResourceARN |
[required] The Amazon Resource Name(ARN) of the data store for which tags are being removed. |
TagKeys |
[required] The keys for the tags to be removed from the HealthLake data store. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceARN = "string",
TagKeys = list(
"string"
)
)