Data Source: oci_dataflow_applications

This data source provides the list of Applications in Oracle Cloud Infrastructure Data Flow service.

Lists all applications in the specified compartment. Only one parameter other than compartmentId may also be included in a query. The query must include compartmentId. If the query does not include compartmentId, or includes compartmentId but two or more other parameters an error is returned.

Example Usage

data "oci_dataflow_applications" "test_applications" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    display_name = var.application_display_name
    display_name_starts_with = var.application_display_name_starts_with
    owner_principal_id = oci_dataflow_owner_principal.test_owner_principal.id
    spark_version = var.application_spark_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Application Reference

The following attributes are exported: