turbot/aws_compliance

Query: s3_bucket_mfa_delete_enabled

Usage

powerpipe query aws_compliance.query.s3_bucket_mfa_delete_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when versioning_mfa_delete then 'ok'
else 'alarm'
end as status,
case
when versioning_mfa_delete then name || ' MFA delete enabled.'
else name || ' MFA delete disabled.'
end as reason,
region,
account_id
from
aws_s3_bucket;

Controls

The query is being used by the following controls: