Data Source: oci_datacc_maintenance_executions

This data source provides the list of Maintenance Executions in Oracle Cloud Infrastructure Datacc service.

Gets a list of the maintenance executions in the specified compartment.

Example Usage

data "oci_datacc_maintenance_executions" "test_maintenance_executions" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.maintenance_execution_display_name
	infrastructure_id = oci_datacc_infrastructure.test_infrastructure.id
	maintenance_run_id = oci_database_maintenance_run.test_maintenance_run.id
	maintenance_subtype = var.maintenance_execution_maintenance_subtype
	maintenance_type = var.maintenance_execution_maintenance_type
	state = var.maintenance_execution_state
	target_resource_type = var.maintenance_execution_target_resource_type
	time_accepted_greater_than_or_equal_to = var.maintenance_execution_time_accepted_greater_than_or_equal_to
	time_accepted_less_than_or_equal_to = var.maintenance_execution_time_accepted_less_than_or_equal_to
	type = var.maintenance_execution_type
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

MaintenanceExecution Reference

The following attributes are exported: