I'm trying to query EventBridge rules that target a specific lambda across multiple accounts. However, there seem to be no results returned when I run any similar queries:
SELECT [...]
WHERE resourceType = 'AWS::Events::Rule'
the resources are created through CloudFormation stacks, and they're explicitly created as AWS::Events::Rule
.
Is there a way to query such rules through aws config advanced queries?