Data Source: oci_datascience_private_endpoint
This data source provides details about a specific Data Science Private Endpoint resource in Oracle Cloud Infrastructure Data Science service.
Retrieves an private endpoint using a privateEndpointId.
Example Usage
data "oci_datascience_private_endpoint" "test_data_science_private_endpoint" {
	#Required
	data_science_private_endpoint_id = oci_datascience_private_endpoint.test_data_science_private_endpoint.id
}
Argument Reference
The following arguments are supported:
- data_science_private_endpoint_id- (Required) The unique ID for a Data Science private endpoint.
Attributes Reference
The following attributes are exported:
- compartment_id- The OCID of the compartment where you want to create private endpoint.
- created_by- The OCID of the user that created the private endpoint.
- data_science_resource_type- Data Science resource type.
- defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example:- {"Operations.CostCenter": "42"}
- description- A user friendly description. Avoid entering confidential information.
- display_name- A user friendly name. It doesn’t have to be unique. Avoid entering confidential information.
- fqdn- Accesing the Data Science resource using FQDN.
- freeform_tags- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See Resource Tags. Example:- {"Department": "Finance"}
- id- The OCID of a private endpoint.
- lifecycle_details- Details of the state of Data Science private endpoint.
- nsg_ids- An array of network security group OCIDs.
- state- State of the Data Science private endpoint.
- subnet_id- The OCID of a subnet.
- system_tags- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:- {"orcl-cloud.free-tier-retained": "true"}
- time_created- The date and time that the Data Science private endpoint was created, expressed in RFC 3339 timestamp format. Example:- 2018-04-03T21:10:29.600Z
- time_updated- The date and time that the Data Science private endpoint was updated expressed in RFC 3339 timestamp format. Example:- 2018-04-03T21:10:29.600Z