我可以对对象列表使用 EventBridge 内容过滤吗?
我正在尝试使用 eventbridge 内容过滤来触发基于 RunTask 事件的 lambda 函数。我只希望在 launch-type
字段为 FARGATE
时触发此 lambda。我的问题是 RunTask 响应返回一个任务列表,每个任务都有一个启动类型,并且我找不到用于评估对象列表的过滤器的任何语法。即使检查其中任何一个是否是 FARGATE 就足够了。
I am trying to use eventbridge content filtering to trigger a lambda function based on the RunTask event. I only want this lambda to trigger if the launch-type
field is FARGATE
. My issue is that the RunTask response returns a list of tasks that each have a launch-type, and I can't find any syntax for a filter that evaluates a list of objects. Even a check if any one of them is FARGATE would be sufficient.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论