oci_dataflow_run_statement

This resource provides the Run Statement resource in Oracle Cloud Infrastructure Data Flow service.

Executes a statement for a Session run.

Example Usage

resource "oci_dataflow_run_statement" "test_run_statement" {
	#Required
	code = var.run_statement_code
	run_id = oci_dataflow_run.test_run.id
}

Argument Reference

The following arguments are supported:

** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values

Attributes Reference

The following attributes are exported:

Timeouts

The timeouts block allows you to specify timeouts for certain operations: * create - (Defaults to 20 minutes), when creating the Run Statement * update - (Defaults to 20 minutes), when updating the Run Statement * delete - (Defaults to 20 minutes), when destroying the Run Statement

Import

RunStatements can be imported using the id, e.g.

$ terraform import oci_dataflow_run_statement.test_run_statement "runs/{runId}/statements/{statementId}"