DomainUserSettingsArgs

data class DomainUserSettingsArgs(val autoMountHomeEfs: Output<DomainUserSettingsAutoMountHomeEfs>? = null, val codeEditorAppSettings: Output<DomainCodeEditorAppSettingsArgs>? = null, val customFileSystemConfigs: Output<List<DomainCustomFileSystemConfigArgs>>? = null, val customPosixUserConfig: Output<DomainCustomPosixUserConfigArgs>? = null, val defaultLandingUri: Output<String>? = null, val executionRole: Output<String>, val jupyterLabAppSettings: Output<DomainJupyterLabAppSettingsArgs>? = null, val jupyterServerAppSettings: Output<DomainJupyterServerAppSettingsArgs>? = null, val kernelGatewayAppSettings: Output<DomainKernelGatewayAppSettingsArgs>? = null, val rSessionAppSettings: Output<DomainRSessionAppSettingsArgs>? = null, val rStudioServerProAppSettings: Output<DomainRStudioServerProAppSettingsArgs>? = null, val securityGroups: Output<List<String>>? = null, val sharingSettings: Output<DomainSharingSettingsArgs>? = null, val spaceStorageSettings: Output<DomainDefaultSpaceStorageSettingsArgs>? = null, val studioWebPortal: Output<DomainUserSettingsStudioWebPortal>? = null, val studioWebPortalSettings: Output<DomainStudioWebPortalSettingsArgs>? = null) : ConvertibleToJava<DomainUserSettingsArgs>

A collection of settings that apply to users of Amazon SageMaker Studio. These settings are specified when the CreateUserProfile API is called, and as DefaultUserSettings when the CreateDomain API is called.

Constructors

Link copied to clipboard
constructor(autoMountHomeEfs: Output<DomainUserSettingsAutoMountHomeEfs>? = null, codeEditorAppSettings: Output<DomainCodeEditorAppSettingsArgs>? = null, customFileSystemConfigs: Output<List<DomainCustomFileSystemConfigArgs>>? = null, customPosixUserConfig: Output<DomainCustomPosixUserConfigArgs>? = null, defaultLandingUri: Output<String>? = null, executionRole: Output<String>, jupyterLabAppSettings: Output<DomainJupyterLabAppSettingsArgs>? = null, jupyterServerAppSettings: Output<DomainJupyterServerAppSettingsArgs>? = null, kernelGatewayAppSettings: Output<DomainKernelGatewayAppSettingsArgs>? = null, rSessionAppSettings: Output<DomainRSessionAppSettingsArgs>? = null, rStudioServerProAppSettings: Output<DomainRStudioServerProAppSettingsArgs>? = null, securityGroups: Output<List<String>>? = null, sharingSettings: Output<DomainSharingSettingsArgs>? = null, spaceStorageSettings: Output<DomainDefaultSpaceStorageSettingsArgs>? = null, studioWebPortal: Output<DomainUserSettingsStudioWebPortal>? = null, studioWebPortalSettings: Output<DomainStudioWebPortalSettingsArgs>? = null)

Properties

Link copied to clipboard

Indicates whether auto-mounting of an EFS volume is supported for the user profile.

Link copied to clipboard

The Code Editor application settings. SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.

Link copied to clipboard

The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.

Link copied to clipboard

Details about the POSIX identity that is used for file system operations. SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.

Link copied to clipboard
val defaultLandingUri: Output<String>? = null

Defines which Amazon SageMaker application users are directed to by default.

Link copied to clipboard
val executionRole: Output<String>

The execution role for the user.

Link copied to clipboard

The settings for the JupyterLab application. SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.

Link copied to clipboard

The Jupyter server's app settings.

Link copied to clipboard

The kernel gateway app settings.

Link copied to clipboard

A collection of settings that configure the RSessionGateway app.

Link copied to clipboard

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

Link copied to clipboard
val securityGroups: Output<List<String>>? = null

The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.

Link copied to clipboard

The sharing settings.

Link copied to clipboard

The storage settings for a space. SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces.

Link copied to clipboard

Indicates whether the Studio experience is available to users. If not, users cannot access Studio.

Link copied to clipboard

Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.

Functions

Link copied to clipboard
open override fun toJava(): DomainUserSettingsArgs