User Profile User Settings Args
data class UserProfileUserSettingsArgs(val canvasAppSettings: Output<UserProfileUserSettingsCanvasAppSettingsArgs>? = null, val codeEditorAppSettings: Output<UserProfileUserSettingsCodeEditorAppSettingsArgs>? = null, val customFileSystemConfigs: Output<List<UserProfileUserSettingsCustomFileSystemConfigArgs>>? = null, val customPosixUserConfig: Output<UserProfileUserSettingsCustomPosixUserConfigArgs>? = null, val defaultLandingUri: Output<String>? = null, val executionRole: Output<String>, val jupyterLabAppSettings: Output<UserProfileUserSettingsJupyterLabAppSettingsArgs>? = null, val jupyterServerAppSettings: Output<UserProfileUserSettingsJupyterServerAppSettingsArgs>? = null, val kernelGatewayAppSettings: Output<UserProfileUserSettingsKernelGatewayAppSettingsArgs>? = null, val rSessionAppSettings: Output<UserProfileUserSettingsRSessionAppSettingsArgs>? = null, val rStudioServerProAppSettings: Output<UserProfileUserSettingsRStudioServerProAppSettingsArgs>? = null, val securityGroups: Output<List<String>>? = null, val sharingSettings: Output<UserProfileUserSettingsSharingSettingsArgs>? = null, val spaceStorageSettings: Output<UserProfileUserSettingsSpaceStorageSettingsArgs>? = null, val studioWebPortal: Output<String>? = null, val tensorBoardAppSettings: Output<UserProfileUserSettingsTensorBoardAppSettingsArgs>? = null) : ConvertibleToJava<UserProfileUserSettingsArgs>
Constructors
Link copied to clipboard
fun UserProfileUserSettingsArgs(canvasAppSettings: Output<UserProfileUserSettingsCanvasAppSettingsArgs>? = null, codeEditorAppSettings: Output<UserProfileUserSettingsCodeEditorAppSettingsArgs>? = null, customFileSystemConfigs: Output<List<UserProfileUserSettingsCustomFileSystemConfigArgs>>? = null, customPosixUserConfig: Output<UserProfileUserSettingsCustomPosixUserConfigArgs>? = null, defaultLandingUri: Output<String>? = null, executionRole: Output<String>, jupyterLabAppSettings: Output<UserProfileUserSettingsJupyterLabAppSettingsArgs>? = null, jupyterServerAppSettings: Output<UserProfileUserSettingsJupyterServerAppSettingsArgs>? = null, kernelGatewayAppSettings: Output<UserProfileUserSettingsKernelGatewayAppSettingsArgs>? = null, rSessionAppSettings: Output<UserProfileUserSettingsRSessionAppSettingsArgs>? = null, rStudioServerProAppSettings: Output<UserProfileUserSettingsRStudioServerProAppSettingsArgs>? = null, securityGroups: Output<List<String>>? = null, sharingSettings: Output<UserProfileUserSettingsSharingSettingsArgs>? = null, spaceStorageSettings: Output<UserProfileUserSettingsSpaceStorageSettingsArgs>? = null, studioWebPortal: Output<String>? = null, tensorBoardAppSettings: Output<UserProfileUserSettingsTensorBoardAppSettingsArgs>? = null)
Functions
Properties
Link copied to clipboard
val customFileSystemConfigs: Output<List<UserProfileUserSettingsCustomFileSystemConfigArgs>>? = null
Link copied to clipboard
The default experience that the user is directed to when accessing the domain. The supported values are: studio::: Indicates that Studio is the default experience. This value can only be passed if StudioWebPortal is set to ENABLED. app:JupyterServer:: Indicates that Studio Classic is the default experience.
Link copied to clipboard
Link copied to clipboard
val rStudioServerProAppSettings: Output<UserProfileUserSettingsRStudioServerProAppSettingsArgs>? = null