alicloud_dms_enterprise_databases

This data source provides DMS Enterprise Database available to the user. What is Database.

Example Usage

Basic Usage

data "alicloud_dms_enterprise_databases" "default" {
  name_regex  = "test2"
  instance_id = "2195118"
}

output "alicloud_dms_enterprise_database_example_id" {
  value = data.alicloud_dms_enterprise_databases.default.databases.0.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: