turbot/aws_insights

Query: codepipeline_pipeline_1_year_count

Usage

powerpipe query aws_insights.query.codepipeline_pipeline_1_year_count

SQL

select
count(*) as value,
'> 1 Year' as label
from
aws_codepipeline_pipeline
where
created_at <= now() - '1 year' :: interval;

Dashboards

The query is used in the dashboards: