UserProfileUserSettingsArgs

data class UserProfileUserSettingsArgs(val executionRole: Output<String>? = 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) : 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
fun UserProfileUserSettingsArgs(executionRole: Output<String>? = null, jupyterServerAppSettings: Output<UserProfileJupyterServerAppSettingsArgs>? = null, kernelGatewayAppSettings: Output<UserProfileKernelGatewayAppSettingsArgs>? = null, rStudioServerProAppSettings: Output<UserProfileRStudioServerProAppSettingsArgs>? = null, securityGroups: Output<List<String>>? = null, sharingSettings: Output<UserProfileSharingSettingsArgs>? = null)

Functions

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

Properties

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

The user profile Amazon Resource Name (ARN).

Link copied to clipboard

The Jupyter server's app settings.

Link copied to clipboard

The kernel gateway app settings.

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.