turbot/aws_insights

Query: kms_key_overview

Usage

powerpipe query aws_insights.query.kms_key_overview

Steampipe Tables

SQL

select
id as "ID",
title as "Title",
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
aws_kms_key
where
arn = $1
and region = split_part($1, ':', 4)
and account_id = split_part($1, ':', 5);

Dashboards

The query is used in the dashboards: