Last active
October 15, 2021 11:38
-
-
Save ankyit/71d3d1aff4ae0b75db0e66df57863cae to your computer and use it in GitHub Desktop.
Steampipe Alibaba Cloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select | |
alias, | |
account_id, | |
akas, | |
title | |
from | |
alicloud_account; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select | |
name, | |
arn, | |
region, | |
account_id, | |
versioning | |
from | |
alicloud_oss_bucket |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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