【发布时间】:2022-02-04 23:08:35
【问题描述】:
我正在尝试跨多个帐户查询针对特定 lambda 的 EventBridge 规则。但是,当我运行任何类似的查询时似乎没有返回结果:
SELECT [...]
WHERE resourceType = 'AWS::Events::Rule'
这些资源是通过 CloudFormation 堆栈创建的,它们被显式创建为 AWS::Events::Rule。
有没有办法通过 aws config 高级查询来查询这些规则?
【问题讨论】:
标签: amazon-web-services amazon-cloudformation aws-event-bridge aws-config