Data Source: oci_datascience_notebook_sessions

This data source provides the list of Notebook Sessions in Oracle Cloud Infrastructure Data Science service.

Lists the notebook sessions in the specified compartment.

Example Usage

data "oci_datascience_notebook_sessions" "test_notebook_sessions" {
    #Required
    compartment_id = var.compartment_id

    #Optional
    created_by = var.notebook_session_created_by
    display_name = var.notebook_session_display_name
    id = var.notebook_session_id
    project_id = oci_datascience_project.test_project.id
    state = var.notebook_session_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

NotebookSession Reference

The following attributes are exported: