comprehend_tag_resource {paws.machine.learning} | R Documentation |
Associates a specific tag with an Amazon Comprehend resource
Description
Associates a specific tag with an Amazon Comprehend resource. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
See https://www.paws-r-sdk.com/docs/comprehend_tag_resource/ for full documentation.
Usage
comprehend_tag_resource(ResourceArn, Tags)
Arguments
ResourceArn |
[required] The Amazon Resource Name (ARN) of the given Amazon Comprehend resource to which you want to associate the tags. |
Tags |
[required] Tags being associated with a specific Amazon Comprehend resource. There can be a maximum of 50 tags (both existing and pending) associated with a specific resource. |
[Package paws.machine.learning version 0.7.0 Index]