Query AWS Config with SQL OR clause

0

I'm trying to use AWS Config Advanced Queries to get a report of some resources. I want to get in the same result, resources like ec2:instances rds:clusters and s3:buckets But the clause OR did not work

SELECT resourceId, resourceName, resourceType, configuration.instanceType, tags, availabilityZone WHERE resourceType = 'AWS::EC2::Instance' OR resourceType = 'AWS::RDS::Cluster' OR resourceType = 'AWS::S3::Bucket'

已提问 6 个月前149 查看次数
1 回答
0

I got it working. I dont know why, it works. same query. I may be missing some thing. Thanks

已回答 6 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则