CF:AWS::SES::ConfigurationSetEventDestination 事件目标到 SNS 主题

Kri*_*hna 5 amazon-web-services amazon-sns amazon-ses aws-cloudformation

我试图创建 CF 来将 SES->ConfigSet->Event-Destination 配置为 SNS->Topic,但我很惊讶地在 AWS 文档中看到,

注意:您无法在 CloudFormation 模板中指定 Amazon SNS 事件目标

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-eventdestination.html

但同样可以通过 AWS 控制台实现。从 CF 我可以创建空的 SES->ConfigSet 但我无法从 CF 添加任何目标,

从 CF 模板实现此目的的其他方法是什么?

谢谢