Tag Resource
rekognition_tag_resource | R Documentation |
Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model¶
Description¶
Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom Labels model. For more information, see Tagging AWS Resources.
This operation requires permissions to perform the
rekognition:TagResource
action.
Usage¶
rekognition_tag_resource(ResourceArn, Tags)
Arguments¶
ResourceArn |
[required] Amazon Resource Name (ARN) of the model, collection, or stream processor that you want to assign the tags to. |
Tags |
[required] The key-value tags to assign to the resource. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceArn = "string",
Tags = list(
"string"
)
)