turbot/aws_insights

Query: efs_file_system_input

Usage

powerpipe query aws_insights.query.efs_file_system_input

Steampipe Tables

SQL

select
title as label,
arn as value,
json_build_object(
'account_id',
account_id,
'region',
region,
'id',
file_system_id
) as tags
from
aws_efs_file_system
order by
title;

Dashboards

The query is used in the dashboards: