Data Source: oci_database_scheduling_plans

This data source provides the list of Scheduling Plans in Oracle Cloud Infrastructure Database service.

Lists the Scheduling Plan resources in the specified compartment.

Example Usage

data "oci_database_scheduling_plans" "test_scheduling_plans" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.scheduling_plan_display_name
	id = var.scheduling_plan_id
	resource_id = oci_cloud_guard_resource.test_resource.id
	scheduling_policy_id = oci_database_scheduling_policy.test_scheduling_policy.id
	state = var.scheduling_plan_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

SchedulingPlan Reference

The following attributes are exported: