alicloud_ess_scheduled_tasks

This data source provides available scheduled task resources.

Example Usage

data "alicloud_ess_scheduled_tasks" "ds" {
  scheduled_task_id = "scheduled_task_id"
  name_regex       = "scheduled_task_name"
}

output "first_scheduled_task" {
  value = "${data.alicloud_ess_scheduled_tasks.ds.tasks.0.id}"
}

Argument Reference

The following arguments are supported:

Attributes Reference

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