turbot/gcp_insights

Query: storage_bucket_overview

Usage

powerpipe query gcp_insights.query.storage_bucket_overview

Steampipe Tables

SQL

select
name as "Name",
versioning_enabled as "Versioning Enabled",
storage_class as "Storage Class",
time_created as "Create Time",
title as "Title",
location as "Location",
project as "Project ID"
from
gcp_storage_bucket
where
id = $1;

Dashboards

The query is used in the dashboards: