The Run GCP Cloud Query Action performs Steampipe queries on GCP resources with a powerful and simple PostgreSQL syntax.
For example, a complicated action such as listing disks that are not in use in GCP can be done simply:
To list disks encrypted with Google-managed key:
A query that fetches a list of GCP S3 buckets with disabled logging looks like this:
A full description of all existing tables and official examples are provided here:
Blink supports this Steampipe version: v0.32.0.
Parameter | Description |
---|---|
SQL statement | The SQL statement we wish to use to query the resource. |
Output format | Representation of the output result. The possible options are “Table”, “CSV” or “JSON”. |
The Run GCP Cloud Query Action performs Steampipe queries on GCP resources with a powerful and simple PostgreSQL syntax.
For example, a complicated action such as listing disks that are not in use in GCP can be done simply:
To list disks encrypted with Google-managed key:
A query that fetches a list of GCP S3 buckets with disabled logging looks like this:
A full description of all existing tables and official examples are provided here:
Blink supports this Steampipe version: v0.32.0.
Parameter | Description |
---|---|
SQL statement | The SQL statement we wish to use to query the resource. |
Output format | Representation of the output result. The possible options are “Table”, “CSV” or “JSON”. |