MDAA TS Docs
    Preparing search index...
    interface DomainUserSettings {
        jupyterLabAppSettings?: JupyterLabAppSettingsProperty;
        jupyterServerAppSettings?: JupyterServerAppSettingsProperty;
        kernelGatewayAppSettings?: KernelGatewayAppSettingsProperty;
        rSessionAppSettings?: RSessionAppSettingsProperty;
        rStudioServerProAppSettings?: RStudioServerProAppSettingsProperty;
        securityGroups?: string[];
        sharingSettings?: SharingSettingsProperty;
        studioWebPortal?: "ENABLED" | "DISABLED";
    }
    Index

    Properties

    jupyterLabAppSettings?: JupyterLabAppSettingsProperty

    The JupyterLab app settings.

    jupyterServerAppSettings?: JupyterServerAppSettingsProperty

    The Jupyter server's app settings.

    kernelGatewayAppSettings?: KernelGatewayAppSettingsProperty

    The kernel gateway app settings.

    rSessionAppSettings?: RSessionAppSettingsProperty

    A collection of settings that configure the RSessionGateway app.

    rStudioServerProAppSettings?: RStudioServerProAppSettingsProperty

    A collection of settings that configure user interaction with the RStudioServerPro app.

    securityGroups?: string[]

    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication. Optional when the CreateDomain.AppNetworkAccessType parameter is set to PublicInternetOnly . Required when the CreateDomain.AppNetworkAccessType parameter is set to VpcOnly , unless specified as part of the DefaultUserSettings for the domain. Amazon SageMaker adds a security group to allow NFS traffic from SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.

    sharingSettings?: SharingSettingsProperty

    Specifies options for sharing SageMaker Studio notebooks.

    studioWebPortal?: "ENABLED" | "DISABLED"