Provides a Database Gateway Gateway resource.
For information about Database Gateway Gateway and how to use it, see What is Gateway.
Basic Usage
resource "alicloud_database_gateway_gateway" "example" {
gateway_name = "example_value"
}
The following arguments are supported:
gateway_desc
- (Optional) The description of Gateway.gateway_name
- (Required) The name of the Gateway.The following attributes are exported:
id
- The resource ID in terraform of Gateway.status
- The status of gateway. Valid values: EXCEPTION
, NEW
, RUNNING
, STOPPED
.Database Gateway Gateway can be imported using the id, e.g.
$ terraform import alicloud_database_gateway_gateway.example <id>