UserProfileUserSettingsArgs

data class UserProfileUserSettingsArgs(val canvasAppSettings: Output<UserProfileUserSettingsCanvasAppSettingsArgs>? = null, val executionRole: Output<String>, val jupyterServerAppSettings: Output<UserProfileUserSettingsJupyterServerAppSettingsArgs>? = null, val kernelGatewayAppSettings: Output<UserProfileUserSettingsKernelGatewayAppSettingsArgs>? = null, val rSessionAppSettings: Output<UserProfileUserSettingsRSessionAppSettingsArgs>? = null, val rStudioServerProAppSettings: Output<UserProfileUserSettingsRStudioServerProAppSettingsArgs>? = null, val securityGroups: Output<List<String>>? = null, val sharingSettings: Output<UserProfileUserSettingsSharingSettingsArgs>? = null, val tensorBoardAppSettings: Output<UserProfileUserSettingsTensorBoardAppSettingsArgs>? = null) : ConvertibleToJava<UserProfileUserSettingsArgs>

Constructors

Link copied to clipboard
constructor(canvasAppSettings: Output<UserProfileUserSettingsCanvasAppSettingsArgs>? = null, executionRole: Output<String>, jupyterServerAppSettings: Output<UserProfileUserSettingsJupyterServerAppSettingsArgs>? = null, kernelGatewayAppSettings: Output<UserProfileUserSettingsKernelGatewayAppSettingsArgs>? = null, rSessionAppSettings: Output<UserProfileUserSettingsRSessionAppSettingsArgs>? = null, rStudioServerProAppSettings: Output<UserProfileUserSettingsRStudioServerProAppSettingsArgs>? = null, securityGroups: Output<List<String>>? = null, sharingSettings: Output<UserProfileUserSettingsSharingSettingsArgs>? = null, tensorBoardAppSettings: Output<UserProfileUserSettingsTensorBoardAppSettingsArgs>? = null)

Properties

Link copied to clipboard

The Canvas app settings. See Canvas App Settings below.

Link copied to clipboard
val executionRole: Output<String>

The execution role ARN for the user.

Link copied to clipboard

The Jupyter server's app settings. See Jupyter Server App Settings below.

Link copied to clipboard

The kernel gateway app settings. See Kernel Gateway App Settings below.

Link copied to clipboard

The RSession app settings. See RSession App Settings below.

Link copied to clipboard

A collection of settings that configure user interaction with the RStudioServerPro app. See RStudio Server Pro App Settings below.

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

The security groups.

Link copied to clipboard

The sharing settings. See Sharing Settings below.

Link copied to clipboard

The TensorBoard app settings. See TensorBoard App Settings below.

Functions

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