turbot/aws_insights

Query: backup_plan_overview

Usage

powerpipe query aws_insights.query.backup_plan_overview

Steampipe Tables

SQL

select
title as "Title",
creation_date as "Creation Date",
last_execution_date as "Last Execution Date",
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
aws_backup_plan
where
arn = $1;

Dashboards

The query is used in the dashboards: