Skip to content

Instantly share code, notes, and snippets.

@ankyit
Last active October 15, 2021 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankyit/71d3d1aff4ae0b75db0e66df57863cae to your computer and use it in GitHub Desktop.
Save ankyit/71d3d1aff4ae0b75db0e66df57863cae to your computer and use it in GitHub Desktop.
Steampipe Alibaba Cloud
select
alias,
account_id,
akas,
title
from
alicloud_account;
select
name,
arn,
region,
account_id,
versioning
from
alicloud_oss_bucket
select
name,
arn,
region,
from
alicloud_oss_bucket
where
region = 'eu-central-1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment