alicloud_cassandra_backup_plans

This data source provides the Cassandra Backup Plans of the current Alibaba Cloud user.

Example Usage

Basic Usage

data "alicloud_cassandra_backup_plans" "example" {
  cluster_id = "example_value"
}

output "first_cassandra_backup_plan_id" {
  value = data.alicloud_cassandra_backup_plans.example.plans.0.id
}

Argument Reference

The following arguments are supported:

Argument Reference

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