alicloud_brain_industrial_service
更新时间:
Using this data source can open Brain Industrial service automatically. If the service has been opened, it will return opened.
-> NOTE: Available since v1.115.0.
-> NOTE: The Brain Industrial service is not support in the international site.
-> DEPRECATED: This data source has been deprecated from version 1.229.1
.
Example Usage
data "alicloud_brain_industrial_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 Brain Industrial 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.
文档内容是否对您有帮助?