Data Source: oci_database_execution_actions

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

Lists the execution action resources in the specified compartment.

Example Usage

data "oci_database_execution_actions" "test_execution_actions" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.execution_action_display_name
	execution_window_id = oci_database_execution_window.test_execution_window.id
	state = var.execution_action_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

ExecutionAction Reference

The following attributes are exported: