我正在通过cloudformation模板创建Kinesis firehose。需要为其添加标签。如何通过cloudformation模板向Kinesis Firehose Delivery流添加标签?
答案 0 :(得分:0)
该选项尚不可用。 根据文档https://docs.aws.amazon.com/firehose/latest/dev/firehose-tagging.html:
使用Amazon Kinesis Data Firehose API标记交付流 您可以在调用CreateDeliveryStream创建新的传递流时指定标签。对于现有的传递流,可以使用以下三个操作来添加,列出和删除标签:
当前,您可以使用API添加标签: https://docs.aws.amazon.com/firehose/latest/APIReference/API_TagDeliveryStream.html
或CLI: https://docs.aws.amazon.com/cli/latest/reference/firehose/tag-delivery-stream.html