turbot/aws_insights

Query: rds_db_cluster_logging_disabled

Usage

powerpipe query aws_insights.query.rds_db_cluster_logging_disabled

Steampipe Tables

SQL

select
case
when enabled_cloudwatch_logs_exports is not null then 'Enabled'
else 'Disabled'
end as value,
'Logging' as label,
case
when enabled_cloudwatch_logs_exports is not null then 'ok'
else 'alert'
end as "type"
from
aws_rds_db_cluster
where
arn = $1;

Dashboards

The query is used in the dashboards: