turbot/aws_insights

Query: s3_bucket_overview

Usage

powerpipe query aws_insights.query.s3_bucket_overview

Steampipe Tables

SQL

select
name as "Name",
creation_date as "Creation Date",
title as "Title",
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
aws_s3_bucket
where
arn = $1;

Dashboards

The query is used in the dashboards: