turbot/aws_insights

Query: efs_file_system_overview

Usage

powerpipe query aws_insights.query.efs_file_system_overview

Steampipe Tables

SQL

select
title as "Title",
creation_time as "Creation Time",
file_system_id as "ID",
region as "Region",
arn as "ARN",
account_id as "Account ID",
kms_key_id as "KMS Key ID"
from
aws_efs_file_system
where
arn = $1;

Dashboards

The query is used in the dashboards: