On this page
Get Involved
alicloud
The alicloud connection can be used to access Alibaba Cloud resources.
Arguments
Name | Type | Required? | Description |
---|---|---|---|
access_key | String | Optional | A static access key to use to authenticate. |
secret_key | String | Optional | A static secret key to use to authenticate. |
All arguments are optional, and a alicloud connection with no arguments will behave the same as the default connection.
Default Connection
The alicloud connection type includes an implicit, default connection (connection.alicloud.default) that will be configured using either of the following environment variables:
1.ALIBABACLOUD_ACCESS_KEY_ID and ALIBABACLOUD_ACCESS_KEY_SECRET.
2.ALICLOUD_ACCESS_KEY_ID and ALICLOUD_ACCESS_KEY_SECRET.
3.ALICLOUD_ACCESS_KEY and ALICLOUD_SECRET_KEY.