alicloud_rds_slots

This data source provides the Rds Replication Slots of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_rds_slots" "example" {
  db_instance_id = "example_value"
}

output "first_rds_slots_name" {
  value = data.alicloud_rds_slots.example.slots.0.slot_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

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