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. You must provide either a compartmentId or a scheduleId or both. You can list resources in this compartment OCID. This is required unless a specific schedule ID is passed.

Example Usage

data "oci_resource_scheduler_schedules" "test_schedules" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.schedule_display_name
	resource_id = oci_cloud_guard_resource.test_resource.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Schedule Reference

The following attributes are exported: