Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.DataScience.getNotebookSession
Explore with Pulumi AI
This data source provides details about a specific Notebook Session resource in Oracle Cloud Infrastructure Data Science service.
Gets the specified notebook session’s information.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testNotebookSession = oci.DataScience.getNotebookSession({
    notebookSessionId: testNotebookSessionOciDatascienceNotebookSession.id,
});
import pulumi
import pulumi_oci as oci
test_notebook_session = oci.DataScience.get_notebook_session(notebook_session_id=test_notebook_session_oci_datascience_notebook_session["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/datascience"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := datascience.GetNotebookSession(ctx, &datascience.GetNotebookSessionArgs{
			NotebookSessionId: testNotebookSessionOciDatascienceNotebookSession.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testNotebookSession = Oci.DataScience.GetNotebookSession.Invoke(new()
    {
        NotebookSessionId = testNotebookSessionOciDatascienceNotebookSession.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataScience.DataScienceFunctions;
import com.pulumi.oci.DataScience.inputs.GetNotebookSessionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testNotebookSession = DataScienceFunctions.getNotebookSession(GetNotebookSessionArgs.builder()
            .notebookSessionId(testNotebookSessionOciDatascienceNotebookSession.id())
            .build());
    }
}
variables:
  testNotebookSession:
    fn::invoke:
      function: oci:DataScience:getNotebookSession
      arguments:
        notebookSessionId: ${testNotebookSessionOciDatascienceNotebookSession.id}
Using getNotebookSession
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNotebookSession(args: GetNotebookSessionArgs, opts?: InvokeOptions): Promise<GetNotebookSessionResult>
function getNotebookSessionOutput(args: GetNotebookSessionOutputArgs, opts?: InvokeOptions): Output<GetNotebookSessionResult>def get_notebook_session(notebook_session_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetNotebookSessionResult
def get_notebook_session_output(notebook_session_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetNotebookSessionResult]func LookupNotebookSession(ctx *Context, args *LookupNotebookSessionArgs, opts ...InvokeOption) (*LookupNotebookSessionResult, error)
func LookupNotebookSessionOutput(ctx *Context, args *LookupNotebookSessionOutputArgs, opts ...InvokeOption) LookupNotebookSessionResultOutput> Note: This function is named LookupNotebookSession in the Go SDK.
public static class GetNotebookSession 
{
    public static Task<GetNotebookSessionResult> InvokeAsync(GetNotebookSessionArgs args, InvokeOptions? opts = null)
    public static Output<GetNotebookSessionResult> Invoke(GetNotebookSessionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNotebookSessionResult> getNotebookSession(GetNotebookSessionArgs args, InvokeOptions options)
public static Output<GetNotebookSessionResult> getNotebookSession(GetNotebookSessionArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DataScience/getNotebookSession:getNotebookSession
  arguments:
    # arguments dictionaryThe following arguments are supported:
- NotebookSession stringId 
- The OCID of the notebook session.
- NotebookSession stringId 
- The OCID of the notebook session.
- notebookSession StringId 
- The OCID of the notebook session.
- notebookSession stringId 
- The OCID of the notebook session.
- notebook_session_ strid 
- The OCID of the notebook session.
- notebookSession StringId 
- The OCID of the notebook session.
getNotebookSession Result
The following output properties are available:
- CompartmentId string
- The OCID of the notebook session's compartment.
- CreatedBy string
- The OCID of the user who created the notebook session.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. Example: My NotebookSession
- Dictionary<string, string>
- 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 string
- The OCID of the notebook session.
- LifecycleDetails string
- Details about the state of the notebook session.
- NotebookSession List<GetConfig Details Notebook Session Notebook Session Config Detail> 
- Details for the notebook session configuration.
- NotebookSession List<GetConfiguration Details Notebook Session Notebook Session Configuration Detail> 
- Details for the notebook session configuration.
- NotebookSession stringId 
- NotebookSession List<GetRuntime Config Details Notebook Session Notebook Session Runtime Config Detail> 
- Notebook Session runtime configuration details.
- NotebookSession List<GetStorage Mount Configuration Details Lists Notebook Session Notebook Session Storage Mount Configuration Details List> 
- Collection of NotebookSessionStorageMountConfigurationDetails.
- NotebookSession stringUrl 
- The URL to interact with the notebook session.
- ProjectId string
- The OCID of the project associated with the notebook session.
- State string
- The state of the notebook session.
- TimeCreated string
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- CompartmentId string
- The OCID of the notebook session's compartment.
- CreatedBy string
- The OCID of the user who created the notebook session.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- DisplayName string
- A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. Example: My NotebookSession
- map[string]string
- 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 string
- The OCID of the notebook session.
- LifecycleDetails string
- Details about the state of the notebook session.
- NotebookSession []GetConfig Details Notebook Session Notebook Session Config Detail 
- Details for the notebook session configuration.
- NotebookSession []GetConfiguration Details Notebook Session Notebook Session Configuration Detail 
- Details for the notebook session configuration.
- NotebookSession stringId 
- NotebookSession []GetRuntime Config Details Notebook Session Notebook Session Runtime Config Detail 
- Notebook Session runtime configuration details.
- NotebookSession []GetStorage Mount Configuration Details Lists Notebook Session Notebook Session Storage Mount Configuration Details List 
- Collection of NotebookSessionStorageMountConfigurationDetails.
- NotebookSession stringUrl 
- The URL to interact with the notebook session.
- ProjectId string
- The OCID of the project associated with the notebook session.
- State string
- The state of the notebook session.
- TimeCreated string
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- compartmentId String
- The OCID of the notebook session's compartment.
- createdBy String
- The OCID of the user who created the notebook session.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. Example: My NotebookSession
- Map<String,String>
- 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 String
- The OCID of the notebook session.
- lifecycleDetails String
- Details about the state of the notebook session.
- notebookSession List<GetConfig Details Notebook Session Notebook Session Config Detail> 
- Details for the notebook session configuration.
- notebookSession List<GetConfiguration Details Notebook Session Notebook Session Configuration Detail> 
- Details for the notebook session configuration.
- notebookSession StringId 
- notebookSession List<GetRuntime Config Details Notebook Session Notebook Session Runtime Config Detail> 
- Notebook Session runtime configuration details.
- notebookSession List<GetStorage Mount Configuration Details Lists Notebook Session Notebook Session Storage Mount Configuration Details List> 
- Collection of NotebookSessionStorageMountConfigurationDetails.
- notebookSession StringUrl 
- The URL to interact with the notebook session.
- projectId String
- The OCID of the project associated with the notebook session.
- state String
- The state of the notebook session.
- timeCreated String
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- compartmentId string
- The OCID of the notebook session's compartment.
- createdBy string
- The OCID of the user who created the notebook session.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName string
- A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. Example: My NotebookSession
- {[key: string]: string}
- 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 string
- The OCID of the notebook session.
- lifecycleDetails string
- Details about the state of the notebook session.
- notebookSession GetConfig Details Notebook Session Notebook Session Config Detail[] 
- Details for the notebook session configuration.
- notebookSession GetConfiguration Details Notebook Session Notebook Session Configuration Detail[] 
- Details for the notebook session configuration.
- notebookSession stringId 
- notebookSession GetRuntime Config Details Notebook Session Notebook Session Runtime Config Detail[] 
- Notebook Session runtime configuration details.
- notebookSession GetStorage Mount Configuration Details Lists Notebook Session Notebook Session Storage Mount Configuration Details List[] 
- Collection of NotebookSessionStorageMountConfigurationDetails.
- notebookSession stringUrl 
- The URL to interact with the notebook session.
- projectId string
- The OCID of the project associated with the notebook session.
- state string
- The state of the notebook session.
- timeCreated string
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- compartment_id str
- The OCID of the notebook session's compartment.
- created_by str
- The OCID of the user who created the notebook session.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- display_name str
- A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. Example: My NotebookSession
- Mapping[str, str]
- 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 str
- The OCID of the notebook session.
- lifecycle_details str
- Details about the state of the notebook session.
- notebook_session_ Sequence[Getconfig_ details Notebook Session Notebook Session Config Detail] 
- Details for the notebook session configuration.
- notebook_session_ Sequence[Getconfiguration_ details Notebook Session Notebook Session Configuration Detail] 
- Details for the notebook session configuration.
- notebook_session_ strid 
- notebook_session_ Sequence[Getruntime_ config_ details Notebook Session Notebook Session Runtime Config Detail] 
- Notebook Session runtime configuration details.
- notebook_session_ Sequence[Getstorage_ mount_ configuration_ details_ lists Notebook Session Notebook Session Storage Mount Configuration Details List] 
- Collection of NotebookSessionStorageMountConfigurationDetails.
- notebook_session_ strurl 
- The URL to interact with the notebook session.
- project_id str
- The OCID of the project associated with the notebook session.
- state str
- The state of the notebook session.
- time_created str
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
- compartmentId String
- The OCID of the notebook session's compartment.
- createdBy String
- The OCID of the user who created the notebook session.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. See Resource Tags. Example: {"Operations.CostCenter": "42"}
- displayName String
- A user-friendly display name for the resource. It does not have to be unique and can be modified. Avoid entering confidential information. Example: My NotebookSession
- Map<String>
- 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 String
- The OCID of the notebook session.
- lifecycleDetails String
- Details about the state of the notebook session.
- notebookSession List<Property Map>Config Details 
- Details for the notebook session configuration.
- notebookSession List<Property Map>Configuration Details 
- Details for the notebook session configuration.
- notebookSession StringId 
- notebookSession List<Property Map>Runtime Config Details 
- Notebook Session runtime configuration details.
- notebookSession List<Property Map>Storage Mount Configuration Details Lists 
- Collection of NotebookSessionStorageMountConfigurationDetails.
- notebookSession StringUrl 
- The URL to interact with the notebook session.
- projectId String
- The OCID of the project associated with the notebook session.
- state String
- The state of the notebook session.
- timeCreated String
- The date and time the resource was created in the timestamp format defined by RFC3339. Example: 2019-08-25T21:10:29.41Z
Supporting Types
GetNotebookSessionNotebookSessionConfigDetail      
- BlockStorage intSize In Gbs 
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- NotebookSession List<GetShape Config Details Notebook Session Notebook Session Config Detail Notebook Session Shape Config Detail> 
- Details for the notebook session shape configuration.
- PrivateEndpoint stringId 
- The OCID of a Data Science private endpoint.
- Shape string
- The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the ListNotebookSessionShapesendpoint.
- SubnetId string
- A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- BlockStorage intSize In Gbs 
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- NotebookSession []GetShape Config Details Notebook Session Notebook Session Config Detail Notebook Session Shape Config Detail 
- Details for the notebook session shape configuration.
- PrivateEndpoint stringId 
- The OCID of a Data Science private endpoint.
- Shape string
- The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the ListNotebookSessionShapesendpoint.
- SubnetId string
- A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- blockStorage IntegerSize In Gbs 
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebookSession List<GetShape Config Details Notebook Session Notebook Session Config Detail Notebook Session Shape Config Detail> 
- Details for the notebook session shape configuration.
- privateEndpoint StringId 
- The OCID of a Data Science private endpoint.
- shape String
- The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the ListNotebookSessionShapesendpoint.
- subnetId String
- A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- blockStorage numberSize In Gbs 
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebookSession GetShape Config Details Notebook Session Notebook Session Config Detail Notebook Session Shape Config Detail[] 
- Details for the notebook session shape configuration.
- privateEndpoint stringId 
- The OCID of a Data Science private endpoint.
- shape string
- The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the ListNotebookSessionShapesendpoint.
- subnetId string
- A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- block_storage_ intsize_ in_ gbs 
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebook_session_ Sequence[Getshape_ config_ details Notebook Session Notebook Session Config Detail Notebook Session Shape Config Detail] 
- Details for the notebook session shape configuration.
- private_endpoint_ strid 
- The OCID of a Data Science private endpoint.
- shape str
- The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the ListNotebookSessionShapesendpoint.
- subnet_id str
- A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- blockStorage NumberSize In Gbs 
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebookSession List<Property Map>Shape Config Details 
- Details for the notebook session shape configuration.
- privateEndpoint StringId 
- The OCID of a Data Science private endpoint.
- shape String
- The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the ListNotebookSessionShapesendpoint.
- subnetId String
- A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
GetNotebookSessionNotebookSessionConfigDetailNotebookSessionShapeConfigDetail           
- MemoryIn doubleGbs 
- The total amount of memory available to the notebook session instance, in gigabytes.
- Ocpus double
- The total number of OCPUs available to the notebook session instance.
- MemoryIn float64Gbs 
- The total amount of memory available to the notebook session instance, in gigabytes.
- Ocpus float64
- The total number of OCPUs available to the notebook session instance.
- memoryIn DoubleGbs 
- The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus Double
- The total number of OCPUs available to the notebook session instance.
- memoryIn numberGbs 
- The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus number
- The total number of OCPUs available to the notebook session instance.
- memory_in_ floatgbs 
- The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus float
- The total number of OCPUs available to the notebook session instance.
- memoryIn NumberGbs 
- The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus Number
- The total number of OCPUs available to the notebook session instance.
GetNotebookSessionNotebookSessionConfigurationDetail      
- BlockStorage intSize In Gbs 
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- NotebookSession List<GetShape Config Details Notebook Session Notebook Session Configuration Detail Notebook Session Shape Config Detail> 
- Details for the notebook session shape configuration.
- PrivateEndpoint stringId 
- The OCID of a Data Science private endpoint.
- Shape string
- The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the ListNotebookSessionShapesendpoint.
- SubnetId string
- A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- BlockStorage intSize In Gbs 
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- NotebookSession []GetShape Config Details Notebook Session Notebook Session Configuration Detail Notebook Session Shape Config Detail 
- Details for the notebook session shape configuration.
- PrivateEndpoint stringId 
- The OCID of a Data Science private endpoint.
- Shape string
- The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the ListNotebookSessionShapesendpoint.
- SubnetId string
- A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- blockStorage IntegerSize In Gbs 
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebookSession List<GetShape Config Details Notebook Session Notebook Session Configuration Detail Notebook Session Shape Config Detail> 
- Details for the notebook session shape configuration.
- privateEndpoint StringId 
- The OCID of a Data Science private endpoint.
- shape String
- The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the ListNotebookSessionShapesendpoint.
- subnetId String
- A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- blockStorage numberSize In Gbs 
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebookSession GetShape Config Details Notebook Session Notebook Session Configuration Detail Notebook Session Shape Config Detail[] 
- Details for the notebook session shape configuration.
- privateEndpoint stringId 
- The OCID of a Data Science private endpoint.
- shape string
- The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the ListNotebookSessionShapesendpoint.
- subnetId string
- A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- block_storage_ intsize_ in_ gbs 
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebook_session_ Sequence[Getshape_ config_ details Notebook Session Notebook Session Configuration Detail Notebook Session Shape Config Detail] 
- Details for the notebook session shape configuration.
- private_endpoint_ strid 
- The OCID of a Data Science private endpoint.
- shape str
- The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the ListNotebookSessionShapesendpoint.
- subnet_id str
- A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
- blockStorage NumberSize In Gbs 
- A notebook session instance is provided with a block storage volume. This specifies the size of the volume in GBs.
- notebookSession List<Property Map>Shape Config Details 
- Details for the notebook session shape configuration.
- privateEndpoint StringId 
- The OCID of a Data Science private endpoint.
- shape String
- The shape used to launch the notebook session compute instance. The list of available shapes in a given compartment can be retrieved using the ListNotebookSessionShapesendpoint.
- subnetId String
- A notebook session instance is provided with a VNIC for network access. This specifies the OCID of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
GetNotebookSessionNotebookSessionConfigurationDetailNotebookSessionShapeConfigDetail           
- MemoryIn doubleGbs 
- The total amount of memory available to the notebook session instance, in gigabytes.
- Ocpus double
- The total number of OCPUs available to the notebook session instance.
- MemoryIn float64Gbs 
- The total amount of memory available to the notebook session instance, in gigabytes.
- Ocpus float64
- The total number of OCPUs available to the notebook session instance.
- memoryIn DoubleGbs 
- The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus Double
- The total number of OCPUs available to the notebook session instance.
- memoryIn numberGbs 
- The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus number
- The total number of OCPUs available to the notebook session instance.
- memory_in_ floatgbs 
- The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus float
- The total number of OCPUs available to the notebook session instance.
- memoryIn NumberGbs 
- The total amount of memory available to the notebook session instance, in gigabytes.
- ocpus Number
- The total number of OCPUs available to the notebook session instance.
GetNotebookSessionNotebookSessionRuntimeConfigDetail       
- CustomEnvironment Dictionary<string, string>Variables 
- Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
- NotebookSession List<GetGit Config Details Notebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail> 
- Git configuration Details.
- CustomEnvironment map[string]stringVariables 
- Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
- NotebookSession []GetGit Config Details Notebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail 
- Git configuration Details.
- customEnvironment Map<String,String>Variables 
- Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
- notebookSession List<GetGit Config Details Notebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail> 
- Git configuration Details.
- customEnvironment {[key: string]: string}Variables 
- Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
- notebookSession GetGit Config Details Notebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail[] 
- Git configuration Details.
- custom_environment_ Mapping[str, str]variables 
- Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
- notebook_session_ Sequence[Getgit_ config_ details Notebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail] 
- Git configuration Details.
- customEnvironment Map<String>Variables 
- Custom environment variables for Notebook Session. These key-value pairs will be available for customers in Notebook Sessions.
- notebookSession List<Property Map>Git Config Details 
- Git configuration Details.
GetNotebookSessionNotebookSessionRuntimeConfigDetailNotebookSessionGitConfigDetail            
- NotebookSession List<GetGit Repo Config Collections Notebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail Notebook Session Git Repo Config Collection> 
- A collection of Git repository configurations.
- NotebookSession []GetGit Repo Config Collections Notebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail Notebook Session Git Repo Config Collection 
- A collection of Git repository configurations.
- notebookSession List<GetGit Repo Config Collections Notebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail Notebook Session Git Repo Config Collection> 
- A collection of Git repository configurations.
- notebookSession GetGit Repo Config Collections Notebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail Notebook Session Git Repo Config Collection[] 
- A collection of Git repository configurations.
- notebook_session_ Sequence[Getgit_ repo_ config_ collections Notebook Session Notebook Session Runtime Config Detail Notebook Session Git Config Detail Notebook Session Git Repo Config Collection] 
- A collection of Git repository configurations.
- notebookSession List<Property Map>Git Repo Config Collections 
- A collection of Git repository configurations.
GetNotebookSessionNotebookSessionRuntimeConfigDetailNotebookSessionGitConfigDetailNotebookSessionGitRepoConfigCollection                  
- Url string
- The repository URL
- Url string
- The repository URL
- url String
- The repository URL
- url string
- The repository URL
- url str
- The repository URL
- url String
- The repository URL
GetNotebookSessionNotebookSessionStorageMountConfigurationDetailsList         
- Bucket string
- The object storage bucket
- DestinationDirectory stringName 
- The local directory name to be mounted
- DestinationPath string
- The local path of the mounted directory, excluding directory name.
- ExportId string
- OCID of the export
- MountTarget stringId 
- OCID of the mount target
- Namespace string
- The object storage namespace
- Prefix string
- Prefix in the bucket to mount
- StorageType string
- The type of storage.
- Bucket string
- The object storage bucket
- DestinationDirectory stringName 
- The local directory name to be mounted
- DestinationPath string
- The local path of the mounted directory, excluding directory name.
- ExportId string
- OCID of the export
- MountTarget stringId 
- OCID of the mount target
- Namespace string
- The object storage namespace
- Prefix string
- Prefix in the bucket to mount
- StorageType string
- The type of storage.
- bucket String
- The object storage bucket
- destinationDirectory StringName 
- The local directory name to be mounted
- destinationPath String
- The local path of the mounted directory, excluding directory name.
- exportId String
- OCID of the export
- mountTarget StringId 
- OCID of the mount target
- namespace String
- The object storage namespace
- prefix String
- Prefix in the bucket to mount
- storageType String
- The type of storage.
- bucket string
- The object storage bucket
- destinationDirectory stringName 
- The local directory name to be mounted
- destinationPath string
- The local path of the mounted directory, excluding directory name.
- exportId string
- OCID of the export
- mountTarget stringId 
- OCID of the mount target
- namespace string
- The object storage namespace
- prefix string
- Prefix in the bucket to mount
- storageType string
- The type of storage.
- bucket str
- The object storage bucket
- destination_directory_ strname 
- The local directory name to be mounted
- destination_path str
- The local path of the mounted directory, excluding directory name.
- export_id str
- OCID of the export
- mount_target_ strid 
- OCID of the mount target
- namespace str
- The object storage namespace
- prefix str
- Prefix in the bucket to mount
- storage_type str
- The type of storage.
- bucket String
- The object storage bucket
- destinationDirectory StringName 
- The local directory name to be mounted
- destinationPath String
- The local path of the mounted directory, excluding directory name.
- exportId String
- OCID of the export
- mountTarget StringId 
- OCID of the mount target
- namespace String
- The object storage namespace
- prefix String
- Prefix in the bucket to mount
- storageType String
- The type of storage.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.