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 SchedulerDefinitions.

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
	state = var.scheduler_definition_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

SchedulerDefinition Reference

The following attributes are exported: