如何使用 config/advanced 查询查询 EventBridge 规则?

How to query EventBridge rules with config/advanced queries?

我正在尝试跨多个账户查询针对特定 lambda 的 EventBridge 规则。但是,当我 运行 任何类似的查询时似乎没有返回结果:

SELECT [...]
WHERE resourceType = 'AWS::Events::Rule'

资源是通过 CloudFormation 堆栈创建的,并且明确创建为 AWS::Events::Rule

有没有办法通过 aws config 高级查询来查询此类规则?

docs, an updated list of supported resource types, properties and their data types is available in GitHub所述:

因此您可以查询其他资源,例如 AWS::EC2::InstanceAWS::Lambda::FunctionAWS::S3::Bucket,但目前不支持 AWS::Events::Rule