alicloud_maxcompute_service
更新时间:
-> NOTE: When you open MaxCompute service, you'd better open DataWorks service as well.
Using this data source can open Maxcompute service automatically. If the service has been opened, it will return opened.
For information about Maxcompute and how to use it, see What is Maxcompute.
-> NOTE: Available in v1.117.0+
~> NOTE: This datasource has been deprecated since provider version v1.228.0.
Example Usage
data "alicloud_maxcompute_service" "open" {
enable = "On"
}
Argument Reference
The following arguments are supported:
enable
- (Optional) Setting the value toOn
to enable the service. If has been enabled, return the result. Valid values:On
orOff
. Default toOff
.
-> NOTE: Setting enable = "On"
to open the Maxcompute service that means you have read and agreed the Maxcompute Terms of Service. The service can not closed once it is opened.
Attributes Reference
The following attributes are exported in addition to the arguments listed above:
status
- The current service enable status.
文档内容是否对您有帮助?