Data Source: oci_database_scheduled_actions

This data source provides the list of Scheduled Actions in Oracle Cloud Infrastructure Database service.

Lists the Scheduled Action resources in the specified compartment.

Example Usage

data "oci_database_scheduled_actions" "test_scheduled_actions" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.scheduled_action_display_name
	id = var.scheduled_action_id
	scheduling_plan_id = oci_database_scheduling_plan.test_scheduling_plan.id
	service_type = var.scheduled_action_service_type
	state = var.scheduled_action_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

ScheduledAction Reference

The following attributes are exported: