UserSettings

A collection of settings that apply to users in a domain. These settings are specified when the CreateUserProfile API is called, and as DefaultUserSettings when the CreateDomain API is called.

SecurityGroups is aggregated when specified in both calls. For all other settings in UserSettings, the values specified in CreateUserProfile take precedence over those specified in CreateDomain.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Canvas app settings.

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

The default experience that the user is directed to when accessing the domain. The supported values are:

Link copied to clipboard

The execution role for the user.

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 the RSessionGateway app.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Specifies options for sharing Amazon SageMaker Studio notebooks.

Link copied to clipboard

The storage settings for a private space.

Link copied to clipboard

Whether the user can access Studio. If this value is set to DISABLED, the user cannot access Studio, even if that is the default experience for the domain.

Link copied to clipboard

The TensorBoard app settings.

Functions

Link copied to clipboard
inline fun copy(block: UserSettings.Builder.() -> Unit = {}): UserSettings
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String