You can identify, organize, search for, and filter Amazon Rekognition stream processors by using tags. Each tag is a label consisting of a user-defined key and value.
To remove one or more tags from a stream processor, use the UntagResource
operation. Specify the ARN of the model (ResourceArn
) and the tag keys (Tag-Keys
) that you want to remove.
aws rekognition untag-resource --resource-arn resource-arn \
--tag-keys '["key1","key2"]'
Alternatively, you can specify tag-keys in this format:
--tag-keys key1,key2