turbot/aws_compliance

Query: athena_workgroup_enforce_configuration_enabled

Usage

powerpipe query aws_compliance.query.athena_workgroup_enforce_configuration_enabled

Steampipe Tables

SQL

select
name as resource,
case
when enforce_workgroup_configuration then 'ok'
else 'alarm'
end as status,
case
when enforce_workgroup_configuration then name || ' has enforce workgroup configuration enabled.'
else name || ' has enforce workgroup configuration disabled.'
end as reason,
region,
account_id
from
aws_athena_workgroup;

Controls

The query is being used by the following controls: