作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的模板是(一个电子邮件):
Parameters:
MailAlarmsSNS:
Type: String
Default: <a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="2f4256424e46436f4c40425f4e4156014c4042" rel="noreferrer noopener nofollow">[email protected]</a>
MessagesInErrorTopic:
Type: AWS::SNS::Topic
Properties:
TopicName: foo
DisplayName: This topic is used to send an email
Subscription:
- Endpoint: !Ref MailAlarmsSNS
Protocol: email
我想使用动态列表输入(逗号分隔)?
最佳答案
您只能使用custom resource来做到这一点或 macro您必须以 lambda 函数的形式开发自己。
关于amazon-web-services - 如何在AWS CloudFormation中使用电子邮件动态列表进行SNS主题订阅?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71560384/
我是一名优秀的程序员,十分优秀!