Data Source: oci_fleet_apps_management_scheduler_definitions

This data source provides the list of Scheduler Definitions in Oracle Cloud Infrastructure Fleet Apps Management service.

Returns a list of all the Schedule Definitions in the specified compartment. The query parameter compartmentId is required unless the query parameter id is specified.

Example Usage

data "oci_fleet_apps_management_scheduler_definitions" "test_scheduler_definitions" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.scheduler_definition_display_name
	fleet_id = oci_fleet_apps_management_fleet.test_fleet.id
	id = var.scheduler_definition_id
	maintenance_window_id = oci_fleet_apps_management_maintenance_window.test_maintenance_window.id
	product = var.scheduler_definition_product
	runbook_id = oci_fleet_apps_management_runbook.test_runbook.id
	runbook_version_name = oci_fleet_apps_management_runbook_version.test_runbook_version.name
	state = var.scheduler_definition_state
	time_scheduled_greater_than_or_equal_to = var.scheduler_definition_time_scheduled_greater_than_or_equal_to
	time_scheduled_less_than = var.scheduler_definition_time_scheduled_less_than
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

SchedulerDefinition Reference

The following attributes are exported: