Data Source: oci_dataflow_sql_endpoints

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

Lists all Sql Endpoints in the specified compartment. The query must include compartmentId or sqlEndpointId. If the query does not include either compartmentId or sqlEndpointId, an error is returned.

Example Usage

data "oci_dataflow_sql_endpoints" "test_sql_endpoints" {

	#Optional
	compartment_id = var.compartment_id
	display_name = var.sql_endpoint_display_name
	sql_endpoint_id = oci_dataflow_sql_endpoint.test_sql_endpoint.id
	state = var.sql_endpoint_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

SqlEndpoint Reference

The following attributes are exported: