Data Source: oci_datascience_private_endpoints

This data source provides the list of Data Science Private Endpoints in Oracle Cloud Infrastructure Data Science service.

Lists all Data Science private endpoints in the specified compartment. The query must include compartmentId. The query can also include one other parameter. If the query doesn’t include compartmentId, or includes compartmentId with two or more other parameters, then an error is returned.

Example Usage

data "oci_datascience_private_endpoints" "test_data_science_private_endpoints" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	created_by = var.data_science_private_endpoint_created_by
	data_science_resource_type = var.data_science_private_endpoint_data_science_resource_type
	display_name = var.data_science_private_endpoint_display_name
	state = var.data_science_private_endpoint_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

DataSciencePrivateEndpoint Reference

The following attributes are exported: