Databricks SDK for JavaScript
    Preparing search index...

    Interface CreateWorkspaceBaseEnvironmentRequest

    Request message for CreateWorkspaceBaseEnvironment.

    interface CreateWorkspaceBaseEnvironmentRequest {
        requestId?: string;
        workspaceBaseEnvironment?: WorkspaceBaseEnvironment;
        workspaceBaseEnvironmentId?: string;
    }
    Index

    Properties

    requestId?: string

    A unique identifier for this request. A random UUID is recommended. This request is only idempotent if a request_id is provided.

    workspaceBaseEnvironment?: WorkspaceBaseEnvironment

    Required. The workspace base environment to create.

    workspaceBaseEnvironmentId?: string

    The ID to use for the workspace base environment, which will become the final component of the resource name. This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.