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
Properties
Indicates whether auto-mounting of an EFS volume is supported for the user profile. The DefaultAsDomain
value is only supported for user profiles. Do not use the DefaultAsDomain
value when setting this parameter for a domain.
The Canvas app settings.
The Code Editor application settings.
The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio.
Details about the POSIX identity that is used for file system operations.
The default experience that the user is directed to when accessing the domain. The supported values are:
The execution role for the user.
The settings for the JupyterLab application.
The Jupyter server's app settings.
The kernel gateway app settings.
A collection of settings that configure the RSessionGateway
app.
A collection of settings that configure user interaction with the RStudioServerPro
app.
The security groups for the Amazon Virtual Private Cloud (VPC) that the domain uses for communication.
Specifies options for sharing Amazon SageMaker AI Studio notebooks.
The storage settings for a space.
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.
Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
The TensorBoard app settings.