turbot/aws_insights

Query: rds_db_cluster_overview

Usage

powerpipe query aws_insights.query.rds_db_cluster_overview

Steampipe Tables

SQL

select
db_cluster_identifier as "Cluster Name",
title as "Title",
create_time as "Create Date",
engine_version as "Engine Version",
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
aws_rds_db_cluster
where
arn = $1;

Dashboards

The query is used in the dashboards: