turbot/aws_insights

Query: rds_db_cluster_snapshot_iam_database_authentication_enabled

Usage

powerpipe query aws_insights.query.rds_db_cluster_snapshot_iam_database_authentication_enabled

SQL

select
'IAM Database Authentication' as label,
case when iam_database_authentication_enabled then 'Enabled' else 'Disabled' end as value,
case when iam_database_authentication_enabled then 'ok' else 'alert' end as "type"
from
aws_rds_db_cluster_snapshot
where
arn = $1;

Dashboards

The query is used in the dashboards: