We recommend new projects start with resources from the AWS provider.
aws-native.sagemaker.getUserProfile
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::SageMaker::UserProfile
Using getUserProfile
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getUserProfile(args: GetUserProfileArgs, opts?: InvokeOptions): Promise<GetUserProfileResult>
function getUserProfileOutput(args: GetUserProfileOutputArgs, opts?: InvokeOptions): Output<GetUserProfileResult>def get_user_profile(domain_id: Optional[str] = None,
                     user_profile_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetUserProfileResult
def get_user_profile_output(domain_id: Optional[pulumi.Input[str]] = None,
                     user_profile_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetUserProfileResult]func LookupUserProfile(ctx *Context, args *LookupUserProfileArgs, opts ...InvokeOption) (*LookupUserProfileResult, error)
func LookupUserProfileOutput(ctx *Context, args *LookupUserProfileOutputArgs, opts ...InvokeOption) LookupUserProfileResultOutput> Note: This function is named LookupUserProfile in the Go SDK.
public static class GetUserProfile 
{
    public static Task<GetUserProfileResult> InvokeAsync(GetUserProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetUserProfileResult> Invoke(GetUserProfileInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetUserProfileResult> getUserProfile(GetUserProfileArgs args, InvokeOptions options)
public static Output<GetUserProfileResult> getUserProfile(GetUserProfileArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:sagemaker:getUserProfile
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DomainId string
- The ID of the associated Domain.
- UserProfile stringName 
- A name for the UserProfile.
- DomainId string
- The ID of the associated Domain.
- UserProfile stringName 
- A name for the UserProfile.
- domainId String
- The ID of the associated Domain.
- userProfile StringName 
- A name for the UserProfile.
- domainId string
- The ID of the associated Domain.
- userProfile stringName 
- A name for the UserProfile.
- domain_id str
- The ID of the associated Domain.
- user_profile_ strname 
- A name for the UserProfile.
- domainId String
- The ID of the associated Domain.
- userProfile StringName 
- A name for the UserProfile.
getUserProfile Result
The following output properties are available:
- UserProfile stringArn 
- The user profile Amazon Resource Name (ARN).
- UserSettings Pulumi.Aws Native. Sage Maker. Outputs. User Profile User Settings 
- A collection of settings.
- UserProfile stringArn 
- The user profile Amazon Resource Name (ARN).
- UserSettings UserProfile User Settings 
- A collection of settings.
- userProfile StringArn 
- The user profile Amazon Resource Name (ARN).
- userSettings UserProfile User Settings 
- A collection of settings.
- userProfile stringArn 
- The user profile Amazon Resource Name (ARN).
- userSettings UserProfile User Settings 
- A collection of settings.
- user_profile_ strarn 
- The user profile Amazon Resource Name (ARN).
- user_settings UserProfile User Settings 
- A collection of settings.
- userProfile StringArn 
- The user profile Amazon Resource Name (ARN).
- userSettings Property Map
- A collection of settings.
Supporting Types
UserProfileAppLifecycleManagement    
- IdleSettings Pulumi.Aws Native. Sage Maker. Inputs. User Profile Idle Settings 
- Settings related to idle shutdown of Studio applications.
- IdleSettings UserProfile Idle Settings 
- Settings related to idle shutdown of Studio applications.
- idleSettings UserProfile Idle Settings 
- Settings related to idle shutdown of Studio applications.
- idleSettings UserProfile Idle Settings 
- Settings related to idle shutdown of Studio applications.
- idle_settings UserProfile Idle Settings 
- Settings related to idle shutdown of Studio applications.
- idleSettings Property Map
- Settings related to idle shutdown of Studio applications.
UserProfileAppType   
UserProfileCodeEditorAppSettings     
- AppLifecycle Pulumi.Management Aws Native. Sage Maker. Inputs. User Profile App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- CustomImages List<Pulumi.Aws Native. Sage Maker. Inputs. User Profile Custom Image> 
- A list of custom images for use for CodeEditor apps.
- DefaultResource Pulumi.Spec Aws Native. Sage Maker. Inputs. User Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- LifecycleConfig List<string>Arns 
- A list of LifecycleConfigArns available for use with CodeEditor apps.
- AppLifecycle UserManagement Profile App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- CustomImages []UserProfile Custom Image 
- A list of custom images for use for CodeEditor apps.
- DefaultResource UserSpec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- LifecycleConfig []stringArns 
- A list of LifecycleConfigArns available for use with CodeEditor apps.
- appLifecycle UserManagement Profile App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- customImages List<UserProfile Custom Image> 
- A list of custom images for use for CodeEditor apps.
- defaultResource UserSpec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with CodeEditor apps.
- appLifecycle UserManagement Profile App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- customImages UserProfile Custom Image[] 
- A list of custom images for use for CodeEditor apps.
- defaultResource UserSpec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- lifecycleConfig string[]Arns 
- A list of LifecycleConfigArns available for use with CodeEditor apps.
- app_lifecycle_ Usermanagement Profile App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- custom_images Sequence[UserProfile Custom Image] 
- A list of custom images for use for CodeEditor apps.
- default_resource_ Userspec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- lifecycle_config_ Sequence[str]arns 
- A list of LifecycleConfigArns available for use with CodeEditor apps.
- appLifecycle Property MapManagement 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- customImages List<Property Map>
- A list of custom images for use for CodeEditor apps.
- defaultResource Property MapSpec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with CodeEditor apps.
UserProfileCodeRepository   
- RepositoryUrl string
- A CodeRepository (valid URL) to be used within Jupyter's Git extension.
- RepositoryUrl string
- A CodeRepository (valid URL) to be used within Jupyter's Git extension.
- repositoryUrl String
- A CodeRepository (valid URL) to be used within Jupyter's Git extension.
- repositoryUrl string
- A CodeRepository (valid URL) to be used within Jupyter's Git extension.
- repository_url str
- A CodeRepository (valid URL) to be used within Jupyter's Git extension.
- repositoryUrl String
- A CodeRepository (valid URL) to be used within Jupyter's Git extension.
UserProfileCustomFileSystemConfig     
- EfsFile Pulumi.System Config Aws Native. Sage Maker. Inputs. User Profile Efs File System Config 
- The settings for a custom Amazon EFS file system.
- FSxLustre Pulumi.File System Config Aws Native. Sage Maker. Inputs. User Profile FSx Lustre File System Config 
- The settings for a custom Amazon FSx for Lustre file system.
- EfsFile UserSystem Config Profile Efs File System Config 
- The settings for a custom Amazon EFS file system.
- FSxLustre UserFile System Config Profile FSx Lustre File System Config 
- The settings for a custom Amazon FSx for Lustre file system.
- efsFile UserSystem Config Profile Efs File System Config 
- The settings for a custom Amazon EFS file system.
- fSx UserLustre File System Config Profile FSx Lustre File System Config 
- The settings for a custom Amazon FSx for Lustre file system.
- efsFile UserSystem Config Profile Efs File System Config 
- The settings for a custom Amazon EFS file system.
- fSx UserLustre File System Config Profile FSx Lustre File System Config 
- The settings for a custom Amazon FSx for Lustre file system.
- efs_file_ Usersystem_ config Profile Efs File System Config 
- The settings for a custom Amazon EFS file system.
- f_sx_ Userlustre_ file_ system_ config Profile FSx Lustre File System Config 
- The settings for a custom Amazon FSx for Lustre file system.
- efsFile Property MapSystem Config 
- The settings for a custom Amazon EFS file system.
- fSx Property MapLustre File System Config 
- The settings for a custom Amazon FSx for Lustre file system.
UserProfileCustomImage   
- AppImage stringConfig Name 
- The Name of the AppImageConfig.
- ImageName string
- The name of the CustomImage. Must be unique to your account.
- ImageVersion intNumber 
- The version number of the CustomImage.
- AppImage stringConfig Name 
- The Name of the AppImageConfig.
- ImageName string
- The name of the CustomImage. Must be unique to your account.
- ImageVersion intNumber 
- The version number of the CustomImage.
- appImage StringConfig Name 
- The Name of the AppImageConfig.
- imageName String
- The name of the CustomImage. Must be unique to your account.
- imageVersion IntegerNumber 
- The version number of the CustomImage.
- appImage stringConfig Name 
- The Name of the AppImageConfig.
- imageName string
- The name of the CustomImage. Must be unique to your account.
- imageVersion numberNumber 
- The version number of the CustomImage.
- app_image_ strconfig_ name 
- The Name of the AppImageConfig.
- image_name str
- The name of the CustomImage. Must be unique to your account.
- image_version_ intnumber 
- The version number of the CustomImage.
- appImage StringConfig Name 
- The Name of the AppImageConfig.
- imageName String
- The name of the CustomImage. Must be unique to your account.
- imageVersion NumberNumber 
- The version number of the CustomImage.
UserProfileCustomPosixUserConfig     
UserProfileDefaultEbsStorageSettings     
- DefaultEbs intVolume Size In Gb 
- Default size of the Amazon EBS volume in Gb
- MaximumEbs intVolume Size In Gb 
- Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- DefaultEbs intVolume Size In Gb 
- Default size of the Amazon EBS volume in Gb
- MaximumEbs intVolume Size In Gb 
- Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- defaultEbs IntegerVolume Size In Gb 
- Default size of the Amazon EBS volume in Gb
- maximumEbs IntegerVolume Size In Gb 
- Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- defaultEbs numberVolume Size In Gb 
- Default size of the Amazon EBS volume in Gb
- maximumEbs numberVolume Size In Gb 
- Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- default_ebs_ intvolume_ size_ in_ gb 
- Default size of the Amazon EBS volume in Gb
- maximum_ebs_ intvolume_ size_ in_ gb 
- Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- defaultEbs NumberVolume Size In Gb 
- Default size of the Amazon EBS volume in Gb
- maximumEbs NumberVolume Size In Gb 
- Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
UserProfileDefaultSpaceStorageSettings     
- DefaultEbs Pulumi.Storage Settings Aws Native. Sage Maker. Inputs. User Profile Default Ebs Storage Settings 
- The default EBS storage settings for a space.
- DefaultEbs UserStorage Settings Profile Default Ebs Storage Settings 
- The default EBS storage settings for a space.
- defaultEbs UserStorage Settings Profile Default Ebs Storage Settings 
- The default EBS storage settings for a space.
- defaultEbs UserStorage Settings Profile Default Ebs Storage Settings 
- The default EBS storage settings for a space.
- default_ebs_ Userstorage_ settings Profile Default Ebs Storage Settings 
- The default EBS storage settings for a space.
- defaultEbs Property MapStorage Settings 
- The default EBS storage settings for a space.
UserProfileEfsFileSystemConfig     
- FileSystem stringId 
- The ID of your Amazon EFS file system.
- FileSystem stringPath 
- The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- FileSystem stringId 
- The ID of your Amazon EFS file system.
- FileSystem stringPath 
- The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- fileSystem StringId 
- The ID of your Amazon EFS file system.
- fileSystem StringPath 
- The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- fileSystem stringId 
- The ID of your Amazon EFS file system.
- fileSystem stringPath 
- The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- file_system_ strid 
- The ID of your Amazon EFS file system.
- file_system_ strpath 
- The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- fileSystem StringId 
- The ID of your Amazon EFS file system.
- fileSystem StringPath 
- The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
UserProfileFSxLustreFileSystemConfig      
- FileSystem stringId 
- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- FileSystem stringPath 
- The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- FileSystem stringId 
- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- FileSystem stringPath 
- The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- fileSystem StringId 
- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- fileSystem StringPath 
- The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- fileSystem stringId 
- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- fileSystem stringPath 
- The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- file_system_ strid 
- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- file_system_ strpath 
- The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- fileSystem StringId 
- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- fileSystem StringPath 
- The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
UserProfileIdleSettings   
- IdleTimeout intIn Minutes 
- The time that SageMaker waits after the application becomes idle before shutting it down.
- LifecycleManagement Pulumi.Aws Native. Sage Maker. User Profile Lifecycle Management 
- Indicates whether idle shutdown is activated for the application type.
- MaxIdle intTimeout In Minutes 
- The maximum value in minutes that custom idle shutdown can be set to by the user.
- MinIdle intTimeout In Minutes 
- The minimum value in minutes that custom idle shutdown can be set to by the user.
- IdleTimeout intIn Minutes 
- The time that SageMaker waits after the application becomes idle before shutting it down.
- LifecycleManagement UserProfile Lifecycle Management 
- Indicates whether idle shutdown is activated for the application type.
- MaxIdle intTimeout In Minutes 
- The maximum value in minutes that custom idle shutdown can be set to by the user.
- MinIdle intTimeout In Minutes 
- The minimum value in minutes that custom idle shutdown can be set to by the user.
- idleTimeout IntegerIn Minutes 
- The time that SageMaker waits after the application becomes idle before shutting it down.
- lifecycleManagement UserProfile Lifecycle Management 
- Indicates whether idle shutdown is activated for the application type.
- maxIdle IntegerTimeout In Minutes 
- The maximum value in minutes that custom idle shutdown can be set to by the user.
- minIdle IntegerTimeout In Minutes 
- The minimum value in minutes that custom idle shutdown can be set to by the user.
- idleTimeout numberIn Minutes 
- The time that SageMaker waits after the application becomes idle before shutting it down.
- lifecycleManagement UserProfile Lifecycle Management 
- Indicates whether idle shutdown is activated for the application type.
- maxIdle numberTimeout In Minutes 
- The maximum value in minutes that custom idle shutdown can be set to by the user.
- minIdle numberTimeout In Minutes 
- The minimum value in minutes that custom idle shutdown can be set to by the user.
- idle_timeout_ intin_ minutes 
- The time that SageMaker waits after the application becomes idle before shutting it down.
- lifecycle_management UserProfile Lifecycle Management 
- Indicates whether idle shutdown is activated for the application type.
- max_idle_ inttimeout_ in_ minutes 
- The maximum value in minutes that custom idle shutdown can be set to by the user.
- min_idle_ inttimeout_ in_ minutes 
- The minimum value in minutes that custom idle shutdown can be set to by the user.
- idleTimeout NumberIn Minutes 
- The time that SageMaker waits after the application becomes idle before shutting it down.
- lifecycleManagement "ENABLED" | "DISABLED"
- Indicates whether idle shutdown is activated for the application type.
- maxIdle NumberTimeout In Minutes 
- The maximum value in minutes that custom idle shutdown can be set to by the user.
- minIdle NumberTimeout In Minutes 
- The minimum value in minutes that custom idle shutdown can be set to by the user.
UserProfileJupyterLabAppSettings     
- AppLifecycle Pulumi.Management Aws Native. Sage Maker. Inputs. User Profile App Lifecycle Management 
- Indicates whether idle shutdown is activated for JupyterLab applications.
- CodeRepositories List<Pulumi.Aws Native. Sage Maker. Inputs. User Profile Code Repository> 
- A list of CodeRepositories available for use with JupyterLab apps.
- CustomImages List<Pulumi.Aws Native. Sage Maker. Inputs. User Profile Custom Image> 
- A list of custom images available for use for JupyterLab apps
- DefaultResource Pulumi.Spec Aws Native. Sage Maker. Inputs. User Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- LifecycleConfig List<string>Arns 
- A list of LifecycleConfigArns available for use with JupyterLab apps.
- AppLifecycle UserManagement Profile App Lifecycle Management 
- Indicates whether idle shutdown is activated for JupyterLab applications.
- CodeRepositories []UserProfile Code Repository 
- A list of CodeRepositories available for use with JupyterLab apps.
- CustomImages []UserProfile Custom Image 
- A list of custom images available for use for JupyterLab apps
- DefaultResource UserSpec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- LifecycleConfig []stringArns 
- A list of LifecycleConfigArns available for use with JupyterLab apps.
- appLifecycle UserManagement Profile App Lifecycle Management 
- Indicates whether idle shutdown is activated for JupyterLab applications.
- codeRepositories List<UserProfile Code Repository> 
- A list of CodeRepositories available for use with JupyterLab apps.
- customImages List<UserProfile Custom Image> 
- A list of custom images available for use for JupyterLab apps
- defaultResource UserSpec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with JupyterLab apps.
- appLifecycle UserManagement Profile App Lifecycle Management 
- Indicates whether idle shutdown is activated for JupyterLab applications.
- codeRepositories UserProfile Code Repository[] 
- A list of CodeRepositories available for use with JupyterLab apps.
- customImages UserProfile Custom Image[] 
- A list of custom images available for use for JupyterLab apps
- defaultResource UserSpec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- lifecycleConfig string[]Arns 
- A list of LifecycleConfigArns available for use with JupyterLab apps.
- app_lifecycle_ Usermanagement Profile App Lifecycle Management 
- Indicates whether idle shutdown is activated for JupyterLab applications.
- code_repositories Sequence[UserProfile Code Repository] 
- A list of CodeRepositories available for use with JupyterLab apps.
- custom_images Sequence[UserProfile Custom Image] 
- A list of custom images available for use for JupyterLab apps
- default_resource_ Userspec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- lifecycle_config_ Sequence[str]arns 
- A list of LifecycleConfigArns available for use with JupyterLab apps.
- appLifecycle Property MapManagement 
- Indicates whether idle shutdown is activated for JupyterLab applications.
- codeRepositories List<Property Map>
- A list of CodeRepositories available for use with JupyterLab apps.
- customImages List<Property Map>
- A list of custom images available for use for JupyterLab apps
- defaultResource Property MapSpec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with JupyterLab apps.
UserProfileJupyterServerAppSettings     
- DefaultResource Pulumi.Spec Aws Native. Sage Maker. Inputs. User Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- LifecycleConfig List<string>Arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- DefaultResource UserSpec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- LifecycleConfig []stringArns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- defaultResource UserSpec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- defaultResource UserSpec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- lifecycleConfig string[]Arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- default_resource_ Userspec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- lifecycle_config_ Sequence[str]arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- defaultResource Property MapSpec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
UserProfileKernelGatewayAppSettings     
- CustomImages List<Pulumi.Aws Native. Sage Maker. Inputs. User Profile Custom Image> 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- DefaultResource Pulumi.Spec Aws Native. Sage Maker. Inputs. User Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- LifecycleConfig List<string>Arns 
- A list of LifecycleConfigArns available for use with KernelGateway apps.
- CustomImages []UserProfile Custom Image 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- DefaultResource UserSpec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- LifecycleConfig []stringArns 
- A list of LifecycleConfigArns available for use with KernelGateway apps.
- customImages List<UserProfile Custom Image> 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- defaultResource UserSpec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with KernelGateway apps.
- customImages UserProfile Custom Image[] 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- defaultResource UserSpec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- lifecycleConfig string[]Arns 
- A list of LifecycleConfigArns available for use with KernelGateway apps.
- custom_images Sequence[UserProfile Custom Image] 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default_resource_ Userspec Profile Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- lifecycle_config_ Sequence[str]arns 
- A list of LifecycleConfigArns available for use with KernelGateway apps.
- customImages List<Property Map>
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- defaultResource Property MapSpec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with KernelGateway apps.
UserProfileLifecycleManagement   
UserProfileMlTools   
UserProfileRStudioServerProAppSettings      
- AccessStatus Pulumi.Aws Native. Sage Maker. User Profile RStudio Server Pro App Settings Access Status 
- Indicates whether the current user has access to the RStudioServerPro app.
- UserGroup Pulumi.Aws Native. Sage Maker. User Profile RStudio Server Pro App Settings User Group 
- The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- AccessStatus UserProfile RStudio Server Pro App Settings Access Status 
- Indicates whether the current user has access to the RStudioServerPro app.
- UserGroup UserProfile RStudio Server Pro App Settings User Group 
- The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- accessStatus UserProfile RStudio Server Pro App Settings Access Status 
- Indicates whether the current user has access to the RStudioServerPro app.
- userGroup UserProfile RStudio Server Pro App Settings User Group 
- The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- accessStatus UserProfile RStudio Server Pro App Settings Access Status 
- Indicates whether the current user has access to the RStudioServerPro app.
- userGroup UserProfile RStudio Server Pro App Settings User Group 
- The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- access_status UserProfile RStudio Server Pro App Settings Access Status 
- Indicates whether the current user has access to the RStudioServerPro app.
- user_group UserProfile RStudio Server Pro App Settings User Group 
- The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- accessStatus "ENABLED" | "DISABLED"
- Indicates whether the current user has access to the RStudioServerPro app.
- userGroup "R_STUDIO_ADMIN" | "R_STUDIO_USER"
- The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
UserProfileRStudioServerProAppSettingsAccessStatus        
UserProfileRStudioServerProAppSettingsUserGroup        
UserProfileResourceSpec   
- InstanceType Pulumi.Aws Native. Sage Maker. User Profile Resource Spec Instance Type 
- The instance type that the image version runs on.
- LifecycleConfig stringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- SageMaker stringImage Arn 
- The ARN of the SageMaker image that the image version belongs to.
- SageMaker stringImage Version Arn 
- The ARN of the image version created on the instance.
- InstanceType UserProfile Resource Spec Instance Type 
- The instance type that the image version runs on.
- LifecycleConfig stringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- SageMaker stringImage Arn 
- The ARN of the SageMaker image that the image version belongs to.
- SageMaker stringImage Version Arn 
- The ARN of the image version created on the instance.
- instanceType UserProfile Resource Spec Instance Type 
- The instance type that the image version runs on.
- lifecycleConfig StringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sageMaker StringImage Arn 
- The ARN of the SageMaker image that the image version belongs to.
- sageMaker StringImage Version Arn 
- The ARN of the image version created on the instance.
- instanceType UserProfile Resource Spec Instance Type 
- The instance type that the image version runs on.
- lifecycleConfig stringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sageMaker stringImage Arn 
- The ARN of the SageMaker image that the image version belongs to.
- sageMaker stringImage Version Arn 
- The ARN of the image version created on the instance.
- instance_type UserProfile Resource Spec Instance Type 
- The instance type that the image version runs on.
- lifecycle_config_ strarn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sage_maker_ strimage_ arn 
- The ARN of the SageMaker image that the image version belongs to.
- sage_maker_ strimage_ version_ arn 
- The ARN of the image version created on the instance.
- instanceType "system" | "ml.t3.micro" | "ml.t3.small" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.p3dn.24xlarge" | "ml.m5d.large" | "ml.m5d.xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.24xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.geospatial.interactive" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge"
- The instance type that the image version runs on.
- lifecycleConfig StringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sageMaker StringImage Arn 
- The ARN of the SageMaker image that the image version belongs to.
- sageMaker StringImage Version Arn 
- The ARN of the image version created on the instance.
UserProfileResourceSpecInstanceType     
UserProfileSharingSettings   
- NotebookOutput Pulumi.Option Aws Native. Sage Maker. User Profile Sharing Settings Notebook Output Option 
- Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- S3KmsKey stringId 
- When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- S3OutputPath string
- When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- NotebookOutput UserOption Profile Sharing Settings Notebook Output Option 
- Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- S3KmsKey stringId 
- When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- S3OutputPath string
- When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- notebookOutput UserOption Profile Sharing Settings Notebook Output Option 
- Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- s3KmsKey StringId 
- When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- s3OutputPath String
- When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- notebookOutput UserOption Profile Sharing Settings Notebook Output Option 
- Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- s3KmsKey stringId 
- When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- s3OutputPath string
- When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- notebook_output_ Useroption Profile Sharing Settings Notebook Output Option 
- Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- s3_kms_ strkey_ id 
- When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- s3_output_ strpath 
- When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- notebookOutput "Allowed" | "Disabled"Option 
- Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- s3KmsKey StringId 
- When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- s3OutputPath String
- When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
UserProfileSharingSettingsNotebookOutputOption      
UserProfileStudioWebPortalSettings     
- 
List<Pulumi.Aws Native. Sage Maker. User Profile App Type> 
- Applications supported in Studio that are hidden from the Studio left navigation pane.
- 
List<Pulumi.Aws Native. Sage Maker. User Profile Ml Tools> 
- The machine learning tools that are hidden from the Studio left navigation pane.
- 
[]UserProfile App Type 
- Applications supported in Studio that are hidden from the Studio left navigation pane.
- 
[]UserProfile Ml Tools 
- The machine learning tools that are hidden from the Studio left navigation pane.
- 
List<UserProfile App Type> 
- Applications supported in Studio that are hidden from the Studio left navigation pane.
- 
List<UserProfile Ml Tools> 
- The machine learning tools that are hidden from the Studio left navigation pane.
- 
UserProfile App Type[] 
- Applications supported in Studio that are hidden from the Studio left navigation pane.
- 
UserProfile Ml Tools[] 
- The machine learning tools that are hidden from the Studio left navigation pane.
- 
Sequence[UserProfile App Type] 
- Applications supported in Studio that are hidden from the Studio left navigation pane.
- 
Sequence[UserProfile Ml Tools] 
- The machine learning tools that are hidden from the Studio left navigation pane.
- 
List<"JupyterServer" | "Tensor Board" | "RStudio Server Pro" | "Jupyter Lab" | "Code Editor" | "Detailed Profiler" | "Canvas"> 
- Applications supported in Studio that are hidden from the Studio left navigation pane.
- 
List<"DataWrangler" | "Feature Store" | "Emr Clusters" | "Auto Ml" | "Experiments" | "Training" | "Model Evaluation" | "Pipelines" | "Models" | "Jump Start" | "Inference Recommender" | "Endpoints" | "Projects" | "Inference Optimization" | "Hyper Pod Clusters" | "Comet" | "Deepchecks LLMEvaluation" | "Fiddler" | "Lakera Guard" | "Performance Evaluation"> 
- The machine learning tools that are hidden from the Studio left navigation pane.
UserProfileUserSettings   
- CodeEditor Pulumi.App Settings Aws Native. Sage Maker. Inputs. User Profile Code Editor App Settings 
- The Code Editor application settings. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- CustomFile List<Pulumi.System Configs Aws Native. Sage Maker. Inputs. User Profile Custom File System Config> 
- The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- CustomPosix Pulumi.User Config Aws Native. Sage Maker. Inputs. User Profile Custom Posix User Config 
- Details about the POSIX identity that is used for file system operations. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- DefaultLanding stringUri 
- Defines which Amazon SageMaker application users are directed to by default.
- ExecutionRole string
- The user profile Amazon Resource Name (ARN).
- JupyterLab Pulumi.App Settings Aws Native. Sage Maker. Inputs. User Profile Jupyter Lab App Settings 
- The settings for the JupyterLab application. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- JupyterServer Pulumi.App Settings Aws Native. Sage Maker. Inputs. User Profile Jupyter Server App Settings 
- The Jupyter server's app settings.
- KernelGateway Pulumi.App Settings Aws Native. Sage Maker. Inputs. User Profile Kernel Gateway App Settings 
- The kernel gateway app settings.
- RStudioServer Pulumi.Pro App Settings Aws Native. Sage Maker. Inputs. User Profile RStudio Server Pro App Settings 
- A collection of settings that configure user interaction with the RStudioServerProapp.
- SecurityGroups List<string>
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 
Pulumi.Aws Native. Sage Maker. Inputs. User Profile Sharing Settings 
- The sharing settings.
- SpaceStorage Pulumi.Settings Aws Native. Sage Maker. Inputs. User Profile Default Space Storage Settings 
- The storage settings for a space. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- StudioWeb Pulumi.Portal Aws Native. Sage Maker. User Profile User Settings Studio Web Portal 
- Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- StudioWeb Pulumi.Portal Settings Aws Native. Sage Maker. Inputs. User Profile Studio Web Portal Settings 
- Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- CodeEditor UserApp Settings Profile Code Editor App Settings 
- The Code Editor application settings. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- CustomFile []UserSystem Configs Profile Custom File System Config 
- The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- CustomPosix UserUser Config Profile Custom Posix User Config 
- Details about the POSIX identity that is used for file system operations. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- DefaultLanding stringUri 
- Defines which Amazon SageMaker application users are directed to by default.
- ExecutionRole string
- The user profile Amazon Resource Name (ARN).
- JupyterLab UserApp Settings Profile Jupyter Lab App Settings 
- The settings for the JupyterLab application. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- JupyterServer UserApp Settings Profile Jupyter Server App Settings 
- The Jupyter server's app settings.
- KernelGateway UserApp Settings Profile Kernel Gateway App Settings 
- The kernel gateway app settings.
- RStudioServer UserPro App Settings Profile RStudio Server Pro App Settings 
- A collection of settings that configure user interaction with the RStudioServerProapp.
- SecurityGroups []string
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 
UserProfile Sharing Settings 
- The sharing settings.
- SpaceStorage UserSettings Profile Default Space Storage Settings 
- The storage settings for a space. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- StudioWeb UserPortal Profile User Settings Studio Web Portal 
- Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- StudioWeb UserPortal Settings Profile Studio Web Portal Settings 
- Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- codeEditor UserApp Settings Profile Code Editor App Settings 
- The Code Editor application settings. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- customFile List<UserSystem Configs Profile Custom File System Config> 
- The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- customPosix UserUser Config Profile Custom Posix User Config 
- Details about the POSIX identity that is used for file system operations. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- defaultLanding StringUri 
- Defines which Amazon SageMaker application users are directed to by default.
- executionRole String
- The user profile Amazon Resource Name (ARN).
- jupyterLab UserApp Settings Profile Jupyter Lab App Settings 
- The settings for the JupyterLab application. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- jupyterServer UserApp Settings Profile Jupyter Server App Settings 
- The Jupyter server's app settings.
- kernelGateway UserApp Settings Profile Kernel Gateway App Settings 
- The kernel gateway app settings.
- rStudio UserServer Pro App Settings Profile RStudio Server Pro App Settings 
- A collection of settings that configure user interaction with the RStudioServerProapp.
- securityGroups List<String>
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 
UserProfile Sharing Settings 
- The sharing settings.
- spaceStorage UserSettings Profile Default Space Storage Settings 
- The storage settings for a space. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- studioWeb UserPortal Profile User Settings Studio Web Portal 
- Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- studioWeb UserPortal Settings Profile Studio Web Portal Settings 
- Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- codeEditor UserApp Settings Profile Code Editor App Settings 
- The Code Editor application settings. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- customFile UserSystem Configs Profile Custom File System Config[] 
- The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- customPosix UserUser Config Profile Custom Posix User Config 
- Details about the POSIX identity that is used for file system operations. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- defaultLanding stringUri 
- Defines which Amazon SageMaker application users are directed to by default.
- executionRole string
- The user profile Amazon Resource Name (ARN).
- jupyterLab UserApp Settings Profile Jupyter Lab App Settings 
- The settings for the JupyterLab application. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- jupyterServer UserApp Settings Profile Jupyter Server App Settings 
- The Jupyter server's app settings.
- kernelGateway UserApp Settings Profile Kernel Gateway App Settings 
- The kernel gateway app settings.
- rStudio UserServer Pro App Settings Profile RStudio Server Pro App Settings 
- A collection of settings that configure user interaction with the RStudioServerProapp.
- securityGroups string[]
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 
UserProfile Sharing Settings 
- The sharing settings.
- spaceStorage UserSettings Profile Default Space Storage Settings 
- The storage settings for a space. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- studioWeb UserPortal Profile User Settings Studio Web Portal 
- Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- studioWeb UserPortal Settings Profile Studio Web Portal Settings 
- Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- code_editor_ Userapp_ settings Profile Code Editor App Settings 
- The Code Editor application settings. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- custom_file_ Sequence[Usersystem_ configs Profile Custom File System Config] 
- The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- custom_posix_ Useruser_ config Profile Custom Posix User Config 
- Details about the POSIX identity that is used for file system operations. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- default_landing_ struri 
- Defines which Amazon SageMaker application users are directed to by default.
- execution_role str
- The user profile Amazon Resource Name (ARN).
- jupyter_lab_ Userapp_ settings Profile Jupyter Lab App Settings 
- The settings for the JupyterLab application. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- jupyter_server_ Userapp_ settings Profile Jupyter Server App Settings 
- The Jupyter server's app settings.
- kernel_gateway_ Userapp_ settings Profile Kernel Gateway App Settings 
- The kernel gateway app settings.
- r_studio_ Userserver_ pro_ app_ settings Profile RStudio Server Pro App Settings 
- A collection of settings that configure user interaction with the RStudioServerProapp.
- security_groups Sequence[str]
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 
UserProfile Sharing Settings 
- The sharing settings.
- space_storage_ Usersettings Profile Default Space Storage Settings 
- The storage settings for a space. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- studio_web_ Userportal Profile User Settings Studio Web Portal 
- Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- studio_web_ Userportal_ settings Profile Studio Web Portal Settings 
- Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- codeEditor Property MapApp Settings 
- The Code Editor application settings. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- customFile List<Property Map>System Configs 
- The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- customPosix Property MapUser Config 
- Details about the POSIX identity that is used for file system operations. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- defaultLanding StringUri 
- Defines which Amazon SageMaker application users are directed to by default.
- executionRole String
- The user profile Amazon Resource Name (ARN).
- jupyterLab Property MapApp Settings 
- The settings for the JupyterLab application. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- jupyterServer Property MapApp Settings 
- The Jupyter server's app settings.
- kernelGateway Property MapApp Settings 
- The kernel gateway app settings.
- rStudio Property MapServer Pro App Settings 
- A collection of settings that configure user interaction with the RStudioServerProapp.
- securityGroups List<String>
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- Property Map
- The sharing settings.
- spaceStorage Property MapSettings 
- The storage settings for a space. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- studioWeb "ENABLED" | "DISABLED"Portal 
- Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- studioWeb Property MapPortal Settings 
- Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
UserProfileUserSettingsStudioWebPortal      
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.