UserProfileUserSettingsArgs

data class UserProfileUserSettingsArgs(val codeEditorAppSettings: Output<UserProfileCodeEditorAppSettingsArgs>? = null, val customFileSystemConfigs: Output<List<UserProfileCustomFileSystemConfigArgs>>? = null, val customPosixUserConfig: Output<UserProfileCustomPosixUserConfigArgs>? = null, val defaultLandingUri: Output<String>? = null, val executionRole: Output<String>? = null, val jupyterLabAppSettings: Output<UserProfileJupyterLabAppSettingsArgs>? = null, val jupyterServerAppSettings: Output<UserProfileJupyterServerAppSettingsArgs>? = null, val kernelGatewayAppSettings: Output<UserProfileKernelGatewayAppSettingsArgs>? = null, val rStudioServerProAppSettings: Output<UserProfileRStudioServerProAppSettingsArgs>? = null, val securityGroups: Output<List<String>>? = null, val sharingSettings: Output<UserProfileSharingSettingsArgs>? = null, val spaceStorageSettings: Output<UserProfileDefaultSpaceStorageSettingsArgs>? = null, val studioWebPortal: Output<UserProfileUserSettingsStudioWebPortal>? = null, val studioWebPortalSettings: Output<UserProfileStudioWebPortalSettingsArgs>? = null) : ConvertibleToJava<UserProfileUserSettingsArgs>

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(codeEditorAppSettings: Output<UserProfileCodeEditorAppSettingsArgs>? = null, customFileSystemConfigs: Output<List<UserProfileCustomFileSystemConfigArgs>>? = null, customPosixUserConfig: Output<UserProfileCustomPosixUserConfigArgs>? = null, defaultLandingUri: Output<String>? = null, executionRole: Output<String>? = null, jupyterLabAppSettings: Output<UserProfileJupyterLabAppSettingsArgs>? = null, jupyterServerAppSettings: Output<UserProfileJupyterServerAppSettingsArgs>? = null, kernelGatewayAppSettings: Output<UserProfileKernelGatewayAppSettingsArgs>? = null, rStudioServerProAppSettings: Output<UserProfileRStudioServerProAppSettingsArgs>? = null, securityGroups: Output<List<String>>? = null, sharingSettings: Output<UserProfileSharingSettingsArgs>? = null, spaceStorageSettings: Output<UserProfileDefaultSpaceStorageSettingsArgs>? = null, studioWebPortal: Output<UserProfileUserSettingsStudioWebPortal>? = null, studioWebPortalSettings: Output<UserProfileStudioWebPortalSettingsArgs>? = null)

Properties

Link copied to clipboard

The Code Editor application settings.

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 Studio.

Link copied to clipboard

Details about the POSIX identity that is used for file system operations.

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>? = null

The user profile Amazon Resource Name (ARN).

Link copied to clipboard

The settings for the JupyterLab application.

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 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.

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(): UserProfileUserSettingsArgs