Data Source: oci_resource_scheduler_schedules

This data source provides the list of Schedules in Oracle Cloud Infrastructure Resource Scheduler service.

This API gets a list of schedules

Example Usage

data "oci_resource_scheduler_schedules" "test_schedules" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.schedule_display_name
	schedule_id = oci_resource_scheduler_schedule.test_schedule.id
	state = var.schedule_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Schedule Reference

The following attributes are exported: