Tag Resource
| healthlake_tag_resource | R Documentation |
Add a user-specifed key and value tag to a data store¶
Description¶
Add a user-specifed key and value tag to a data store.
Usage¶
healthlake_tag_resource(ResourceARN, Tags)
Arguments¶
ResourceARN |
[required] The Amazon Resource Name (ARN) that grants access to the data store tags are being added to. |
Tags |
[required] The user-specified key and value pair tags being added to a data store. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceARN = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)