alicloud_database_gateway_gateway

Provides a Database Gateway Gateway resource.

For information about Database Gateway Gateway and how to use it, see What is Gateway.

Example Usage

Basic Usage

resource "alicloud_database_gateway_gateway" "example" {
  gateway_name = "example_value"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Database Gateway Gateway can be imported using the id, e.g.

$ terraform import alicloud_database_gateway_gateway.example <id>