User Profile User Settings Args
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)