Data Source: oci_dataflow_run_log

This data source provides details about a specific Run Log resource in Oracle Cloud Infrastructure Data Flow service.

Retrieves the content of an run log.

Example Usage

data "oci_dataflow_run_log" "test_run_log" {
	#Required
	name = var.run_log_name
	run_id = oci_dataflow_run.test_run.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: