select instance_id from aws_ec2_instance
select title, create_date, mfa_enabledfrom aws_iam_user
select arn as resource, case when logging -> 'TargetBucket' is null then 'alarm' else 'ok' end as status, case when logging -> 'TargetBucket' is null then title || ' logging disabled.' else title || ' logging enabled.' end as reasonfrom aws_s3_bucket;
Parameter | Description |
---|---|
SQL statement | The SQL statement we wish to use to query the resource. |
Output format | Representation of the output result. The possible options are “Table”, “CSV” or “JSON”. |
Was this page helpful?