Data Source: oci_dataflow_pools

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

Lists all pools in the specified compartment. The query must include compartmentId. The query may also include one other parameter. If the query does not include compartmentId, or includes compartmentId, but with two or more other parameters, an error is returned.

Example Usage

data "oci_dataflow_pools" "test_pools" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    display_name = var.pool_display_name
    display_name_starts_with = var.pool_display_name_starts_with
    owner_principal_id = oci_dataflow_owner_principal.test_owner_principal.id
    state = var.pool_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Pool Reference

The following attributes are exported: