1. Packages
  2. AWS Native
  3. API Docs
  4. sagemaker
  5. getUserProfile

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.sagemaker.getUserProfile

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:sagemaker:getUserProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DomainId string
    The ID of the associated Domain.
    UserProfileName string
    A name for the UserProfile.
    DomainId string
    The ID of the associated Domain.
    UserProfileName string
    A name for the UserProfile.
    domainId String
    The ID of the associated Domain.
    userProfileName String
    A name for the UserProfile.
    domainId string
    The ID of the associated Domain.
    userProfileName string
    A name for the UserProfile.
    domain_id str
    The ID of the associated Domain.
    user_profile_name str
    A name for the UserProfile.
    domainId String
    The ID of the associated Domain.
    userProfileName String
    A name for the UserProfile.

    getUserProfile Result

    The following output properties are available:

    UserProfileArn string
    The user profile Amazon Resource Name (ARN).
    UserSettings Pulumi.AwsNative.SageMaker.Outputs.UserProfileUserSettings
    A collection of settings.
    UserProfileArn string
    The user profile Amazon Resource Name (ARN).
    UserSettings UserProfileUserSettings
    A collection of settings.
    userProfileArn String
    The user profile Amazon Resource Name (ARN).
    userSettings UserProfileUserSettings
    A collection of settings.
    userProfileArn string
    The user profile Amazon Resource Name (ARN).
    userSettings UserProfileUserSettings
    A collection of settings.
    user_profile_arn str
    The user profile Amazon Resource Name (ARN).
    user_settings UserProfileUserSettings
    A collection of settings.
    userProfileArn String
    The user profile Amazon Resource Name (ARN).
    userSettings Property Map
    A collection of settings.

    Supporting Types

    UserProfileCodeEditorAppSettings

    CustomImages List<Pulumi.AwsNative.SageMaker.Inputs.UserProfileCustomImage>
    A list of custom images for use for CodeEditor apps.
    DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
    LifecycleConfigArns List<string>
    A list of LifecycleConfigArns available for use with CodeEditor apps.
    CustomImages []UserProfileCustomImage
    A list of custom images for use for CodeEditor apps.
    DefaultResourceSpec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
    LifecycleConfigArns []string
    A list of LifecycleConfigArns available for use with CodeEditor apps.
    customImages List<UserProfileCustomImage>
    A list of custom images for use for CodeEditor apps.
    defaultResourceSpec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
    lifecycleConfigArns List<String>
    A list of LifecycleConfigArns available for use with CodeEditor apps.
    customImages UserProfileCustomImage[]
    A list of custom images for use for CodeEditor apps.
    defaultResourceSpec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
    lifecycleConfigArns string[]
    A list of LifecycleConfigArns available for use with CodeEditor apps.
    custom_images Sequence[UserProfileCustomImage]
    A list of custom images for use for CodeEditor apps.
    default_resource_spec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
    lifecycle_config_arns Sequence[str]
    A list of LifecycleConfigArns available for use with CodeEditor apps.
    customImages List<Property Map>
    A list of custom images for use for CodeEditor apps.
    defaultResourceSpec Property Map
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
    lifecycleConfigArns List<String>
    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

    UserProfileCustomImage

    AppImageConfigName string
    The Name of the AppImageConfig.
    ImageName string
    The name of the CustomImage. Must be unique to your account.
    ImageVersionNumber int
    The version number of the CustomImage.
    AppImageConfigName string
    The Name of the AppImageConfig.
    ImageName string
    The name of the CustomImage. Must be unique to your account.
    ImageVersionNumber int
    The version number of the CustomImage.
    appImageConfigName String
    The Name of the AppImageConfig.
    imageName String
    The name of the CustomImage. Must be unique to your account.
    imageVersionNumber Integer
    The version number of the CustomImage.
    appImageConfigName string
    The Name of the AppImageConfig.
    imageName string
    The name of the CustomImage. Must be unique to your account.
    imageVersionNumber number
    The version number of the CustomImage.
    app_image_config_name str
    The Name of the AppImageConfig.
    image_name str
    The name of the CustomImage. Must be unique to your account.
    image_version_number int
    The version number of the CustomImage.
    appImageConfigName String
    The Name of the AppImageConfig.
    imageName String
    The name of the CustomImage. Must be unique to your account.
    imageVersionNumber Number
    The version number of the CustomImage.

    UserProfileCustomPosixUserConfig

    Gid int
    Uid int
    Gid int
    Uid int
    gid Integer
    uid Integer
    gid number
    uid number
    gid int
    uid int
    gid Number
    uid Number

    UserProfileDefaultEbsStorageSettings

    DefaultEbsVolumeSizeInGb int
    Default size of the Amazon EBS volume in Gb
    MaximumEbsVolumeSizeInGb int
    Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
    DefaultEbsVolumeSizeInGb int
    Default size of the Amazon EBS volume in Gb
    MaximumEbsVolumeSizeInGb int
    Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
    defaultEbsVolumeSizeInGb Integer
    Default size of the Amazon EBS volume in Gb
    maximumEbsVolumeSizeInGb Integer
    Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
    defaultEbsVolumeSizeInGb number
    Default size of the Amazon EBS volume in Gb
    maximumEbsVolumeSizeInGb number
    Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
    default_ebs_volume_size_in_gb int
    Default size of the Amazon EBS volume in Gb
    maximum_ebs_volume_size_in_gb int
    Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
    defaultEbsVolumeSizeInGb Number
    Default size of the Amazon EBS volume in Gb
    maximumEbsVolumeSizeInGb Number
    Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.

    UserProfileDefaultSpaceStorageSettings

    UserProfileEfsFileSystemConfig

    UserProfileJupyterLabAppSettings

    CodeRepositories List<Pulumi.AwsNative.SageMaker.Inputs.UserProfileCodeRepository>
    A list of CodeRepositories available for use with JupyterLab apps.
    CustomImages List<Pulumi.AwsNative.SageMaker.Inputs.UserProfileCustomImage>
    A list of custom images available for use for JupyterLab apps
    DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
    LifecycleConfigArns List<string>
    A list of LifecycleConfigArns available for use with JupyterLab apps.
    CodeRepositories []UserProfileCodeRepository
    A list of CodeRepositories available for use with JupyterLab apps.
    CustomImages []UserProfileCustomImage
    A list of custom images available for use for JupyterLab apps
    DefaultResourceSpec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
    LifecycleConfigArns []string
    A list of LifecycleConfigArns available for use with JupyterLab apps.
    codeRepositories List<UserProfileCodeRepository>
    A list of CodeRepositories available for use with JupyterLab apps.
    customImages List<UserProfileCustomImage>
    A list of custom images available for use for JupyterLab apps
    defaultResourceSpec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
    lifecycleConfigArns List<String>
    A list of LifecycleConfigArns available for use with JupyterLab apps.
    codeRepositories UserProfileCodeRepository[]
    A list of CodeRepositories available for use with JupyterLab apps.
    customImages UserProfileCustomImage[]
    A list of custom images available for use for JupyterLab apps
    defaultResourceSpec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
    lifecycleConfigArns string[]
    A list of LifecycleConfigArns available for use with JupyterLab apps.
    code_repositories Sequence[UserProfileCodeRepository]
    A list of CodeRepositories available for use with JupyterLab apps.
    custom_images Sequence[UserProfileCustomImage]
    A list of custom images available for use for JupyterLab apps
    default_resource_spec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
    lifecycle_config_arns Sequence[str]
    A list of LifecycleConfigArns available for use with JupyterLab apps.
    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
    defaultResourceSpec Property Map
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
    lifecycleConfigArns List<String>
    A list of LifecycleConfigArns available for use with JupyterLab apps.

    UserProfileJupyterServerAppSettings

    UserProfileKernelGatewayAppSettings

    CustomImages List<Pulumi.AwsNative.SageMaker.Inputs.UserProfileCustomImage>
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
    CustomImages []UserProfileCustomImage
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    DefaultResourceSpec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
    customImages List<UserProfileCustomImage>
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    defaultResourceSpec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
    customImages UserProfileCustomImage[]
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    defaultResourceSpec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
    custom_images Sequence[UserProfileCustomImage]
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    default_resource_spec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
    customImages List<Property Map>
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    defaultResourceSpec Property Map
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.

    UserProfileRStudioServerProAppSettings

    AccessStatus Pulumi.AwsNative.SageMaker.UserProfileRStudioServerProAppSettingsAccessStatus
    Indicates whether the current user has access to the RStudioServerPro app.
    UserGroup Pulumi.AwsNative.SageMaker.UserProfileRStudioServerProAppSettingsUserGroup
    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 UserProfileRStudioServerProAppSettingsAccessStatus
    Indicates whether the current user has access to the RStudioServerPro app.
    UserGroup UserProfileRStudioServerProAppSettingsUserGroup
    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 UserProfileRStudioServerProAppSettingsAccessStatus
    Indicates whether the current user has access to the RStudioServerPro app.
    userGroup UserProfileRStudioServerProAppSettingsUserGroup
    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 UserProfileRStudioServerProAppSettingsAccessStatus
    Indicates whether the current user has access to the RStudioServerPro app.
    userGroup UserProfileRStudioServerProAppSettingsUserGroup
    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 UserProfileRStudioServerProAppSettingsAccessStatus
    Indicates whether the current user has access to the RStudioServerPro app.
    user_group UserProfileRStudioServerProAppSettingsUserGroup
    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.AwsNative.SageMaker.UserProfileResourceSpecInstanceType
    The instance type that the image version runs on.
    SageMakerImageArn string
    The ARN of the SageMaker image that the image version belongs to.
    SageMakerImageVersionArn string
    The ARN of the image version created on the instance.
    InstanceType UserProfileResourceSpecInstanceType
    The instance type that the image version runs on.
    SageMakerImageArn string
    The ARN of the SageMaker image that the image version belongs to.
    SageMakerImageVersionArn string
    The ARN of the image version created on the instance.
    instanceType UserProfileResourceSpecInstanceType
    The instance type that the image version runs on.
    sageMakerImageArn String
    The ARN of the SageMaker image that the image version belongs to.
    sageMakerImageVersionArn String
    The ARN of the image version created on the instance.
    instanceType UserProfileResourceSpecInstanceType
    The instance type that the image version runs on.
    sageMakerImageArn string
    The ARN of the SageMaker image that the image version belongs to.
    sageMakerImageVersionArn string
    The ARN of the image version created on the instance.
    instance_type UserProfileResourceSpecInstanceType
    The instance type that the image version runs on.
    sage_maker_image_arn str
    The ARN of the SageMaker image that the image version belongs to.
    sage_maker_image_version_arn str
    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.
    sageMakerImageArn String
    The ARN of the SageMaker image that the image version belongs to.
    sageMakerImageVersionArn String
    The ARN of the image version created on the instance.

    UserProfileResourceSpecInstanceType

    UserProfileSharingSettings

    NotebookOutputOption Pulumi.AwsNative.SageMaker.UserProfileSharingSettingsNotebookOutputOption
    Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
    S3KmsKeyId string
    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.
    NotebookOutputOption UserProfileSharingSettingsNotebookOutputOption
    Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
    S3KmsKeyId string
    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.
    notebookOutputOption UserProfileSharingSettingsNotebookOutputOption
    Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
    s3KmsKeyId String
    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.
    notebookOutputOption UserProfileSharingSettingsNotebookOutputOption
    Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
    s3KmsKeyId string
    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_option UserProfileSharingSettingsNotebookOutputOption
    Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
    s3_kms_key_id str
    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_path str
    When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
    notebookOutputOption "Allowed" | "Disabled"
    Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
    s3KmsKeyId String
    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

    UserProfileUserSettings

    CodeEditorAppSettings Pulumi.AwsNative.SageMaker.Inputs.UserProfileCodeEditorAppSettings
    CustomFileSystemConfigs List<Pulumi.AwsNative.SageMaker.Inputs.UserProfileCustomFileSystemConfig>
    CustomPosixUserConfig Pulumi.AwsNative.SageMaker.Inputs.UserProfileCustomPosixUserConfig
    DefaultLandingUri string
    Defines which Amazon SageMaker application users are directed to by default.
    ExecutionRole string
    The user profile Amazon Resource Name (ARN).
    JupyterLabAppSettings Pulumi.AwsNative.SageMaker.Inputs.UserProfileJupyterLabAppSettings
    JupyterServerAppSettings Pulumi.AwsNative.SageMaker.Inputs.UserProfileJupyterServerAppSettings
    The Jupyter server's app settings.
    KernelGatewayAppSettings Pulumi.AwsNative.SageMaker.Inputs.UserProfileKernelGatewayAppSettings
    The kernel gateway app settings.
    RStudioServerProAppSettings Pulumi.AwsNative.SageMaker.Inputs.UserProfileRStudioServerProAppSettings
    SecurityGroups List<string>
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    SharingSettings Pulumi.AwsNative.SageMaker.Inputs.UserProfileSharingSettings
    The sharing settings.
    SpaceStorageSettings Pulumi.AwsNative.SageMaker.Inputs.UserProfileDefaultSpaceStorageSettings
    StudioWebPortal Pulumi.AwsNative.SageMaker.UserProfileUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    CodeEditorAppSettings UserProfileCodeEditorAppSettings
    CustomFileSystemConfigs []UserProfileCustomFileSystemConfig
    CustomPosixUserConfig UserProfileCustomPosixUserConfig
    DefaultLandingUri string
    Defines which Amazon SageMaker application users are directed to by default.
    ExecutionRole string
    The user profile Amazon Resource Name (ARN).
    JupyterLabAppSettings UserProfileJupyterLabAppSettings
    JupyterServerAppSettings UserProfileJupyterServerAppSettings
    The Jupyter server's app settings.
    KernelGatewayAppSettings UserProfileKernelGatewayAppSettings
    The kernel gateway app settings.
    RStudioServerProAppSettings UserProfileRStudioServerProAppSettings
    SecurityGroups []string
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    SharingSettings UserProfileSharingSettings
    The sharing settings.
    SpaceStorageSettings UserProfileDefaultSpaceStorageSettings
    StudioWebPortal UserProfileUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    codeEditorAppSettings UserProfileCodeEditorAppSettings
    customFileSystemConfigs List<UserProfileCustomFileSystemConfig>
    customPosixUserConfig UserProfileCustomPosixUserConfig
    defaultLandingUri String
    Defines which Amazon SageMaker application users are directed to by default.
    executionRole String
    The user profile Amazon Resource Name (ARN).
    jupyterLabAppSettings UserProfileJupyterLabAppSettings
    jupyterServerAppSettings UserProfileJupyterServerAppSettings
    The Jupyter server's app settings.
    kernelGatewayAppSettings UserProfileKernelGatewayAppSettings
    The kernel gateway app settings.
    rStudioServerProAppSettings UserProfileRStudioServerProAppSettings
    securityGroups List<String>
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    sharingSettings UserProfileSharingSettings
    The sharing settings.
    spaceStorageSettings UserProfileDefaultSpaceStorageSettings
    studioWebPortal UserProfileUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    codeEditorAppSettings UserProfileCodeEditorAppSettings
    customFileSystemConfigs UserProfileCustomFileSystemConfig[]
    customPosixUserConfig UserProfileCustomPosixUserConfig
    defaultLandingUri string
    Defines which Amazon SageMaker application users are directed to by default.
    executionRole string
    The user profile Amazon Resource Name (ARN).
    jupyterLabAppSettings UserProfileJupyterLabAppSettings
    jupyterServerAppSettings UserProfileJupyterServerAppSettings
    The Jupyter server's app settings.
    kernelGatewayAppSettings UserProfileKernelGatewayAppSettings
    The kernel gateway app settings.
    rStudioServerProAppSettings UserProfileRStudioServerProAppSettings
    securityGroups string[]
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    sharingSettings UserProfileSharingSettings
    The sharing settings.
    spaceStorageSettings UserProfileDefaultSpaceStorageSettings
    studioWebPortal UserProfileUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    code_editor_app_settings UserProfileCodeEditorAppSettings
    custom_file_system_configs Sequence[UserProfileCustomFileSystemConfig]
    custom_posix_user_config UserProfileCustomPosixUserConfig
    default_landing_uri str
    Defines which Amazon SageMaker application users are directed to by default.
    execution_role str
    The user profile Amazon Resource Name (ARN).
    jupyter_lab_app_settings UserProfileJupyterLabAppSettings
    jupyter_server_app_settings UserProfileJupyterServerAppSettings
    The Jupyter server's app settings.
    kernel_gateway_app_settings UserProfileKernelGatewayAppSettings
    The kernel gateway app settings.
    r_studio_server_pro_app_settings UserProfileRStudioServerProAppSettings
    security_groups Sequence[str]
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    sharing_settings UserProfileSharingSettings
    The sharing settings.
    space_storage_settings UserProfileDefaultSpaceStorageSettings
    studio_web_portal UserProfileUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    codeEditorAppSettings Property Map
    customFileSystemConfigs List<Property Map>
    customPosixUserConfig Property Map
    defaultLandingUri String
    Defines which Amazon SageMaker application users are directed to by default.
    executionRole String
    The user profile Amazon Resource Name (ARN).
    jupyterLabAppSettings Property Map
    jupyterServerAppSettings Property Map
    The Jupyter server's app settings.
    kernelGatewayAppSettings Property Map
    The kernel gateway app settings.
    rStudioServerProAppSettings Property Map
    securityGroups List<String>
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    sharingSettings Property Map
    The sharing settings.
    spaceStorageSettings Property Map
    studioWebPortal "ENABLED" | "DISABLED"
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.

    UserProfileUserSettingsStudioWebPortal

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi