1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. sagemaker
  5. UserProfile

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

aws-native.sagemaker.UserProfile

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

    Resource Type definition for AWS::SageMaker::UserProfile

    Create UserProfile Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new UserProfile(name: string, args: UserProfileArgs, opts?: CustomResourceOptions);
    @overload
    def UserProfile(resource_name: str,
                    args: UserProfileArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def UserProfile(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    domain_id: Optional[str] = None,
                    single_sign_on_user_identifier: Optional[str] = None,
                    single_sign_on_user_value: Optional[str] = None,
                    tags: Optional[Sequence[_root_inputs.CreateOnlyTagArgs]] = None,
                    user_profile_name: Optional[str] = None,
                    user_settings: Optional[UserProfileUserSettingsArgs] = None)
    func NewUserProfile(ctx *Context, name string, args UserProfileArgs, opts ...ResourceOption) (*UserProfile, error)
    public UserProfile(string name, UserProfileArgs args, CustomResourceOptions? opts = null)
    public UserProfile(String name, UserProfileArgs args)
    public UserProfile(String name, UserProfileArgs args, CustomResourceOptions options)
    
    type: aws-native:sagemaker:UserProfile
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args UserProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args UserProfileArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args UserProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args UserProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args UserProfileArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    UserProfile Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The UserProfile resource accepts the following input properties:

    DomainId string
    The ID of the associated Domain.
    SingleSignOnUserIdentifier string
    A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.
    SingleSignOnUserValue string
    The username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.
    Tags List<Pulumi.AwsNative.Inputs.CreateOnlyTag>
    A list of tags to apply to the user profile.
    UserProfileName string
    A name for the UserProfile.
    UserSettings Pulumi.AwsNative.SageMaker.Inputs.UserProfileUserSettings
    A collection of settings.
    DomainId string
    The ID of the associated Domain.
    SingleSignOnUserIdentifier string
    A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.
    SingleSignOnUserValue string
    The username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.
    Tags CreateOnlyTagArgs
    A list of tags to apply to the user profile.
    UserProfileName string
    A name for the UserProfile.
    UserSettings UserProfileUserSettingsArgs
    A collection of settings.
    domainId String
    The ID of the associated Domain.
    singleSignOnUserIdentifier String
    A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.
    singleSignOnUserValue String
    The username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.
    tags List<CreateOnlyTag>
    A list of tags to apply to the user profile.
    userProfileName String
    A name for the UserProfile.
    userSettings UserProfileUserSettings
    A collection of settings.
    domainId string
    The ID of the associated Domain.
    singleSignOnUserIdentifier string
    A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.
    singleSignOnUserValue string
    The username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.
    tags CreateOnlyTag[]
    A list of tags to apply to the user profile.
    userProfileName string
    A name for the UserProfile.
    userSettings UserProfileUserSettings
    A collection of settings.
    domain_id str
    The ID of the associated Domain.
    single_sign_on_user_identifier str
    A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.
    single_sign_on_user_value str
    The username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.
    tags Sequence[CreateOnlyTagArgs]
    A list of tags to apply to the user profile.
    user_profile_name str
    A name for the UserProfile.
    user_settings UserProfileUserSettingsArgs
    A collection of settings.
    domainId String
    The ID of the associated Domain.
    singleSignOnUserIdentifier String
    A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is SSO, this field is required. If the Domain's AuthMode is not SSO, this field cannot be specified.
    singleSignOnUserValue String
    The username of the associated AWS Single Sign-On User for this UserProfile. If the Domain's AuthMode is SSO, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not SSO, this field cannot be specified.
    tags List<Property Map>
    A list of tags to apply to the user profile.
    userProfileName String
    A name for the UserProfile.
    userSettings Property Map
    A collection of settings.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the UserProfile resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    UserProfileArn string
    The user profile Amazon Resource Name (ARN).
    Id string
    The provider-assigned unique ID for this managed resource.
    UserProfileArn string
    The user profile Amazon Resource Name (ARN).
    id String
    The provider-assigned unique ID for this managed resource.
    userProfileArn String
    The user profile Amazon Resource Name (ARN).
    id string
    The provider-assigned unique ID for this managed resource.
    userProfileArn string
    The user profile Amazon Resource Name (ARN).
    id str
    The provider-assigned unique ID for this managed resource.
    user_profile_arn str
    The user profile Amazon Resource Name (ARN).
    id String
    The provider-assigned unique ID for this managed resource.
    userProfileArn String
    The user profile Amazon Resource Name (ARN).

    Supporting Types

    CreateOnlyTag, CreateOnlyTagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    UserProfileAppInstanceType, UserProfileAppInstanceTypeArgs

    System
    system
    MlT3Micro
    ml.t3.micro
    MlT3Small
    ml.t3.small
    MlT3Medium
    ml.t3.medium
    MlT3Large
    ml.t3.large
    MlT3Xlarge
    ml.t3.xlarge
    MlT32xlarge
    ml.t3.2xlarge
    MlM5Large
    ml.m5.large
    MlM5Xlarge
    ml.m5.xlarge
    MlM52xlarge
    ml.m5.2xlarge
    MlM54xlarge
    ml.m5.4xlarge
    MlM58xlarge
    ml.m5.8xlarge
    MlM512xlarge
    ml.m5.12xlarge
    MlM516xlarge
    ml.m5.16xlarge
    MlM524xlarge
    ml.m5.24xlarge
    MlM5dLarge
    ml.m5d.large
    MlM5dXlarge
    ml.m5d.xlarge
    MlM5d2xlarge
    ml.m5d.2xlarge
    MlM5d4xlarge
    ml.m5d.4xlarge
    MlM5d8xlarge
    ml.m5d.8xlarge
    MlM5d12xlarge
    ml.m5d.12xlarge
    MlM5d16xlarge
    ml.m5d.16xlarge
    MlM5d24xlarge
    ml.m5d.24xlarge
    MlC5Large
    ml.c5.large
    MlC5Xlarge
    ml.c5.xlarge
    MlC52xlarge
    ml.c5.2xlarge
    MlC54xlarge
    ml.c5.4xlarge
    MlC59xlarge
    ml.c5.9xlarge
    MlC512xlarge
    ml.c5.12xlarge
    MlC518xlarge
    ml.c5.18xlarge
    MlC524xlarge
    ml.c5.24xlarge
    MlP32xlarge
    ml.p3.2xlarge
    MlP38xlarge
    ml.p3.8xlarge
    MlP316xlarge
    ml.p3.16xlarge
    MlP3dn24xlarge
    ml.p3dn.24xlarge
    MlG4dnXlarge
    ml.g4dn.xlarge
    MlG4dn2xlarge
    ml.g4dn.2xlarge
    MlG4dn4xlarge
    ml.g4dn.4xlarge
    MlG4dn8xlarge
    ml.g4dn.8xlarge
    MlG4dn12xlarge
    ml.g4dn.12xlarge
    MlG4dn16xlarge
    ml.g4dn.16xlarge
    MlR5Large
    ml.r5.large
    MlR5Xlarge
    ml.r5.xlarge
    MlR52xlarge
    ml.r5.2xlarge
    MlR54xlarge
    ml.r5.4xlarge
    MlR58xlarge
    ml.r5.8xlarge
    MlR512xlarge
    ml.r5.12xlarge
    MlR516xlarge
    ml.r5.16xlarge
    MlR524xlarge
    ml.r5.24xlarge
    MlG5Xlarge
    ml.g5.xlarge
    MlG52xlarge
    ml.g5.2xlarge
    MlG54xlarge
    ml.g5.4xlarge
    MlG58xlarge
    ml.g5.8xlarge
    MlG512xlarge
    ml.g5.12xlarge
    MlG516xlarge
    ml.g5.16xlarge
    MlG524xlarge
    ml.g5.24xlarge
    MlG548xlarge
    ml.g5.48xlarge
    MlG6Xlarge
    ml.g6.xlarge
    MlG62xlarge
    ml.g6.2xlarge
    MlG64xlarge
    ml.g6.4xlarge
    MlG68xlarge
    ml.g6.8xlarge
    MlG612xlarge
    ml.g6.12xlarge
    MlG616xlarge
    ml.g6.16xlarge
    MlG624xlarge
    ml.g6.24xlarge
    MlG648xlarge
    ml.g6.48xlarge
    MlG6eXlarge
    ml.g6e.xlarge
    MlG6e2xlarge
    ml.g6e.2xlarge
    MlG6e4xlarge
    ml.g6e.4xlarge
    MlG6e8xlarge
    ml.g6e.8xlarge
    MlG6e12xlarge
    ml.g6e.12xlarge
    MlG6e16xlarge
    ml.g6e.16xlarge
    MlG6e24xlarge
    ml.g6e.24xlarge
    MlG6e48xlarge
    ml.g6e.48xlarge
    MlGeospatialInteractive
    ml.geospatial.interactive
    MlP4d24xlarge
    ml.p4d.24xlarge
    MlP4de24xlarge
    ml.p4de.24xlarge
    MlTrn12xlarge
    ml.trn1.2xlarge
    MlTrn132xlarge
    ml.trn1.32xlarge
    MlTrn1n32xlarge
    ml.trn1n.32xlarge
    MlP548xlarge
    ml.p5.48xlarge
    MlM6iLarge
    ml.m6i.large
    MlM6iXlarge
    ml.m6i.xlarge
    MlM6i2xlarge
    ml.m6i.2xlarge
    MlM6i4xlarge
    ml.m6i.4xlarge
    MlM6i8xlarge
    ml.m6i.8xlarge
    MlM6i12xlarge
    ml.m6i.12xlarge
    MlM6i16xlarge
    ml.m6i.16xlarge
    MlM6i24xlarge
    ml.m6i.24xlarge
    MlM6i32xlarge
    ml.m6i.32xlarge
    MlM7iLarge
    ml.m7i.large
    MlM7iXlarge
    ml.m7i.xlarge
    MlM7i2xlarge
    ml.m7i.2xlarge
    MlM7i4xlarge
    ml.m7i.4xlarge
    MlM7i8xlarge
    ml.m7i.8xlarge
    MlM7i12xlarge
    ml.m7i.12xlarge
    MlM7i16xlarge
    ml.m7i.16xlarge
    MlM7i24xlarge
    ml.m7i.24xlarge
    MlM7i48xlarge
    ml.m7i.48xlarge
    MlC6iLarge
    ml.c6i.large
    MlC6iXlarge
    ml.c6i.xlarge
    MlC6i2xlarge
    ml.c6i.2xlarge
    MlC6i4xlarge
    ml.c6i.4xlarge
    MlC6i8xlarge
    ml.c6i.8xlarge
    MlC6i12xlarge
    ml.c6i.12xlarge
    MlC6i16xlarge
    ml.c6i.16xlarge
    MlC6i24xlarge
    ml.c6i.24xlarge
    MlC6i32xlarge
    ml.c6i.32xlarge
    MlC7iLarge
    ml.c7i.large
    MlC7iXlarge
    ml.c7i.xlarge
    MlC7i2xlarge
    ml.c7i.2xlarge
    MlC7i4xlarge
    ml.c7i.4xlarge
    MlC7i8xlarge
    ml.c7i.8xlarge
    MlC7i12xlarge
    ml.c7i.12xlarge
    MlC7i16xlarge
    ml.c7i.16xlarge
    MlC7i24xlarge
    ml.c7i.24xlarge
    MlC7i48xlarge
    ml.c7i.48xlarge
    MlR6iLarge
    ml.r6i.large
    MlR6iXlarge
    ml.r6i.xlarge
    MlR6i2xlarge
    ml.r6i.2xlarge
    MlR6i4xlarge
    ml.r6i.4xlarge
    MlR6i8xlarge
    ml.r6i.8xlarge
    MlR6i12xlarge
    ml.r6i.12xlarge
    MlR6i16xlarge
    ml.r6i.16xlarge
    MlR6i24xlarge
    ml.r6i.24xlarge
    MlR6i32xlarge
    ml.r6i.32xlarge
    MlR7iLarge
    ml.r7i.large
    MlR7iXlarge
    ml.r7i.xlarge
    MlR7i2xlarge
    ml.r7i.2xlarge
    MlR7i4xlarge
    ml.r7i.4xlarge
    MlR7i8xlarge
    ml.r7i.8xlarge
    MlR7i12xlarge
    ml.r7i.12xlarge
    MlR7i16xlarge
    ml.r7i.16xlarge
    MlR7i24xlarge
    ml.r7i.24xlarge
    MlR7i48xlarge
    ml.r7i.48xlarge
    MlM6idLarge
    ml.m6id.large
    MlM6idXlarge
    ml.m6id.xlarge
    MlM6id2xlarge
    ml.m6id.2xlarge
    MlM6id4xlarge
    ml.m6id.4xlarge
    MlM6id8xlarge
    ml.m6id.8xlarge
    MlM6id12xlarge
    ml.m6id.12xlarge
    MlM6id16xlarge
    ml.m6id.16xlarge
    MlM6id24xlarge
    ml.m6id.24xlarge
    MlM6id32xlarge
    ml.m6id.32xlarge
    MlC6idLarge
    ml.c6id.large
    MlC6idXlarge
    ml.c6id.xlarge
    MlC6id2xlarge
    ml.c6id.2xlarge
    MlC6id4xlarge
    ml.c6id.4xlarge
    MlC6id8xlarge
    ml.c6id.8xlarge
    MlC6id12xlarge
    ml.c6id.12xlarge
    MlC6id16xlarge
    ml.c6id.16xlarge
    MlC6id24xlarge
    ml.c6id.24xlarge
    MlC6id32xlarge
    ml.c6id.32xlarge
    MlR6idLarge
    ml.r6id.large
    MlR6idXlarge
    ml.r6id.xlarge
    MlR6id2xlarge
    ml.r6id.2xlarge
    MlR6id4xlarge
    ml.r6id.4xlarge
    MlR6id8xlarge
    ml.r6id.8xlarge
    MlR6id12xlarge
    ml.r6id.12xlarge
    MlR6id16xlarge
    ml.r6id.16xlarge
    MlR6id24xlarge
    ml.r6id.24xlarge
    MlR6id32xlarge
    ml.r6id.32xlarge
    UserProfileAppInstanceTypeSystem
    system
    UserProfileAppInstanceTypeMlT3Micro
    ml.t3.micro
    UserProfileAppInstanceTypeMlT3Small
    ml.t3.small
    UserProfileAppInstanceTypeMlT3Medium
    ml.t3.medium
    UserProfileAppInstanceTypeMlT3Large
    ml.t3.large
    UserProfileAppInstanceTypeMlT3Xlarge
    ml.t3.xlarge
    UserProfileAppInstanceTypeMlT32xlarge
    ml.t3.2xlarge
    UserProfileAppInstanceTypeMlM5Large
    ml.m5.large
    UserProfileAppInstanceTypeMlM5Xlarge
    ml.m5.xlarge
    UserProfileAppInstanceTypeMlM52xlarge
    ml.m5.2xlarge
    UserProfileAppInstanceTypeMlM54xlarge
    ml.m5.4xlarge
    UserProfileAppInstanceTypeMlM58xlarge
    ml.m5.8xlarge
    UserProfileAppInstanceTypeMlM512xlarge
    ml.m5.12xlarge
    UserProfileAppInstanceTypeMlM516xlarge
    ml.m5.16xlarge
    UserProfileAppInstanceTypeMlM524xlarge
    ml.m5.24xlarge
    UserProfileAppInstanceTypeMlM5dLarge
    ml.m5d.large
    UserProfileAppInstanceTypeMlM5dXlarge
    ml.m5d.xlarge
    UserProfileAppInstanceTypeMlM5d2xlarge
    ml.m5d.2xlarge
    UserProfileAppInstanceTypeMlM5d4xlarge
    ml.m5d.4xlarge
    UserProfileAppInstanceTypeMlM5d8xlarge
    ml.m5d.8xlarge
    UserProfileAppInstanceTypeMlM5d12xlarge
    ml.m5d.12xlarge
    UserProfileAppInstanceTypeMlM5d16xlarge
    ml.m5d.16xlarge
    UserProfileAppInstanceTypeMlM5d24xlarge
    ml.m5d.24xlarge
    UserProfileAppInstanceTypeMlC5Large
    ml.c5.large
    UserProfileAppInstanceTypeMlC5Xlarge
    ml.c5.xlarge
    UserProfileAppInstanceTypeMlC52xlarge
    ml.c5.2xlarge
    UserProfileAppInstanceTypeMlC54xlarge
    ml.c5.4xlarge
    UserProfileAppInstanceTypeMlC59xlarge
    ml.c5.9xlarge
    UserProfileAppInstanceTypeMlC512xlarge
    ml.c5.12xlarge
    UserProfileAppInstanceTypeMlC518xlarge
    ml.c5.18xlarge
    UserProfileAppInstanceTypeMlC524xlarge
    ml.c5.24xlarge
    UserProfileAppInstanceTypeMlP32xlarge
    ml.p3.2xlarge
    UserProfileAppInstanceTypeMlP38xlarge
    ml.p3.8xlarge
    UserProfileAppInstanceTypeMlP316xlarge
    ml.p3.16xlarge
    UserProfileAppInstanceTypeMlP3dn24xlarge
    ml.p3dn.24xlarge
    UserProfileAppInstanceTypeMlG4dnXlarge
    ml.g4dn.xlarge
    UserProfileAppInstanceTypeMlG4dn2xlarge
    ml.g4dn.2xlarge
    UserProfileAppInstanceTypeMlG4dn4xlarge
    ml.g4dn.4xlarge
    UserProfileAppInstanceTypeMlG4dn8xlarge
    ml.g4dn.8xlarge
    UserProfileAppInstanceTypeMlG4dn12xlarge
    ml.g4dn.12xlarge
    UserProfileAppInstanceTypeMlG4dn16xlarge
    ml.g4dn.16xlarge
    UserProfileAppInstanceTypeMlR5Large
    ml.r5.large
    UserProfileAppInstanceTypeMlR5Xlarge
    ml.r5.xlarge
    UserProfileAppInstanceTypeMlR52xlarge
    ml.r5.2xlarge
    UserProfileAppInstanceTypeMlR54xlarge
    ml.r5.4xlarge
    UserProfileAppInstanceTypeMlR58xlarge
    ml.r5.8xlarge
    UserProfileAppInstanceTypeMlR512xlarge
    ml.r5.12xlarge
    UserProfileAppInstanceTypeMlR516xlarge
    ml.r5.16xlarge
    UserProfileAppInstanceTypeMlR524xlarge
    ml.r5.24xlarge
    UserProfileAppInstanceTypeMlG5Xlarge
    ml.g5.xlarge
    UserProfileAppInstanceTypeMlG52xlarge
    ml.g5.2xlarge
    UserProfileAppInstanceTypeMlG54xlarge
    ml.g5.4xlarge
    UserProfileAppInstanceTypeMlG58xlarge
    ml.g5.8xlarge
    UserProfileAppInstanceTypeMlG512xlarge
    ml.g5.12xlarge
    UserProfileAppInstanceTypeMlG516xlarge
    ml.g5.16xlarge
    UserProfileAppInstanceTypeMlG524xlarge
    ml.g5.24xlarge
    UserProfileAppInstanceTypeMlG548xlarge
    ml.g5.48xlarge
    UserProfileAppInstanceTypeMlG6Xlarge
    ml.g6.xlarge
    UserProfileAppInstanceTypeMlG62xlarge
    ml.g6.2xlarge
    UserProfileAppInstanceTypeMlG64xlarge
    ml.g6.4xlarge
    UserProfileAppInstanceTypeMlG68xlarge
    ml.g6.8xlarge
    UserProfileAppInstanceTypeMlG612xlarge
    ml.g6.12xlarge
    UserProfileAppInstanceTypeMlG616xlarge
    ml.g6.16xlarge
    UserProfileAppInstanceTypeMlG624xlarge
    ml.g6.24xlarge
    UserProfileAppInstanceTypeMlG648xlarge
    ml.g6.48xlarge
    UserProfileAppInstanceTypeMlG6eXlarge
    ml.g6e.xlarge
    UserProfileAppInstanceTypeMlG6e2xlarge
    ml.g6e.2xlarge
    UserProfileAppInstanceTypeMlG6e4xlarge
    ml.g6e.4xlarge
    UserProfileAppInstanceTypeMlG6e8xlarge
    ml.g6e.8xlarge
    UserProfileAppInstanceTypeMlG6e12xlarge
    ml.g6e.12xlarge
    UserProfileAppInstanceTypeMlG6e16xlarge
    ml.g6e.16xlarge
    UserProfileAppInstanceTypeMlG6e24xlarge
    ml.g6e.24xlarge
    UserProfileAppInstanceTypeMlG6e48xlarge
    ml.g6e.48xlarge
    UserProfileAppInstanceTypeMlGeospatialInteractive
    ml.geospatial.interactive
    UserProfileAppInstanceTypeMlP4d24xlarge
    ml.p4d.24xlarge
    UserProfileAppInstanceTypeMlP4de24xlarge
    ml.p4de.24xlarge
    UserProfileAppInstanceTypeMlTrn12xlarge
    ml.trn1.2xlarge
    UserProfileAppInstanceTypeMlTrn132xlarge
    ml.trn1.32xlarge
    UserProfileAppInstanceTypeMlTrn1n32xlarge
    ml.trn1n.32xlarge
    UserProfileAppInstanceTypeMlP548xlarge
    ml.p5.48xlarge
    UserProfileAppInstanceTypeMlM6iLarge
    ml.m6i.large
    UserProfileAppInstanceTypeMlM6iXlarge
    ml.m6i.xlarge
    UserProfileAppInstanceTypeMlM6i2xlarge
    ml.m6i.2xlarge
    UserProfileAppInstanceTypeMlM6i4xlarge
    ml.m6i.4xlarge
    UserProfileAppInstanceTypeMlM6i8xlarge
    ml.m6i.8xlarge
    UserProfileAppInstanceTypeMlM6i12xlarge
    ml.m6i.12xlarge
    UserProfileAppInstanceTypeMlM6i16xlarge
    ml.m6i.16xlarge
    UserProfileAppInstanceTypeMlM6i24xlarge
    ml.m6i.24xlarge
    UserProfileAppInstanceTypeMlM6i32xlarge
    ml.m6i.32xlarge
    UserProfileAppInstanceTypeMlM7iLarge
    ml.m7i.large
    UserProfileAppInstanceTypeMlM7iXlarge
    ml.m7i.xlarge
    UserProfileAppInstanceTypeMlM7i2xlarge
    ml.m7i.2xlarge
    UserProfileAppInstanceTypeMlM7i4xlarge
    ml.m7i.4xlarge
    UserProfileAppInstanceTypeMlM7i8xlarge
    ml.m7i.8xlarge
    UserProfileAppInstanceTypeMlM7i12xlarge
    ml.m7i.12xlarge
    UserProfileAppInstanceTypeMlM7i16xlarge
    ml.m7i.16xlarge
    UserProfileAppInstanceTypeMlM7i24xlarge
    ml.m7i.24xlarge
    UserProfileAppInstanceTypeMlM7i48xlarge
    ml.m7i.48xlarge
    UserProfileAppInstanceTypeMlC6iLarge
    ml.c6i.large
    UserProfileAppInstanceTypeMlC6iXlarge
    ml.c6i.xlarge
    UserProfileAppInstanceTypeMlC6i2xlarge
    ml.c6i.2xlarge
    UserProfileAppInstanceTypeMlC6i4xlarge
    ml.c6i.4xlarge
    UserProfileAppInstanceTypeMlC6i8xlarge
    ml.c6i.8xlarge
    UserProfileAppInstanceTypeMlC6i12xlarge
    ml.c6i.12xlarge
    UserProfileAppInstanceTypeMlC6i16xlarge
    ml.c6i.16xlarge
    UserProfileAppInstanceTypeMlC6i24xlarge
    ml.c6i.24xlarge
    UserProfileAppInstanceTypeMlC6i32xlarge
    ml.c6i.32xlarge
    UserProfileAppInstanceTypeMlC7iLarge
    ml.c7i.large
    UserProfileAppInstanceTypeMlC7iXlarge
    ml.c7i.xlarge
    UserProfileAppInstanceTypeMlC7i2xlarge
    ml.c7i.2xlarge
    UserProfileAppInstanceTypeMlC7i4xlarge
    ml.c7i.4xlarge
    UserProfileAppInstanceTypeMlC7i8xlarge
    ml.c7i.8xlarge
    UserProfileAppInstanceTypeMlC7i12xlarge
    ml.c7i.12xlarge
    UserProfileAppInstanceTypeMlC7i16xlarge
    ml.c7i.16xlarge
    UserProfileAppInstanceTypeMlC7i24xlarge
    ml.c7i.24xlarge
    UserProfileAppInstanceTypeMlC7i48xlarge
    ml.c7i.48xlarge
    UserProfileAppInstanceTypeMlR6iLarge
    ml.r6i.large
    UserProfileAppInstanceTypeMlR6iXlarge
    ml.r6i.xlarge
    UserProfileAppInstanceTypeMlR6i2xlarge
    ml.r6i.2xlarge
    UserProfileAppInstanceTypeMlR6i4xlarge
    ml.r6i.4xlarge
    UserProfileAppInstanceTypeMlR6i8xlarge
    ml.r6i.8xlarge
    UserProfileAppInstanceTypeMlR6i12xlarge
    ml.r6i.12xlarge
    UserProfileAppInstanceTypeMlR6i16xlarge
    ml.r6i.16xlarge
    UserProfileAppInstanceTypeMlR6i24xlarge
    ml.r6i.24xlarge
    UserProfileAppInstanceTypeMlR6i32xlarge
    ml.r6i.32xlarge
    UserProfileAppInstanceTypeMlR7iLarge
    ml.r7i.large
    UserProfileAppInstanceTypeMlR7iXlarge
    ml.r7i.xlarge
    UserProfileAppInstanceTypeMlR7i2xlarge
    ml.r7i.2xlarge
    UserProfileAppInstanceTypeMlR7i4xlarge
    ml.r7i.4xlarge
    UserProfileAppInstanceTypeMlR7i8xlarge
    ml.r7i.8xlarge
    UserProfileAppInstanceTypeMlR7i12xlarge
    ml.r7i.12xlarge
    UserProfileAppInstanceTypeMlR7i16xlarge
    ml.r7i.16xlarge
    UserProfileAppInstanceTypeMlR7i24xlarge
    ml.r7i.24xlarge
    UserProfileAppInstanceTypeMlR7i48xlarge
    ml.r7i.48xlarge
    UserProfileAppInstanceTypeMlM6idLarge
    ml.m6id.large
    UserProfileAppInstanceTypeMlM6idXlarge
    ml.m6id.xlarge
    UserProfileAppInstanceTypeMlM6id2xlarge
    ml.m6id.2xlarge
    UserProfileAppInstanceTypeMlM6id4xlarge
    ml.m6id.4xlarge
    UserProfileAppInstanceTypeMlM6id8xlarge
    ml.m6id.8xlarge
    UserProfileAppInstanceTypeMlM6id12xlarge
    ml.m6id.12xlarge
    UserProfileAppInstanceTypeMlM6id16xlarge
    ml.m6id.16xlarge
    UserProfileAppInstanceTypeMlM6id24xlarge
    ml.m6id.24xlarge
    UserProfileAppInstanceTypeMlM6id32xlarge
    ml.m6id.32xlarge
    UserProfileAppInstanceTypeMlC6idLarge
    ml.c6id.large
    UserProfileAppInstanceTypeMlC6idXlarge
    ml.c6id.xlarge
    UserProfileAppInstanceTypeMlC6id2xlarge
    ml.c6id.2xlarge
    UserProfileAppInstanceTypeMlC6id4xlarge
    ml.c6id.4xlarge
    UserProfileAppInstanceTypeMlC6id8xlarge
    ml.c6id.8xlarge
    UserProfileAppInstanceTypeMlC6id12xlarge
    ml.c6id.12xlarge
    UserProfileAppInstanceTypeMlC6id16xlarge
    ml.c6id.16xlarge
    UserProfileAppInstanceTypeMlC6id24xlarge
    ml.c6id.24xlarge
    UserProfileAppInstanceTypeMlC6id32xlarge
    ml.c6id.32xlarge
    UserProfileAppInstanceTypeMlR6idLarge
    ml.r6id.large
    UserProfileAppInstanceTypeMlR6idXlarge
    ml.r6id.xlarge
    UserProfileAppInstanceTypeMlR6id2xlarge
    ml.r6id.2xlarge
    UserProfileAppInstanceTypeMlR6id4xlarge
    ml.r6id.4xlarge
    UserProfileAppInstanceTypeMlR6id8xlarge
    ml.r6id.8xlarge
    UserProfileAppInstanceTypeMlR6id12xlarge
    ml.r6id.12xlarge
    UserProfileAppInstanceTypeMlR6id16xlarge
    ml.r6id.16xlarge
    UserProfileAppInstanceTypeMlR6id24xlarge
    ml.r6id.24xlarge
    UserProfileAppInstanceTypeMlR6id32xlarge
    ml.r6id.32xlarge
    System
    system
    MlT3Micro
    ml.t3.micro
    MlT3Small
    ml.t3.small
    MlT3Medium
    ml.t3.medium
    MlT3Large
    ml.t3.large
    MlT3Xlarge
    ml.t3.xlarge
    MlT32xlarge
    ml.t3.2xlarge
    MlM5Large
    ml.m5.large
    MlM5Xlarge
    ml.m5.xlarge
    MlM52xlarge
    ml.m5.2xlarge
    MlM54xlarge
    ml.m5.4xlarge
    MlM58xlarge
    ml.m5.8xlarge
    MlM512xlarge
    ml.m5.12xlarge
    MlM516xlarge
    ml.m5.16xlarge
    MlM524xlarge
    ml.m5.24xlarge
    MlM5dLarge
    ml.m5d.large
    MlM5dXlarge
    ml.m5d.xlarge
    MlM5d2xlarge
    ml.m5d.2xlarge
    MlM5d4xlarge
    ml.m5d.4xlarge
    MlM5d8xlarge
    ml.m5d.8xlarge
    MlM5d12xlarge
    ml.m5d.12xlarge
    MlM5d16xlarge
    ml.m5d.16xlarge
    MlM5d24xlarge
    ml.m5d.24xlarge
    MlC5Large
    ml.c5.large
    MlC5Xlarge
    ml.c5.xlarge
    MlC52xlarge
    ml.c5.2xlarge
    MlC54xlarge
    ml.c5.4xlarge
    MlC59xlarge
    ml.c5.9xlarge
    MlC512xlarge
    ml.c5.12xlarge
    MlC518xlarge
    ml.c5.18xlarge
    MlC524xlarge
    ml.c5.24xlarge
    MlP32xlarge
    ml.p3.2xlarge
    MlP38xlarge
    ml.p3.8xlarge
    MlP316xlarge
    ml.p3.16xlarge
    MlP3dn24xlarge
    ml.p3dn.24xlarge
    MlG4dnXlarge
    ml.g4dn.xlarge
    MlG4dn2xlarge
    ml.g4dn.2xlarge
    MlG4dn4xlarge
    ml.g4dn.4xlarge
    MlG4dn8xlarge
    ml.g4dn.8xlarge
    MlG4dn12xlarge
    ml.g4dn.12xlarge
    MlG4dn16xlarge
    ml.g4dn.16xlarge
    MlR5Large
    ml.r5.large
    MlR5Xlarge
    ml.r5.xlarge
    MlR52xlarge
    ml.r5.2xlarge
    MlR54xlarge
    ml.r5.4xlarge
    MlR58xlarge
    ml.r5.8xlarge
    MlR512xlarge
    ml.r5.12xlarge
    MlR516xlarge
    ml.r5.16xlarge
    MlR524xlarge
    ml.r5.24xlarge
    MlG5Xlarge
    ml.g5.xlarge
    MlG52xlarge
    ml.g5.2xlarge
    MlG54xlarge
    ml.g5.4xlarge
    MlG58xlarge
    ml.g5.8xlarge
    MlG512xlarge
    ml.g5.12xlarge
    MlG516xlarge
    ml.g5.16xlarge
    MlG524xlarge
    ml.g5.24xlarge
    MlG548xlarge
    ml.g5.48xlarge
    MlG6Xlarge
    ml.g6.xlarge
    MlG62xlarge
    ml.g6.2xlarge
    MlG64xlarge
    ml.g6.4xlarge
    MlG68xlarge
    ml.g6.8xlarge
    MlG612xlarge
    ml.g6.12xlarge
    MlG616xlarge
    ml.g6.16xlarge
    MlG624xlarge
    ml.g6.24xlarge
    MlG648xlarge
    ml.g6.48xlarge
    MlG6eXlarge
    ml.g6e.xlarge
    MlG6e2xlarge
    ml.g6e.2xlarge
    MlG6e4xlarge
    ml.g6e.4xlarge
    MlG6e8xlarge
    ml.g6e.8xlarge
    MlG6e12xlarge
    ml.g6e.12xlarge
    MlG6e16xlarge
    ml.g6e.16xlarge
    MlG6e24xlarge
    ml.g6e.24xlarge
    MlG6e48xlarge
    ml.g6e.48xlarge
    MlGeospatialInteractive
    ml.geospatial.interactive
    MlP4d24xlarge
    ml.p4d.24xlarge
    MlP4de24xlarge
    ml.p4de.24xlarge
    MlTrn12xlarge
    ml.trn1.2xlarge
    MlTrn132xlarge
    ml.trn1.32xlarge
    MlTrn1n32xlarge
    ml.trn1n.32xlarge
    MlP548xlarge
    ml.p5.48xlarge
    MlM6iLarge
    ml.m6i.large
    MlM6iXlarge
    ml.m6i.xlarge
    MlM6i2xlarge
    ml.m6i.2xlarge
    MlM6i4xlarge
    ml.m6i.4xlarge
    MlM6i8xlarge
    ml.m6i.8xlarge
    MlM6i12xlarge
    ml.m6i.12xlarge
    MlM6i16xlarge
    ml.m6i.16xlarge
    MlM6i24xlarge
    ml.m6i.24xlarge
    MlM6i32xlarge
    ml.m6i.32xlarge
    MlM7iLarge
    ml.m7i.large
    MlM7iXlarge
    ml.m7i.xlarge
    MlM7i2xlarge
    ml.m7i.2xlarge
    MlM7i4xlarge
    ml.m7i.4xlarge
    MlM7i8xlarge
    ml.m7i.8xlarge
    MlM7i12xlarge
    ml.m7i.12xlarge
    MlM7i16xlarge
    ml.m7i.16xlarge
    MlM7i24xlarge
    ml.m7i.24xlarge
    MlM7i48xlarge
    ml.m7i.48xlarge
    MlC6iLarge
    ml.c6i.large
    MlC6iXlarge
    ml.c6i.xlarge
    MlC6i2xlarge
    ml.c6i.2xlarge
    MlC6i4xlarge
    ml.c6i.4xlarge
    MlC6i8xlarge
    ml.c6i.8xlarge
    MlC6i12xlarge
    ml.c6i.12xlarge
    MlC6i16xlarge
    ml.c6i.16xlarge
    MlC6i24xlarge
    ml.c6i.24xlarge
    MlC6i32xlarge
    ml.c6i.32xlarge
    MlC7iLarge
    ml.c7i.large
    MlC7iXlarge
    ml.c7i.xlarge
    MlC7i2xlarge
    ml.c7i.2xlarge
    MlC7i4xlarge
    ml.c7i.4xlarge
    MlC7i8xlarge
    ml.c7i.8xlarge
    MlC7i12xlarge
    ml.c7i.12xlarge
    MlC7i16xlarge
    ml.c7i.16xlarge
    MlC7i24xlarge
    ml.c7i.24xlarge
    MlC7i48xlarge
    ml.c7i.48xlarge
    MlR6iLarge
    ml.r6i.large
    MlR6iXlarge
    ml.r6i.xlarge
    MlR6i2xlarge
    ml.r6i.2xlarge
    MlR6i4xlarge
    ml.r6i.4xlarge
    MlR6i8xlarge
    ml.r6i.8xlarge
    MlR6i12xlarge
    ml.r6i.12xlarge
    MlR6i16xlarge
    ml.r6i.16xlarge
    MlR6i24xlarge
    ml.r6i.24xlarge
    MlR6i32xlarge
    ml.r6i.32xlarge
    MlR7iLarge
    ml.r7i.large
    MlR7iXlarge
    ml.r7i.xlarge
    MlR7i2xlarge
    ml.r7i.2xlarge
    MlR7i4xlarge
    ml.r7i.4xlarge
    MlR7i8xlarge
    ml.r7i.8xlarge
    MlR7i12xlarge
    ml.r7i.12xlarge
    MlR7i16xlarge
    ml.r7i.16xlarge
    MlR7i24xlarge
    ml.r7i.24xlarge
    MlR7i48xlarge
    ml.r7i.48xlarge
    MlM6idLarge
    ml.m6id.large
    MlM6idXlarge
    ml.m6id.xlarge
    MlM6id2xlarge
    ml.m6id.2xlarge
    MlM6id4xlarge
    ml.m6id.4xlarge
    MlM6id8xlarge
    ml.m6id.8xlarge
    MlM6id12xlarge
    ml.m6id.12xlarge
    MlM6id16xlarge
    ml.m6id.16xlarge
    MlM6id24xlarge
    ml.m6id.24xlarge
    MlM6id32xlarge
    ml.m6id.32xlarge
    MlC6idLarge
    ml.c6id.large
    MlC6idXlarge
    ml.c6id.xlarge
    MlC6id2xlarge
    ml.c6id.2xlarge
    MlC6id4xlarge
    ml.c6id.4xlarge
    MlC6id8xlarge
    ml.c6id.8xlarge
    MlC6id12xlarge
    ml.c6id.12xlarge
    MlC6id16xlarge
    ml.c6id.16xlarge
    MlC6id24xlarge
    ml.c6id.24xlarge
    MlC6id32xlarge
    ml.c6id.32xlarge
    MlR6idLarge
    ml.r6id.large
    MlR6idXlarge
    ml.r6id.xlarge
    MlR6id2xlarge
    ml.r6id.2xlarge
    MlR6id4xlarge
    ml.r6id.4xlarge
    MlR6id8xlarge
    ml.r6id.8xlarge
    MlR6id12xlarge
    ml.r6id.12xlarge
    MlR6id16xlarge
    ml.r6id.16xlarge
    MlR6id24xlarge
    ml.r6id.24xlarge
    MlR6id32xlarge
    ml.r6id.32xlarge
    System
    system
    MlT3Micro
    ml.t3.micro
    MlT3Small
    ml.t3.small
    MlT3Medium
    ml.t3.medium
    MlT3Large
    ml.t3.large
    MlT3Xlarge
    ml.t3.xlarge
    MlT32xlarge
    ml.t3.2xlarge
    MlM5Large
    ml.m5.large
    MlM5Xlarge
    ml.m5.xlarge
    MlM52xlarge
    ml.m5.2xlarge
    MlM54xlarge
    ml.m5.4xlarge
    MlM58xlarge
    ml.m5.8xlarge
    MlM512xlarge
    ml.m5.12xlarge
    MlM516xlarge
    ml.m5.16xlarge
    MlM524xlarge
    ml.m5.24xlarge
    MlM5dLarge
    ml.m5d.large
    MlM5dXlarge
    ml.m5d.xlarge
    MlM5d2xlarge
    ml.m5d.2xlarge
    MlM5d4xlarge
    ml.m5d.4xlarge
    MlM5d8xlarge
    ml.m5d.8xlarge
    MlM5d12xlarge
    ml.m5d.12xlarge
    MlM5d16xlarge
    ml.m5d.16xlarge
    MlM5d24xlarge
    ml.m5d.24xlarge
    MlC5Large
    ml.c5.large
    MlC5Xlarge
    ml.c5.xlarge
    MlC52xlarge
    ml.c5.2xlarge
    MlC54xlarge
    ml.c5.4xlarge
    MlC59xlarge
    ml.c5.9xlarge
    MlC512xlarge
    ml.c5.12xlarge
    MlC518xlarge
    ml.c5.18xlarge
    MlC524xlarge
    ml.c5.24xlarge
    MlP32xlarge
    ml.p3.2xlarge
    MlP38xlarge
    ml.p3.8xlarge
    MlP316xlarge
    ml.p3.16xlarge
    MlP3dn24xlarge
    ml.p3dn.24xlarge
    MlG4dnXlarge
    ml.g4dn.xlarge
    MlG4dn2xlarge
    ml.g4dn.2xlarge
    MlG4dn4xlarge
    ml.g4dn.4xlarge
    MlG4dn8xlarge
    ml.g4dn.8xlarge
    MlG4dn12xlarge
    ml.g4dn.12xlarge
    MlG4dn16xlarge
    ml.g4dn.16xlarge
    MlR5Large
    ml.r5.large
    MlR5Xlarge
    ml.r5.xlarge
    MlR52xlarge
    ml.r5.2xlarge
    MlR54xlarge
    ml.r5.4xlarge
    MlR58xlarge
    ml.r5.8xlarge
    MlR512xlarge
    ml.r5.12xlarge
    MlR516xlarge
    ml.r5.16xlarge
    MlR524xlarge
    ml.r5.24xlarge
    MlG5Xlarge
    ml.g5.xlarge
    MlG52xlarge
    ml.g5.2xlarge
    MlG54xlarge
    ml.g5.4xlarge
    MlG58xlarge
    ml.g5.8xlarge
    MlG512xlarge
    ml.g5.12xlarge
    MlG516xlarge
    ml.g5.16xlarge
    MlG524xlarge
    ml.g5.24xlarge
    MlG548xlarge
    ml.g5.48xlarge
    MlG6Xlarge
    ml.g6.xlarge
    MlG62xlarge
    ml.g6.2xlarge
    MlG64xlarge
    ml.g6.4xlarge
    MlG68xlarge
    ml.g6.8xlarge
    MlG612xlarge
    ml.g6.12xlarge
    MlG616xlarge
    ml.g6.16xlarge
    MlG624xlarge
    ml.g6.24xlarge
    MlG648xlarge
    ml.g6.48xlarge
    MlG6eXlarge
    ml.g6e.xlarge
    MlG6e2xlarge
    ml.g6e.2xlarge
    MlG6e4xlarge
    ml.g6e.4xlarge
    MlG6e8xlarge
    ml.g6e.8xlarge
    MlG6e12xlarge
    ml.g6e.12xlarge
    MlG6e16xlarge
    ml.g6e.16xlarge
    MlG6e24xlarge
    ml.g6e.24xlarge
    MlG6e48xlarge
    ml.g6e.48xlarge
    MlGeospatialInteractive
    ml.geospatial.interactive
    MlP4d24xlarge
    ml.p4d.24xlarge
    MlP4de24xlarge
    ml.p4de.24xlarge
    MlTrn12xlarge
    ml.trn1.2xlarge
    MlTrn132xlarge
    ml.trn1.32xlarge
    MlTrn1n32xlarge
    ml.trn1n.32xlarge
    MlP548xlarge
    ml.p5.48xlarge
    MlM6iLarge
    ml.m6i.large
    MlM6iXlarge
    ml.m6i.xlarge
    MlM6i2xlarge
    ml.m6i.2xlarge
    MlM6i4xlarge
    ml.m6i.4xlarge
    MlM6i8xlarge
    ml.m6i.8xlarge
    MlM6i12xlarge
    ml.m6i.12xlarge
    MlM6i16xlarge
    ml.m6i.16xlarge
    MlM6i24xlarge
    ml.m6i.24xlarge
    MlM6i32xlarge
    ml.m6i.32xlarge
    MlM7iLarge
    ml.m7i.large
    MlM7iXlarge
    ml.m7i.xlarge
    MlM7i2xlarge
    ml.m7i.2xlarge
    MlM7i4xlarge
    ml.m7i.4xlarge
    MlM7i8xlarge
    ml.m7i.8xlarge
    MlM7i12xlarge
    ml.m7i.12xlarge
    MlM7i16xlarge
    ml.m7i.16xlarge
    MlM7i24xlarge
    ml.m7i.24xlarge
    MlM7i48xlarge
    ml.m7i.48xlarge
    MlC6iLarge
    ml.c6i.large
    MlC6iXlarge
    ml.c6i.xlarge
    MlC6i2xlarge
    ml.c6i.2xlarge
    MlC6i4xlarge
    ml.c6i.4xlarge
    MlC6i8xlarge
    ml.c6i.8xlarge
    MlC6i12xlarge
    ml.c6i.12xlarge
    MlC6i16xlarge
    ml.c6i.16xlarge
    MlC6i24xlarge
    ml.c6i.24xlarge
    MlC6i32xlarge
    ml.c6i.32xlarge
    MlC7iLarge
    ml.c7i.large
    MlC7iXlarge
    ml.c7i.xlarge
    MlC7i2xlarge
    ml.c7i.2xlarge
    MlC7i4xlarge
    ml.c7i.4xlarge
    MlC7i8xlarge
    ml.c7i.8xlarge
    MlC7i12xlarge
    ml.c7i.12xlarge
    MlC7i16xlarge
    ml.c7i.16xlarge
    MlC7i24xlarge
    ml.c7i.24xlarge
    MlC7i48xlarge
    ml.c7i.48xlarge
    MlR6iLarge
    ml.r6i.large
    MlR6iXlarge
    ml.r6i.xlarge
    MlR6i2xlarge
    ml.r6i.2xlarge
    MlR6i4xlarge
    ml.r6i.4xlarge
    MlR6i8xlarge
    ml.r6i.8xlarge
    MlR6i12xlarge
    ml.r6i.12xlarge
    MlR6i16xlarge
    ml.r6i.16xlarge
    MlR6i24xlarge
    ml.r6i.24xlarge
    MlR6i32xlarge
    ml.r6i.32xlarge
    MlR7iLarge
    ml.r7i.large
    MlR7iXlarge
    ml.r7i.xlarge
    MlR7i2xlarge
    ml.r7i.2xlarge
    MlR7i4xlarge
    ml.r7i.4xlarge
    MlR7i8xlarge
    ml.r7i.8xlarge
    MlR7i12xlarge
    ml.r7i.12xlarge
    MlR7i16xlarge
    ml.r7i.16xlarge
    MlR7i24xlarge
    ml.r7i.24xlarge
    MlR7i48xlarge
    ml.r7i.48xlarge
    MlM6idLarge
    ml.m6id.large
    MlM6idXlarge
    ml.m6id.xlarge
    MlM6id2xlarge
    ml.m6id.2xlarge
    MlM6id4xlarge
    ml.m6id.4xlarge
    MlM6id8xlarge
    ml.m6id.8xlarge
    MlM6id12xlarge
    ml.m6id.12xlarge
    MlM6id16xlarge
    ml.m6id.16xlarge
    MlM6id24xlarge
    ml.m6id.24xlarge
    MlM6id32xlarge
    ml.m6id.32xlarge
    MlC6idLarge
    ml.c6id.large
    MlC6idXlarge
    ml.c6id.xlarge
    MlC6id2xlarge
    ml.c6id.2xlarge
    MlC6id4xlarge
    ml.c6id.4xlarge
    MlC6id8xlarge
    ml.c6id.8xlarge
    MlC6id12xlarge
    ml.c6id.12xlarge
    MlC6id16xlarge
    ml.c6id.16xlarge
    MlC6id24xlarge
    ml.c6id.24xlarge
    MlC6id32xlarge
    ml.c6id.32xlarge
    MlR6idLarge
    ml.r6id.large
    MlR6idXlarge
    ml.r6id.xlarge
    MlR6id2xlarge
    ml.r6id.2xlarge
    MlR6id4xlarge
    ml.r6id.4xlarge
    MlR6id8xlarge
    ml.r6id.8xlarge
    MlR6id12xlarge
    ml.r6id.12xlarge
    MlR6id16xlarge
    ml.r6id.16xlarge
    MlR6id24xlarge
    ml.r6id.24xlarge
    MlR6id32xlarge
    ml.r6id.32xlarge
    SYSTEM
    system
    ML_T3_MICRO
    ml.t3.micro
    ML_T3_SMALL
    ml.t3.small
    ML_T3_MEDIUM
    ml.t3.medium
    ML_T3_LARGE
    ml.t3.large
    ML_T3_XLARGE
    ml.t3.xlarge
    ML_T32XLARGE
    ml.t3.2xlarge
    ML_M5_LARGE
    ml.m5.large
    ML_M5_XLARGE
    ml.m5.xlarge
    ML_M52XLARGE
    ml.m5.2xlarge
    ML_M54XLARGE
    ml.m5.4xlarge
    ML_M58XLARGE
    ml.m5.8xlarge
    ML_M512XLARGE
    ml.m5.12xlarge
    ML_M516XLARGE
    ml.m5.16xlarge
    ML_M524XLARGE
    ml.m5.24xlarge
    ML_M5D_LARGE
    ml.m5d.large
    ML_M5D_XLARGE
    ml.m5d.xlarge
    ML_M5D2XLARGE
    ml.m5d.2xlarge
    ML_M5D4XLARGE
    ml.m5d.4xlarge
    ML_M5D8XLARGE
    ml.m5d.8xlarge
    ML_M5D12XLARGE
    ml.m5d.12xlarge
    ML_M5D16XLARGE
    ml.m5d.16xlarge
    ML_M5D24XLARGE
    ml.m5d.24xlarge
    ML_C5_LARGE
    ml.c5.large
    ML_C5_XLARGE
    ml.c5.xlarge
    ML_C52XLARGE
    ml.c5.2xlarge
    ML_C54XLARGE
    ml.c5.4xlarge
    ML_C59XLARGE
    ml.c5.9xlarge
    ML_C512XLARGE
    ml.c5.12xlarge
    ML_C518XLARGE
    ml.c5.18xlarge
    ML_C524XLARGE
    ml.c5.24xlarge
    ML_P32XLARGE
    ml.p3.2xlarge
    ML_P38XLARGE
    ml.p3.8xlarge
    ML_P316XLARGE
    ml.p3.16xlarge
    ML_P3DN24XLARGE
    ml.p3dn.24xlarge
    ML_G4DN_XLARGE
    ml.g4dn.xlarge
    ML_G4DN2XLARGE
    ml.g4dn.2xlarge
    ML_G4DN4XLARGE
    ml.g4dn.4xlarge
    ML_G4DN8XLARGE
    ml.g4dn.8xlarge
    ML_G4DN12XLARGE
    ml.g4dn.12xlarge
    ML_G4DN16XLARGE
    ml.g4dn.16xlarge
    ML_R5_LARGE
    ml.r5.large
    ML_R5_XLARGE
    ml.r5.xlarge
    ML_R52XLARGE
    ml.r5.2xlarge
    ML_R54XLARGE
    ml.r5.4xlarge
    ML_R58XLARGE
    ml.r5.8xlarge
    ML_R512XLARGE
    ml.r5.12xlarge
    ML_R516XLARGE
    ml.r5.16xlarge
    ML_R524XLARGE
    ml.r5.24xlarge
    ML_G5_XLARGE
    ml.g5.xlarge
    ML_G52XLARGE
    ml.g5.2xlarge
    ML_G54XLARGE
    ml.g5.4xlarge
    ML_G58XLARGE
    ml.g5.8xlarge
    ML_G512XLARGE
    ml.g5.12xlarge
    ML_G516XLARGE
    ml.g5.16xlarge
    ML_G524XLARGE
    ml.g5.24xlarge
    ML_G548XLARGE
    ml.g5.48xlarge
    ML_G6_XLARGE
    ml.g6.xlarge
    ML_G62XLARGE
    ml.g6.2xlarge
    ML_G64XLARGE
    ml.g6.4xlarge
    ML_G68XLARGE
    ml.g6.8xlarge
    ML_G612XLARGE
    ml.g6.12xlarge
    ML_G616XLARGE
    ml.g6.16xlarge
    ML_G624XLARGE
    ml.g6.24xlarge
    ML_G648XLARGE
    ml.g6.48xlarge
    ML_G6E_XLARGE
    ml.g6e.xlarge
    ML_G6E2XLARGE
    ml.g6e.2xlarge
    ML_G6E4XLARGE
    ml.g6e.4xlarge
    ML_G6E8XLARGE
    ml.g6e.8xlarge
    ML_G6E12XLARGE
    ml.g6e.12xlarge
    ML_G6E16XLARGE
    ml.g6e.16xlarge
    ML_G6E24XLARGE
    ml.g6e.24xlarge
    ML_G6E48XLARGE
    ml.g6e.48xlarge
    ML_GEOSPATIAL_INTERACTIVE
    ml.geospatial.interactive
    ML_P4D24XLARGE
    ml.p4d.24xlarge
    ML_P4DE24XLARGE
    ml.p4de.24xlarge
    ML_TRN12XLARGE
    ml.trn1.2xlarge
    ML_TRN132XLARGE
    ml.trn1.32xlarge
    ML_TRN1N32XLARGE
    ml.trn1n.32xlarge
    ML_P548XLARGE
    ml.p5.48xlarge
    ML_M6I_LARGE
    ml.m6i.large
    ML_M6I_XLARGE
    ml.m6i.xlarge
    ML_M6I2XLARGE
    ml.m6i.2xlarge
    ML_M6I4XLARGE
    ml.m6i.4xlarge
    ML_M6I8XLARGE
    ml.m6i.8xlarge
    ML_M6I12XLARGE
    ml.m6i.12xlarge
    ML_M6I16XLARGE
    ml.m6i.16xlarge
    ML_M6I24XLARGE
    ml.m6i.24xlarge
    ML_M6I32XLARGE
    ml.m6i.32xlarge
    ML_M7I_LARGE
    ml.m7i.large
    ML_M7I_XLARGE
    ml.m7i.xlarge
    ML_M7I2XLARGE
    ml.m7i.2xlarge
    ML_M7I4XLARGE
    ml.m7i.4xlarge
    ML_M7I8XLARGE
    ml.m7i.8xlarge
    ML_M7I12XLARGE
    ml.m7i.12xlarge
    ML_M7I16XLARGE
    ml.m7i.16xlarge
    ML_M7I24XLARGE
    ml.m7i.24xlarge
    ML_M7I48XLARGE
    ml.m7i.48xlarge
    ML_C6I_LARGE
    ml.c6i.large
    ML_C6I_XLARGE
    ml.c6i.xlarge
    ML_C6I2XLARGE
    ml.c6i.2xlarge
    ML_C6I4XLARGE
    ml.c6i.4xlarge
    ML_C6I8XLARGE
    ml.c6i.8xlarge
    ML_C6I12XLARGE
    ml.c6i.12xlarge
    ML_C6I16XLARGE
    ml.c6i.16xlarge
    ML_C6I24XLARGE
    ml.c6i.24xlarge
    ML_C6I32XLARGE
    ml.c6i.32xlarge
    ML_C7I_LARGE
    ml.c7i.large
    ML_C7I_XLARGE
    ml.c7i.xlarge
    ML_C7I2XLARGE
    ml.c7i.2xlarge
    ML_C7I4XLARGE
    ml.c7i.4xlarge
    ML_C7I8XLARGE
    ml.c7i.8xlarge
    ML_C7I12XLARGE
    ml.c7i.12xlarge
    ML_C7I16XLARGE
    ml.c7i.16xlarge
    ML_C7I24XLARGE
    ml.c7i.24xlarge
    ML_C7I48XLARGE
    ml.c7i.48xlarge
    ML_R6I_LARGE
    ml.r6i.large
    ML_R6I_XLARGE
    ml.r6i.xlarge
    ML_R6I2XLARGE
    ml.r6i.2xlarge
    ML_R6I4XLARGE
    ml.r6i.4xlarge
    ML_R6I8XLARGE
    ml.r6i.8xlarge
    ML_R6I12XLARGE
    ml.r6i.12xlarge
    ML_R6I16XLARGE
    ml.r6i.16xlarge
    ML_R6I24XLARGE
    ml.r6i.24xlarge
    ML_R6I32XLARGE
    ml.r6i.32xlarge
    ML_R7I_LARGE
    ml.r7i.large
    ML_R7I_XLARGE
    ml.r7i.xlarge
    ML_R7I2XLARGE
    ml.r7i.2xlarge
    ML_R7I4XLARGE
    ml.r7i.4xlarge
    ML_R7I8XLARGE
    ml.r7i.8xlarge
    ML_R7I12XLARGE
    ml.r7i.12xlarge
    ML_R7I16XLARGE
    ml.r7i.16xlarge
    ML_R7I24XLARGE
    ml.r7i.24xlarge
    ML_R7I48XLARGE
    ml.r7i.48xlarge
    ML_M6ID_LARGE
    ml.m6id.large
    ML_M6ID_XLARGE
    ml.m6id.xlarge
    ML_M6ID2XLARGE
    ml.m6id.2xlarge
    ML_M6ID4XLARGE
    ml.m6id.4xlarge
    ML_M6ID8XLARGE
    ml.m6id.8xlarge
    ML_M6ID12XLARGE
    ml.m6id.12xlarge
    ML_M6ID16XLARGE
    ml.m6id.16xlarge
    ML_M6ID24XLARGE
    ml.m6id.24xlarge
    ML_M6ID32XLARGE
    ml.m6id.32xlarge
    ML_C6ID_LARGE
    ml.c6id.large
    ML_C6ID_XLARGE
    ml.c6id.xlarge
    ML_C6ID2XLARGE
    ml.c6id.2xlarge
    ML_C6ID4XLARGE
    ml.c6id.4xlarge
    ML_C6ID8XLARGE
    ml.c6id.8xlarge
    ML_C6ID12XLARGE
    ml.c6id.12xlarge
    ML_C6ID16XLARGE
    ml.c6id.16xlarge
    ML_C6ID24XLARGE
    ml.c6id.24xlarge
    ML_C6ID32XLARGE
    ml.c6id.32xlarge
    ML_R6ID_LARGE
    ml.r6id.large
    ML_R6ID_XLARGE
    ml.r6id.xlarge
    ML_R6ID2XLARGE
    ml.r6id.2xlarge
    ML_R6ID4XLARGE
    ml.r6id.4xlarge
    ML_R6ID8XLARGE
    ml.r6id.8xlarge
    ML_R6ID12XLARGE
    ml.r6id.12xlarge
    ML_R6ID16XLARGE
    ml.r6id.16xlarge
    ML_R6ID24XLARGE
    ml.r6id.24xlarge
    ML_R6ID32XLARGE
    ml.r6id.32xlarge
    "system"
    system
    "ml.t3.micro"
    ml.t3.micro
    "ml.t3.small"
    ml.t3.small
    "ml.t3.medium"
    ml.t3.medium
    "ml.t3.large"
    ml.t3.large
    "ml.t3.xlarge"
    ml.t3.xlarge
    "ml.t3.2xlarge"
    ml.t3.2xlarge
    "ml.m5.large"
    ml.m5.large
    "ml.m5.xlarge"
    ml.m5.xlarge
    "ml.m5.2xlarge"
    ml.m5.2xlarge
    "ml.m5.4xlarge"
    ml.m5.4xlarge
    "ml.m5.8xlarge"
    ml.m5.8xlarge
    "ml.m5.12xlarge"
    ml.m5.12xlarge
    "ml.m5.16xlarge"
    ml.m5.16xlarge
    "ml.m5.24xlarge"
    ml.m5.24xlarge
    "ml.m5d.large"
    ml.m5d.large
    "ml.m5d.xlarge"
    ml.m5d.xlarge
    "ml.m5d.2xlarge"
    ml.m5d.2xlarge
    "ml.m5d.4xlarge"
    ml.m5d.4xlarge
    "ml.m5d.8xlarge"
    ml.m5d.8xlarge
    "ml.m5d.12xlarge"
    ml.m5d.12xlarge
    "ml.m5d.16xlarge"
    ml.m5d.16xlarge
    "ml.m5d.24xlarge"
    ml.m5d.24xlarge
    "ml.c5.large"
    ml.c5.large
    "ml.c5.xlarge"
    ml.c5.xlarge
    "ml.c5.2xlarge"
    ml.c5.2xlarge
    "ml.c5.4xlarge"
    ml.c5.4xlarge
    "ml.c5.9xlarge"
    ml.c5.9xlarge
    "ml.c5.12xlarge"
    ml.c5.12xlarge
    "ml.c5.18xlarge"
    ml.c5.18xlarge
    "ml.c5.24xlarge"
    ml.c5.24xlarge
    "ml.p3.2xlarge"
    ml.p3.2xlarge
    "ml.p3.8xlarge"
    ml.p3.8xlarge
    "ml.p3.16xlarge"
    ml.p3.16xlarge
    "ml.p3dn.24xlarge"
    ml.p3dn.24xlarge
    "ml.g4dn.xlarge"
    ml.g4dn.xlarge
    "ml.g4dn.2xlarge"
    ml.g4dn.2xlarge
    "ml.g4dn.4xlarge"
    ml.g4dn.4xlarge
    "ml.g4dn.8xlarge"
    ml.g4dn.8xlarge
    "ml.g4dn.12xlarge"
    ml.g4dn.12xlarge
    "ml.g4dn.16xlarge"
    ml.g4dn.16xlarge
    "ml.r5.large"
    ml.r5.large
    "ml.r5.xlarge"
    ml.r5.xlarge
    "ml.r5.2xlarge"
    ml.r5.2xlarge
    "ml.r5.4xlarge"
    ml.r5.4xlarge
    "ml.r5.8xlarge"
    ml.r5.8xlarge
    "ml.r5.12xlarge"
    ml.r5.12xlarge
    "ml.r5.16xlarge"
    ml.r5.16xlarge
    "ml.r5.24xlarge"
    ml.r5.24xlarge
    "ml.g5.xlarge"
    ml.g5.xlarge
    "ml.g5.2xlarge"
    ml.g5.2xlarge
    "ml.g5.4xlarge"
    ml.g5.4xlarge
    "ml.g5.8xlarge"
    ml.g5.8xlarge
    "ml.g5.12xlarge"
    ml.g5.12xlarge
    "ml.g5.16xlarge"
    ml.g5.16xlarge
    "ml.g5.24xlarge"
    ml.g5.24xlarge
    "ml.g5.48xlarge"
    ml.g5.48xlarge
    "ml.g6.xlarge"
    ml.g6.xlarge
    "ml.g6.2xlarge"
    ml.g6.2xlarge
    "ml.g6.4xlarge"
    ml.g6.4xlarge
    "ml.g6.8xlarge"
    ml.g6.8xlarge
    "ml.g6.12xlarge"
    ml.g6.12xlarge
    "ml.g6.16xlarge"
    ml.g6.16xlarge
    "ml.g6.24xlarge"
    ml.g6.24xlarge
    "ml.g6.48xlarge"
    ml.g6.48xlarge
    "ml.g6e.xlarge"
    ml.g6e.xlarge
    "ml.g6e.2xlarge"
    ml.g6e.2xlarge
    "ml.g6e.4xlarge"
    ml.g6e.4xlarge
    "ml.g6e.8xlarge"
    ml.g6e.8xlarge
    "ml.g6e.12xlarge"
    ml.g6e.12xlarge
    "ml.g6e.16xlarge"
    ml.g6e.16xlarge
    "ml.g6e.24xlarge"
    ml.g6e.24xlarge
    "ml.g6e.48xlarge"
    ml.g6e.48xlarge
    "ml.geospatial.interactive"
    ml.geospatial.interactive
    "ml.p4d.24xlarge"
    ml.p4d.24xlarge
    "ml.p4de.24xlarge"
    ml.p4de.24xlarge
    "ml.trn1.2xlarge"
    ml.trn1.2xlarge
    "ml.trn1.32xlarge"
    ml.trn1.32xlarge
    "ml.trn1n.32xlarge"
    ml.trn1n.32xlarge
    "ml.p5.48xlarge"
    ml.p5.48xlarge
    "ml.m6i.large"
    ml.m6i.large
    "ml.m6i.xlarge"
    ml.m6i.xlarge
    "ml.m6i.2xlarge"
    ml.m6i.2xlarge
    "ml.m6i.4xlarge"
    ml.m6i.4xlarge
    "ml.m6i.8xlarge"
    ml.m6i.8xlarge
    "ml.m6i.12xlarge"
    ml.m6i.12xlarge
    "ml.m6i.16xlarge"
    ml.m6i.16xlarge
    "ml.m6i.24xlarge"
    ml.m6i.24xlarge
    "ml.m6i.32xlarge"
    ml.m6i.32xlarge
    "ml.m7i.large"
    ml.m7i.large
    "ml.m7i.xlarge"
    ml.m7i.xlarge
    "ml.m7i.2xlarge"
    ml.m7i.2xlarge
    "ml.m7i.4xlarge"
    ml.m7i.4xlarge
    "ml.m7i.8xlarge"
    ml.m7i.8xlarge
    "ml.m7i.12xlarge"
    ml.m7i.12xlarge
    "ml.m7i.16xlarge"
    ml.m7i.16xlarge
    "ml.m7i.24xlarge"
    ml.m7i.24xlarge
    "ml.m7i.48xlarge"
    ml.m7i.48xlarge
    "ml.c6i.large"
    ml.c6i.large
    "ml.c6i.xlarge"
    ml.c6i.xlarge
    "ml.c6i.2xlarge"
    ml.c6i.2xlarge
    "ml.c6i.4xlarge"
    ml.c6i.4xlarge
    "ml.c6i.8xlarge"
    ml.c6i.8xlarge
    "ml.c6i.12xlarge"
    ml.c6i.12xlarge
    "ml.c6i.16xlarge"
    ml.c6i.16xlarge
    "ml.c6i.24xlarge"
    ml.c6i.24xlarge
    "ml.c6i.32xlarge"
    ml.c6i.32xlarge
    "ml.c7i.large"
    ml.c7i.large
    "ml.c7i.xlarge"
    ml.c7i.xlarge
    "ml.c7i.2xlarge"
    ml.c7i.2xlarge
    "ml.c7i.4xlarge"
    ml.c7i.4xlarge
    "ml.c7i.8xlarge"
    ml.c7i.8xlarge
    "ml.c7i.12xlarge"
    ml.c7i.12xlarge
    "ml.c7i.16xlarge"
    ml.c7i.16xlarge
    "ml.c7i.24xlarge"
    ml.c7i.24xlarge
    "ml.c7i.48xlarge"
    ml.c7i.48xlarge
    "ml.r6i.large"
    ml.r6i.large
    "ml.r6i.xlarge"
    ml.r6i.xlarge
    "ml.r6i.2xlarge"
    ml.r6i.2xlarge
    "ml.r6i.4xlarge"
    ml.r6i.4xlarge
    "ml.r6i.8xlarge"
    ml.r6i.8xlarge
    "ml.r6i.12xlarge"
    ml.r6i.12xlarge
    "ml.r6i.16xlarge"
    ml.r6i.16xlarge
    "ml.r6i.24xlarge"
    ml.r6i.24xlarge
    "ml.r6i.32xlarge"
    ml.r6i.32xlarge
    "ml.r7i.large"
    ml.r7i.large
    "ml.r7i.xlarge"
    ml.r7i.xlarge
    "ml.r7i.2xlarge"
    ml.r7i.2xlarge
    "ml.r7i.4xlarge"
    ml.r7i.4xlarge
    "ml.r7i.8xlarge"
    ml.r7i.8xlarge
    "ml.r7i.12xlarge"
    ml.r7i.12xlarge
    "ml.r7i.16xlarge"
    ml.r7i.16xlarge
    "ml.r7i.24xlarge"
    ml.r7i.24xlarge
    "ml.r7i.48xlarge"
    ml.r7i.48xlarge
    "ml.m6id.large"
    ml.m6id.large
    "ml.m6id.xlarge"
    ml.m6id.xlarge
    "ml.m6id.2xlarge"
    ml.m6id.2xlarge
    "ml.m6id.4xlarge"
    ml.m6id.4xlarge
    "ml.m6id.8xlarge"
    ml.m6id.8xlarge
    "ml.m6id.12xlarge"
    ml.m6id.12xlarge
    "ml.m6id.16xlarge"
    ml.m6id.16xlarge
    "ml.m6id.24xlarge"
    ml.m6id.24xlarge
    "ml.m6id.32xlarge"
    ml.m6id.32xlarge
    "ml.c6id.large"
    ml.c6id.large
    "ml.c6id.xlarge"
    ml.c6id.xlarge
    "ml.c6id.2xlarge"
    ml.c6id.2xlarge
    "ml.c6id.4xlarge"
    ml.c6id.4xlarge
    "ml.c6id.8xlarge"
    ml.c6id.8xlarge
    "ml.c6id.12xlarge"
    ml.c6id.12xlarge
    "ml.c6id.16xlarge"
    ml.c6id.16xlarge
    "ml.c6id.24xlarge"
    ml.c6id.24xlarge
    "ml.c6id.32xlarge"
    ml.c6id.32xlarge
    "ml.r6id.large"
    ml.r6id.large
    "ml.r6id.xlarge"
    ml.r6id.xlarge
    "ml.r6id.2xlarge"
    ml.r6id.2xlarge
    "ml.r6id.4xlarge"
    ml.r6id.4xlarge
    "ml.r6id.8xlarge"
    ml.r6id.8xlarge
    "ml.r6id.12xlarge"
    ml.r6id.12xlarge
    "ml.r6id.16xlarge"
    ml.r6id.16xlarge
    "ml.r6id.24xlarge"
    ml.r6id.24xlarge
    "ml.r6id.32xlarge"
    ml.r6id.32xlarge

    UserProfileAppLifecycleManagement, UserProfileAppLifecycleManagementArgs

    IdleSettings Pulumi.AwsNative.SageMaker.Inputs.UserProfileIdleSettings
    Settings related to idle shutdown of Studio applications.
    IdleSettings UserProfileIdleSettings
    Settings related to idle shutdown of Studio applications.
    idleSettings UserProfileIdleSettings
    Settings related to idle shutdown of Studio applications.
    idleSettings UserProfileIdleSettings
    Settings related to idle shutdown of Studio applications.
    idle_settings UserProfileIdleSettings
    Settings related to idle shutdown of Studio applications.
    idleSettings Property Map
    Settings related to idle shutdown of Studio applications.

    UserProfileAppType, UserProfileAppTypeArgs

    JupyterServer
    JupyterServer
    TensorBoard
    TensorBoard
    RStudioServerPro
    RStudioServerPro
    JupyterLab
    JupyterLab
    CodeEditor
    CodeEditor
    DetailedProfiler
    DetailedProfiler
    Canvas
    Canvas
    UserProfileAppTypeJupyterServer
    JupyterServer
    UserProfileAppTypeTensorBoard
    TensorBoard
    UserProfileAppTypeRStudioServerPro
    RStudioServerPro
    UserProfileAppTypeJupyterLab
    JupyterLab
    UserProfileAppTypeCodeEditor
    CodeEditor
    UserProfileAppTypeDetailedProfiler
    DetailedProfiler
    UserProfileAppTypeCanvas
    Canvas
    JupyterServer
    JupyterServer
    TensorBoard
    TensorBoard
    RStudioServerPro
    RStudioServerPro
    JupyterLab
    JupyterLab
    CodeEditor
    CodeEditor
    DetailedProfiler
    DetailedProfiler
    Canvas
    Canvas
    JupyterServer
    JupyterServer
    TensorBoard
    TensorBoard
    RStudioServerPro
    RStudioServerPro
    JupyterLab
    JupyterLab
    CodeEditor
    CodeEditor
    DetailedProfiler
    DetailedProfiler
    Canvas
    Canvas
    JUPYTER_SERVER
    JupyterServer
    TENSOR_BOARD
    TensorBoard
    R_STUDIO_SERVER_PRO
    RStudioServerPro
    JUPYTER_LAB
    JupyterLab
    CODE_EDITOR
    CodeEditor
    DETAILED_PROFILER
    DetailedProfiler
    CANVAS
    Canvas
    "JupyterServer"
    JupyterServer
    "TensorBoard"
    TensorBoard
    "RStudioServerPro"
    RStudioServerPro
    "JupyterLab"
    JupyterLab
    "CodeEditor"
    CodeEditor
    "DetailedProfiler"
    DetailedProfiler
    "Canvas"
    Canvas

    UserProfileCodeEditorAppSettings, UserProfileCodeEditorAppSettingsArgs

    AppLifecycleManagement Pulumi.AwsNative.SageMaker.Inputs.UserProfileAppLifecycleManagement
    Settings that are used to configure and manage the lifecycle of CodeEditor applications.
    BuiltInLifecycleConfigArn string
    The lifecycle configuration that runs before the default lifecycle configuration.
    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.
    AppLifecycleManagement UserProfileAppLifecycleManagement
    Settings that are used to configure and manage the lifecycle of CodeEditor applications.
    BuiltInLifecycleConfigArn string
    The lifecycle configuration that runs before the default lifecycle configuration.
    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.
    appLifecycleManagement UserProfileAppLifecycleManagement
    Settings that are used to configure and manage the lifecycle of CodeEditor applications.
    builtInLifecycleConfigArn String
    The lifecycle configuration that runs before the default lifecycle configuration.
    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.
    appLifecycleManagement UserProfileAppLifecycleManagement
    Settings that are used to configure and manage the lifecycle of CodeEditor applications.
    builtInLifecycleConfigArn string
    The lifecycle configuration that runs before the default lifecycle configuration.
    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.
    app_lifecycle_management UserProfileAppLifecycleManagement
    Settings that are used to configure and manage the lifecycle of CodeEditor applications.
    built_in_lifecycle_config_arn str
    The lifecycle configuration that runs before the default lifecycle configuration.
    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.
    appLifecycleManagement Property Map
    Settings that are used to configure and manage the lifecycle of CodeEditor applications.
    builtInLifecycleConfigArn String
    The lifecycle configuration that runs before the default lifecycle configuration.
    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, UserProfileCodeRepositoryArgs

    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, UserProfileCustomFileSystemConfigArgs

    EfsFileSystemConfig UserProfileEfsFileSystemConfig
    The settings for a custom Amazon EFS file system.
    FSxLustreFileSystemConfig UserProfileFSxLustreFileSystemConfig
    The settings for a custom Amazon FSx for Lustre file system.
    efsFileSystemConfig UserProfileEfsFileSystemConfig
    The settings for a custom Amazon EFS file system.
    fSxLustreFileSystemConfig UserProfileFSxLustreFileSystemConfig
    The settings for a custom Amazon FSx for Lustre file system.
    efsFileSystemConfig UserProfileEfsFileSystemConfig
    The settings for a custom Amazon EFS file system.
    fSxLustreFileSystemConfig UserProfileFSxLustreFileSystemConfig
    The settings for a custom Amazon FSx for Lustre file system.
    efs_file_system_config UserProfileEfsFileSystemConfig
    The settings for a custom Amazon EFS file system.
    f_sx_lustre_file_system_config UserProfileFSxLustreFileSystemConfig
    The settings for a custom Amazon FSx for Lustre file system.
    efsFileSystemConfig Property Map
    The settings for a custom Amazon EFS file system.
    fSxLustreFileSystemConfig Property Map
    The settings for a custom Amazon FSx for Lustre file system.

    UserProfileCustomImage, UserProfileCustomImageArgs

    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, UserProfileCustomPosixUserConfigArgs

    Gid int
    The POSIX group ID.
    Uid int
    The POSIX user ID.
    Gid int
    The POSIX group ID.
    Uid int
    The POSIX user ID.
    gid Integer
    The POSIX group ID.
    uid Integer
    The POSIX user ID.
    gid number
    The POSIX group ID.
    uid number
    The POSIX user ID.
    gid int
    The POSIX group ID.
    uid int
    The POSIX user ID.
    gid Number
    The POSIX group ID.
    uid Number
    The POSIX user ID.

    UserProfileDefaultEbsStorageSettings, UserProfileDefaultEbsStorageSettingsArgs

    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, UserProfileDefaultSpaceStorageSettingsArgs

    DefaultEbsStorageSettings UserProfileDefaultEbsStorageSettings
    The default EBS storage settings for a space.
    defaultEbsStorageSettings UserProfileDefaultEbsStorageSettings
    The default EBS storage settings for a space.
    defaultEbsStorageSettings UserProfileDefaultEbsStorageSettings
    The default EBS storage settings for a space.
    default_ebs_storage_settings UserProfileDefaultEbsStorageSettings
    The default EBS storage settings for a space.
    defaultEbsStorageSettings Property Map
    The default EBS storage settings for a space.

    UserProfileEfsFileSystemConfig, UserProfileEfsFileSystemConfigArgs

    FileSystemId string
    The ID of your Amazon EFS file system.
    FileSystemPath string
    The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
    FileSystemId string
    The ID of your Amazon EFS file system.
    FileSystemPath string
    The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
    fileSystemId String
    The ID of your Amazon EFS file system.
    fileSystemPath String
    The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
    fileSystemId string
    The ID of your Amazon EFS file system.
    fileSystemPath string
    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_id str
    The ID of your Amazon EFS file system.
    file_system_path str
    The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
    fileSystemId String
    The ID of your Amazon EFS file system.
    fileSystemPath String
    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, UserProfileFSxLustreFileSystemConfigArgs

    FileSystemId string
    The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
    FileSystemPath string
    The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
    FileSystemId string
    The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
    FileSystemPath string
    The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
    fileSystemId String
    The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
    fileSystemPath String
    The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
    fileSystemId string
    The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
    fileSystemPath string
    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_id str
    The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
    file_system_path str
    The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
    fileSystemId String
    The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
    fileSystemPath String
    The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.

    UserProfileHiddenSageMakerImage, UserProfileHiddenSageMakerImageArgs

    SageMakerImageName Pulumi.AwsNative.SageMaker.UserProfileHiddenSageMakerImageSageMakerImageName
    The SageMaker image name that you are hiding from the Studio user interface.
    VersionAliases List<string>
    The version aliases you are hiding from the Studio user interface.
    SageMakerImageName UserProfileHiddenSageMakerImageSageMakerImageName
    The SageMaker image name that you are hiding from the Studio user interface.
    VersionAliases []string
    The version aliases you are hiding from the Studio user interface.
    sageMakerImageName UserProfileHiddenSageMakerImageSageMakerImageName
    The SageMaker image name that you are hiding from the Studio user interface.
    versionAliases List<String>
    The version aliases you are hiding from the Studio user interface.
    sageMakerImageName UserProfileHiddenSageMakerImageSageMakerImageName
    The SageMaker image name that you are hiding from the Studio user interface.
    versionAliases string[]
    The version aliases you are hiding from the Studio user interface.
    sage_maker_image_name UserProfileHiddenSageMakerImageSageMakerImageName
    The SageMaker image name that you are hiding from the Studio user interface.
    version_aliases Sequence[str]
    The version aliases you are hiding from the Studio user interface.
    sageMakerImageName "_distribution"
    The SageMaker image name that you are hiding from the Studio user interface.
    versionAliases List<String>
    The version aliases you are hiding from the Studio user interface.

    UserProfileHiddenSageMakerImageSageMakerImageName, UserProfileHiddenSageMakerImageSageMakerImageNameArgs

    SagemakerDistribution
    sagemaker_distribution
    UserProfileHiddenSageMakerImageSageMakerImageNameSagemakerDistribution
    sagemaker_distribution
    SagemakerDistribution
    sagemaker_distribution
    SagemakerDistribution
    sagemaker_distribution
    SAGEMAKER_DISTRIBUTION
    sagemaker_distribution
    "sagemaker_distribution"
    sagemaker_distribution

    UserProfileIdleSettings, UserProfileIdleSettingsArgs

    IdleTimeoutInMinutes int
    The time that SageMaker waits after the application becomes idle before shutting it down.
    LifecycleManagement Pulumi.AwsNative.SageMaker.UserProfileLifecycleManagement
    Indicates whether idle shutdown is activated for the application type.
    MaxIdleTimeoutInMinutes int
    The maximum value in minutes that custom idle shutdown can be set to by the user.
    MinIdleTimeoutInMinutes int
    The minimum value in minutes that custom idle shutdown can be set to by the user.
    IdleTimeoutInMinutes int
    The time that SageMaker waits after the application becomes idle before shutting it down.
    LifecycleManagement UserProfileLifecycleManagement
    Indicates whether idle shutdown is activated for the application type.
    MaxIdleTimeoutInMinutes int
    The maximum value in minutes that custom idle shutdown can be set to by the user.
    MinIdleTimeoutInMinutes int
    The minimum value in minutes that custom idle shutdown can be set to by the user.
    idleTimeoutInMinutes Integer
    The time that SageMaker waits after the application becomes idle before shutting it down.
    lifecycleManagement UserProfileLifecycleManagement
    Indicates whether idle shutdown is activated for the application type.
    maxIdleTimeoutInMinutes Integer
    The maximum value in minutes that custom idle shutdown can be set to by the user.
    minIdleTimeoutInMinutes Integer
    The minimum value in minutes that custom idle shutdown can be set to by the user.
    idleTimeoutInMinutes number
    The time that SageMaker waits after the application becomes idle before shutting it down.
    lifecycleManagement UserProfileLifecycleManagement
    Indicates whether idle shutdown is activated for the application type.
    maxIdleTimeoutInMinutes number
    The maximum value in minutes that custom idle shutdown can be set to by the user.
    minIdleTimeoutInMinutes number
    The minimum value in minutes that custom idle shutdown can be set to by the user.
    idle_timeout_in_minutes int
    The time that SageMaker waits after the application becomes idle before shutting it down.
    lifecycle_management UserProfileLifecycleManagement
    Indicates whether idle shutdown is activated for the application type.
    max_idle_timeout_in_minutes int
    The maximum value in minutes that custom idle shutdown can be set to by the user.
    min_idle_timeout_in_minutes int
    The minimum value in minutes that custom idle shutdown can be set to by the user.
    idleTimeoutInMinutes Number
    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.
    maxIdleTimeoutInMinutes Number
    The maximum value in minutes that custom idle shutdown can be set to by the user.
    minIdleTimeoutInMinutes Number
    The minimum value in minutes that custom idle shutdown can be set to by the user.

    UserProfileJupyterLabAppSettings, UserProfileJupyterLabAppSettingsArgs

    AppLifecycleManagement Pulumi.AwsNative.SageMaker.Inputs.UserProfileAppLifecycleManagement
    Indicates whether idle shutdown is activated for JupyterLab applications.
    BuiltInLifecycleConfigArn string
    The lifecycle configuration that runs before the default lifecycle configuration.
    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.
    AppLifecycleManagement UserProfileAppLifecycleManagement
    Indicates whether idle shutdown is activated for JupyterLab applications.
    BuiltInLifecycleConfigArn string
    The lifecycle configuration that runs before the default lifecycle configuration.
    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.
    appLifecycleManagement UserProfileAppLifecycleManagement
    Indicates whether idle shutdown is activated for JupyterLab applications.
    builtInLifecycleConfigArn String
    The lifecycle configuration that runs before the default lifecycle configuration.
    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.
    appLifecycleManagement UserProfileAppLifecycleManagement
    Indicates whether idle shutdown is activated for JupyterLab applications.
    builtInLifecycleConfigArn string
    The lifecycle configuration that runs before the default lifecycle configuration.
    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.
    app_lifecycle_management UserProfileAppLifecycleManagement
    Indicates whether idle shutdown is activated for JupyterLab applications.
    built_in_lifecycle_config_arn str
    The lifecycle configuration that runs before the default lifecycle configuration.
    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.
    appLifecycleManagement Property Map
    Indicates whether idle shutdown is activated for JupyterLab applications.
    builtInLifecycleConfigArn String
    The lifecycle configuration that runs before the default lifecycle configuration.
    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, UserProfileJupyterServerAppSettingsArgs

    DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
    LifecycleConfigArns List<string>
    A list of LifecycleConfigArns available for use with JupyterServer apps.
    DefaultResourceSpec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
    LifecycleConfigArns []string
    A list of LifecycleConfigArns available for use with JupyterServer apps.
    defaultResourceSpec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
    lifecycleConfigArns List<String>
    A list of LifecycleConfigArns available for use with JupyterServer apps.
    defaultResourceSpec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
    lifecycleConfigArns string[]
    A list of LifecycleConfigArns available for use with JupyterServer apps.
    default_resource_spec UserProfileResourceSpec
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
    lifecycle_config_arns Sequence[str]
    A list of LifecycleConfigArns available for use with JupyterServer apps.
    defaultResourceSpec Property Map
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
    lifecycleConfigArns List<String>
    A list of LifecycleConfigArns available for use with JupyterServer apps.

    UserProfileKernelGatewayAppSettings, UserProfileKernelGatewayAppSettingsArgs

    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.
    LifecycleConfigArns List<string>
    A list of LifecycleConfigArns available for use with KernelGateway apps.
    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.
    LifecycleConfigArns []string
    A list of LifecycleConfigArns available for use with KernelGateway apps.
    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.
    lifecycleConfigArns List<String>
    A list of LifecycleConfigArns available for use with KernelGateway apps.
    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.
    lifecycleConfigArns string[]
    A list of LifecycleConfigArns available for use with KernelGateway apps.
    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.
    lifecycle_config_arns Sequence[str]
    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.
    defaultResourceSpec Property Map
    The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
    lifecycleConfigArns List<String>
    A list of LifecycleConfigArns available for use with KernelGateway apps.

    UserProfileLifecycleManagement, UserProfileLifecycleManagementArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    UserProfileLifecycleManagementEnabled
    ENABLED
    UserProfileLifecycleManagementDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    UserProfileMlTools, UserProfileMlToolsArgs

    DataWrangler
    DataWrangler
    FeatureStore
    FeatureStore
    EmrClusters
    EmrClusters
    AutoMl
    AutoMl
    Experiments
    Experiments
    Training
    Training
    ModelEvaluation
    ModelEvaluation
    Pipelines
    Pipelines
    Models
    Models
    JumpStart
    JumpStart
    InferenceRecommender
    InferenceRecommender
    Endpoints
    Endpoints
    Projects
    Projects
    InferenceOptimization
    InferenceOptimization
    HyperPodClusters
    HyperPodClusters
    Comet
    Comet
    DeepchecksLlmEvaluation
    DeepchecksLLMEvaluation
    Fiddler
    Fiddler
    LakeraGuard
    LakeraGuard
    PerformanceEvaluation
    PerformanceEvaluation
    UserProfileMlToolsDataWrangler
    DataWrangler
    UserProfileMlToolsFeatureStore
    FeatureStore
    UserProfileMlToolsEmrClusters
    EmrClusters
    UserProfileMlToolsAutoMl
    AutoMl
    UserProfileMlToolsExperiments
    Experiments
    UserProfileMlToolsTraining
    Training
    UserProfileMlToolsModelEvaluation
    ModelEvaluation
    UserProfileMlToolsPipelines
    Pipelines
    UserProfileMlToolsModels
    Models
    UserProfileMlToolsJumpStart
    JumpStart
    UserProfileMlToolsInferenceRecommender
    InferenceRecommender
    UserProfileMlToolsEndpoints
    Endpoints
    UserProfileMlToolsProjects
    Projects
    UserProfileMlToolsInferenceOptimization
    InferenceOptimization
    UserProfileMlToolsHyperPodClusters
    HyperPodClusters
    UserProfileMlToolsComet
    Comet
    UserProfileMlToolsDeepchecksLlmEvaluation
    DeepchecksLLMEvaluation
    UserProfileMlToolsFiddler
    Fiddler
    UserProfileMlToolsLakeraGuard
    LakeraGuard
    UserProfileMlToolsPerformanceEvaluation
    PerformanceEvaluation
    DataWrangler
    DataWrangler
    FeatureStore
    FeatureStore
    EmrClusters
    EmrClusters
    AutoMl
    AutoMl
    Experiments
    Experiments
    Training
    Training
    ModelEvaluation
    ModelEvaluation
    Pipelines
    Pipelines
    Models
    Models
    JumpStart
    JumpStart
    InferenceRecommender
    InferenceRecommender
    Endpoints
    Endpoints
    Projects
    Projects
    InferenceOptimization
    InferenceOptimization
    HyperPodClusters
    HyperPodClusters
    Comet
    Comet
    DeepchecksLlmEvaluation
    DeepchecksLLMEvaluation
    Fiddler
    Fiddler
    LakeraGuard
    LakeraGuard
    PerformanceEvaluation
    PerformanceEvaluation
    DataWrangler
    DataWrangler
    FeatureStore
    FeatureStore
    EmrClusters
    EmrClusters
    AutoMl
    AutoMl
    Experiments
    Experiments
    Training
    Training
    ModelEvaluation
    ModelEvaluation
    Pipelines
    Pipelines
    Models
    Models
    JumpStart
    JumpStart
    InferenceRecommender
    InferenceRecommender
    Endpoints
    Endpoints
    Projects
    Projects
    InferenceOptimization
    InferenceOptimization
    HyperPodClusters
    HyperPodClusters
    Comet
    Comet
    DeepchecksLlmEvaluation
    DeepchecksLLMEvaluation
    Fiddler
    Fiddler
    LakeraGuard
    LakeraGuard
    PerformanceEvaluation
    PerformanceEvaluation
    DATA_WRANGLER
    DataWrangler
    FEATURE_STORE
    FeatureStore
    EMR_CLUSTERS
    EmrClusters
    AUTO_ML
    AutoMl
    EXPERIMENTS
    Experiments
    TRAINING
    Training
    MODEL_EVALUATION
    ModelEvaluation
    PIPELINES
    Pipelines
    MODELS
    Models
    JUMP_START
    JumpStart
    INFERENCE_RECOMMENDER
    InferenceRecommender
    ENDPOINTS
    Endpoints
    PROJECTS
    Projects
    INFERENCE_OPTIMIZATION
    InferenceOptimization
    HYPER_POD_CLUSTERS
    HyperPodClusters
    COMET
    Comet
    DEEPCHECKS_LLM_EVALUATION
    DeepchecksLLMEvaluation
    FIDDLER
    Fiddler
    LAKERA_GUARD
    LakeraGuard
    PERFORMANCE_EVALUATION
    PerformanceEvaluation
    "DataWrangler"
    DataWrangler
    "FeatureStore"
    FeatureStore
    "EmrClusters"
    EmrClusters
    "AutoMl"
    AutoMl
    "Experiments"
    Experiments
    "Training"
    Training
    "ModelEvaluation"
    ModelEvaluation
    "Pipelines"
    Pipelines
    "Models"
    Models
    "JumpStart"
    JumpStart
    "InferenceRecommender"
    InferenceRecommender
    "Endpoints"
    Endpoints
    "Projects"
    Projects
    "InferenceOptimization"
    InferenceOptimization
    "HyperPodClusters"
    HyperPodClusters
    "Comet"
    Comet
    "DeepchecksLLMEvaluation"
    DeepchecksLLMEvaluation
    "Fiddler"
    Fiddler
    "LakeraGuard"
    LakeraGuard
    "PerformanceEvaluation"
    PerformanceEvaluation

    UserProfileRStudioServerProAppSettings, UserProfileRStudioServerProAppSettingsArgs

    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, UserProfileRStudioServerProAppSettingsAccessStatusArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    UserProfileRStudioServerProAppSettingsAccessStatusEnabled
    ENABLED
    UserProfileRStudioServerProAppSettingsAccessStatusDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    UserProfileRStudioServerProAppSettingsUserGroup, UserProfileRStudioServerProAppSettingsUserGroupArgs

    RStudioAdmin
    R_STUDIO_ADMIN
    RStudioUser
    R_STUDIO_USER
    UserProfileRStudioServerProAppSettingsUserGroupRStudioAdmin
    R_STUDIO_ADMIN
    UserProfileRStudioServerProAppSettingsUserGroupRStudioUser
    R_STUDIO_USER
    RStudioAdmin
    R_STUDIO_ADMIN
    RStudioUser
    R_STUDIO_USER
    RStudioAdmin
    R_STUDIO_ADMIN
    RStudioUser
    R_STUDIO_USER
    R_STUDIO_ADMIN
    R_STUDIO_ADMIN
    R_STUDIO_USER
    R_STUDIO_USER
    "R_STUDIO_ADMIN"
    R_STUDIO_ADMIN
    "R_STUDIO_USER"
    R_STUDIO_USER

    UserProfileResourceSpec, UserProfileResourceSpecArgs

    InstanceType Pulumi.AwsNative.SageMaker.UserProfileResourceSpecInstanceType
    The instance type that the image version runs on.
    LifecycleConfigArn string
    The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
    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.
    LifecycleConfigArn string
    The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
    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.
    lifecycleConfigArn String
    The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
    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.
    lifecycleConfigArn string
    The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
    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.
    lifecycle_config_arn str
    The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
    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.
    lifecycleConfigArn String
    The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
    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, UserProfileResourceSpecInstanceTypeArgs

    System
    system
    MlT3Micro
    ml.t3.micro
    MlT3Small
    ml.t3.small
    MlT3Medium
    ml.t3.medium
    MlT3Large
    ml.t3.large
    MlT3Xlarge
    ml.t3.xlarge
    MlT32xlarge
    ml.t3.2xlarge
    MlM5Large
    ml.m5.large
    MlM5Xlarge
    ml.m5.xlarge
    MlM52xlarge
    ml.m5.2xlarge
    MlM54xlarge
    ml.m5.4xlarge
    MlM58xlarge
    ml.m5.8xlarge
    MlM512xlarge
    ml.m5.12xlarge
    MlM516xlarge
    ml.m5.16xlarge
    MlM524xlarge
    ml.m5.24xlarge
    MlC5Large
    ml.c5.large
    MlC5Xlarge
    ml.c5.xlarge
    MlC52xlarge
    ml.c5.2xlarge
    MlC54xlarge
    ml.c5.4xlarge
    MlC59xlarge
    ml.c5.9xlarge
    MlC512xlarge
    ml.c5.12xlarge
    MlC518xlarge
    ml.c5.18xlarge
    MlC524xlarge
    ml.c5.24xlarge
    MlP32xlarge
    ml.p3.2xlarge
    MlP38xlarge
    ml.p3.8xlarge
    MlP316xlarge
    ml.p3.16xlarge
    MlG4dnXlarge
    ml.g4dn.xlarge
    MlG4dn2xlarge
    ml.g4dn.2xlarge
    MlG4dn4xlarge
    ml.g4dn.4xlarge
    MlG4dn8xlarge
    ml.g4dn.8xlarge
    MlG4dn12xlarge
    ml.g4dn.12xlarge
    MlG4dn16xlarge
    ml.g4dn.16xlarge
    MlR5Large
    ml.r5.large
    MlR5Xlarge
    ml.r5.xlarge
    MlR52xlarge
    ml.r5.2xlarge
    MlR54xlarge
    ml.r5.4xlarge
    MlR58xlarge
    ml.r5.8xlarge
    MlR512xlarge
    ml.r5.12xlarge
    MlR516xlarge
    ml.r5.16xlarge
    MlR524xlarge
    ml.r5.24xlarge
    MlP3dn24xlarge
    ml.p3dn.24xlarge
    MlM5dLarge
    ml.m5d.large
    MlM5dXlarge
    ml.m5d.xlarge
    MlM5d2xlarge
    ml.m5d.2xlarge
    MlM5d4xlarge
    ml.m5d.4xlarge
    MlM5d8xlarge
    ml.m5d.8xlarge
    MlM5d12xlarge
    ml.m5d.12xlarge
    MlM5d16xlarge
    ml.m5d.16xlarge
    MlM5d24xlarge
    ml.m5d.24xlarge
    MlG5Xlarge
    ml.g5.xlarge
    MlG52xlarge
    ml.g5.2xlarge
    MlG54xlarge
    ml.g5.4xlarge
    MlG58xlarge
    ml.g5.8xlarge
    MlG512xlarge
    ml.g5.12xlarge
    MlG516xlarge
    ml.g5.16xlarge
    MlG524xlarge
    ml.g5.24xlarge
    MlG548xlarge
    ml.g5.48xlarge
    MlP4d24xlarge
    ml.p4d.24xlarge
    MlP4de24xlarge
    ml.p4de.24xlarge
    MlGeospatialInteractive
    ml.geospatial.interactive
    MlTrn12xlarge
    ml.trn1.2xlarge
    MlTrn132xlarge
    ml.trn1.32xlarge
    MlTrn1n32xlarge
    ml.trn1n.32xlarge
    UserProfileResourceSpecInstanceTypeSystem
    system
    UserProfileResourceSpecInstanceTypeMlT3Micro
    ml.t3.micro
    UserProfileResourceSpecInstanceTypeMlT3Small
    ml.t3.small
    UserProfileResourceSpecInstanceTypeMlT3Medium
    ml.t3.medium
    UserProfileResourceSpecInstanceTypeMlT3Large
    ml.t3.large
    UserProfileResourceSpecInstanceTypeMlT3Xlarge
    ml.t3.xlarge
    UserProfileResourceSpecInstanceTypeMlT32xlarge
    ml.t3.2xlarge
    UserProfileResourceSpecInstanceTypeMlM5Large
    ml.m5.large
    UserProfileResourceSpecInstanceTypeMlM5Xlarge
    ml.m5.xlarge
    UserProfileResourceSpecInstanceTypeMlM52xlarge
    ml.m5.2xlarge
    UserProfileResourceSpecInstanceTypeMlM54xlarge
    ml.m5.4xlarge
    UserProfileResourceSpecInstanceTypeMlM58xlarge
    ml.m5.8xlarge
    UserProfileResourceSpecInstanceTypeMlM512xlarge
    ml.m5.12xlarge
    UserProfileResourceSpecInstanceTypeMlM516xlarge
    ml.m5.16xlarge
    UserProfileResourceSpecInstanceTypeMlM524xlarge
    ml.m5.24xlarge
    UserProfileResourceSpecInstanceTypeMlC5Large
    ml.c5.large
    UserProfileResourceSpecInstanceTypeMlC5Xlarge
    ml.c5.xlarge
    UserProfileResourceSpecInstanceTypeMlC52xlarge
    ml.c5.2xlarge
    UserProfileResourceSpecInstanceTypeMlC54xlarge
    ml.c5.4xlarge
    UserProfileResourceSpecInstanceTypeMlC59xlarge
    ml.c5.9xlarge
    UserProfileResourceSpecInstanceTypeMlC512xlarge
    ml.c5.12xlarge
    UserProfileResourceSpecInstanceTypeMlC518xlarge
    ml.c5.18xlarge
    UserProfileResourceSpecInstanceTypeMlC524xlarge
    ml.c5.24xlarge
    UserProfileResourceSpecInstanceTypeMlP32xlarge
    ml.p3.2xlarge
    UserProfileResourceSpecInstanceTypeMlP38xlarge
    ml.p3.8xlarge
    UserProfileResourceSpecInstanceTypeMlP316xlarge
    ml.p3.16xlarge
    UserProfileResourceSpecInstanceTypeMlG4dnXlarge
    ml.g4dn.xlarge
    UserProfileResourceSpecInstanceTypeMlG4dn2xlarge
    ml.g4dn.2xlarge
    UserProfileResourceSpecInstanceTypeMlG4dn4xlarge
    ml.g4dn.4xlarge
    UserProfileResourceSpecInstanceTypeMlG4dn8xlarge
    ml.g4dn.8xlarge
    UserProfileResourceSpecInstanceTypeMlG4dn12xlarge
    ml.g4dn.12xlarge
    UserProfileResourceSpecInstanceTypeMlG4dn16xlarge
    ml.g4dn.16xlarge
    UserProfileResourceSpecInstanceTypeMlR5Large
    ml.r5.large
    UserProfileResourceSpecInstanceTypeMlR5Xlarge
    ml.r5.xlarge
    UserProfileResourceSpecInstanceTypeMlR52xlarge
    ml.r5.2xlarge
    UserProfileResourceSpecInstanceTypeMlR54xlarge
    ml.r5.4xlarge
    UserProfileResourceSpecInstanceTypeMlR58xlarge
    ml.r5.8xlarge
    UserProfileResourceSpecInstanceTypeMlR512xlarge
    ml.r5.12xlarge
    UserProfileResourceSpecInstanceTypeMlR516xlarge
    ml.r5.16xlarge
    UserProfileResourceSpecInstanceTypeMlR524xlarge
    ml.r5.24xlarge
    UserProfileResourceSpecInstanceTypeMlP3dn24xlarge
    ml.p3dn.24xlarge
    UserProfileResourceSpecInstanceTypeMlM5dLarge
    ml.m5d.large
    UserProfileResourceSpecInstanceTypeMlM5dXlarge
    ml.m5d.xlarge
    UserProfileResourceSpecInstanceTypeMlM5d2xlarge
    ml.m5d.2xlarge
    UserProfileResourceSpecInstanceTypeMlM5d4xlarge
    ml.m5d.4xlarge
    UserProfileResourceSpecInstanceTypeMlM5d8xlarge
    ml.m5d.8xlarge
    UserProfileResourceSpecInstanceTypeMlM5d12xlarge
    ml.m5d.12xlarge
    UserProfileResourceSpecInstanceTypeMlM5d16xlarge
    ml.m5d.16xlarge
    UserProfileResourceSpecInstanceTypeMlM5d24xlarge
    ml.m5d.24xlarge
    UserProfileResourceSpecInstanceTypeMlG5Xlarge
    ml.g5.xlarge
    UserProfileResourceSpecInstanceTypeMlG52xlarge
    ml.g5.2xlarge
    UserProfileResourceSpecInstanceTypeMlG54xlarge
    ml.g5.4xlarge
    UserProfileResourceSpecInstanceTypeMlG58xlarge
    ml.g5.8xlarge
    UserProfileResourceSpecInstanceTypeMlG512xlarge
    ml.g5.12xlarge
    UserProfileResourceSpecInstanceTypeMlG516xlarge
    ml.g5.16xlarge
    UserProfileResourceSpecInstanceTypeMlG524xlarge
    ml.g5.24xlarge
    UserProfileResourceSpecInstanceTypeMlG548xlarge
    ml.g5.48xlarge
    UserProfileResourceSpecInstanceTypeMlP4d24xlarge
    ml.p4d.24xlarge
    UserProfileResourceSpecInstanceTypeMlP4de24xlarge
    ml.p4de.24xlarge
    UserProfileResourceSpecInstanceTypeMlGeospatialInteractive
    ml.geospatial.interactive
    UserProfileResourceSpecInstanceTypeMlTrn12xlarge
    ml.trn1.2xlarge
    UserProfileResourceSpecInstanceTypeMlTrn132xlarge
    ml.trn1.32xlarge
    UserProfileResourceSpecInstanceTypeMlTrn1n32xlarge
    ml.trn1n.32xlarge
    System
    system
    MlT3Micro
    ml.t3.micro
    MlT3Small
    ml.t3.small
    MlT3Medium
    ml.t3.medium
    MlT3Large
    ml.t3.large
    MlT3Xlarge
    ml.t3.xlarge
    MlT32xlarge
    ml.t3.2xlarge
    MlM5Large
    ml.m5.large
    MlM5Xlarge
    ml.m5.xlarge
    MlM52xlarge
    ml.m5.2xlarge
    MlM54xlarge
    ml.m5.4xlarge
    MlM58xlarge
    ml.m5.8xlarge
    MlM512xlarge
    ml.m5.12xlarge
    MlM516xlarge
    ml.m5.16xlarge
    MlM524xlarge
    ml.m5.24xlarge
    MlC5Large
    ml.c5.large
    MlC5Xlarge
    ml.c5.xlarge
    MlC52xlarge
    ml.c5.2xlarge
    MlC54xlarge
    ml.c5.4xlarge
    MlC59xlarge
    ml.c5.9xlarge
    MlC512xlarge
    ml.c5.12xlarge
    MlC518xlarge
    ml.c5.18xlarge
    MlC524xlarge
    ml.c5.24xlarge
    MlP32xlarge
    ml.p3.2xlarge
    MlP38xlarge
    ml.p3.8xlarge
    MlP316xlarge
    ml.p3.16xlarge
    MlG4dnXlarge
    ml.g4dn.xlarge
    MlG4dn2xlarge
    ml.g4dn.2xlarge
    MlG4dn4xlarge
    ml.g4dn.4xlarge
    MlG4dn8xlarge
    ml.g4dn.8xlarge
    MlG4dn12xlarge
    ml.g4dn.12xlarge
    MlG4dn16xlarge
    ml.g4dn.16xlarge
    MlR5Large
    ml.r5.large
    MlR5Xlarge
    ml.r5.xlarge
    MlR52xlarge
    ml.r5.2xlarge
    MlR54xlarge
    ml.r5.4xlarge
    MlR58xlarge
    ml.r5.8xlarge
    MlR512xlarge
    ml.r5.12xlarge
    MlR516xlarge
    ml.r5.16xlarge
    MlR524xlarge
    ml.r5.24xlarge
    MlP3dn24xlarge
    ml.p3dn.24xlarge
    MlM5dLarge
    ml.m5d.large
    MlM5dXlarge
    ml.m5d.xlarge
    MlM5d2xlarge
    ml.m5d.2xlarge
    MlM5d4xlarge
    ml.m5d.4xlarge
    MlM5d8xlarge
    ml.m5d.8xlarge
    MlM5d12xlarge
    ml.m5d.12xlarge
    MlM5d16xlarge
    ml.m5d.16xlarge
    MlM5d24xlarge
    ml.m5d.24xlarge
    MlG5Xlarge
    ml.g5.xlarge
    MlG52xlarge
    ml.g5.2xlarge
    MlG54xlarge
    ml.g5.4xlarge
    MlG58xlarge
    ml.g5.8xlarge
    MlG512xlarge
    ml.g5.12xlarge
    MlG516xlarge
    ml.g5.16xlarge
    MlG524xlarge
    ml.g5.24xlarge
    MlG548xlarge
    ml.g5.48xlarge
    MlP4d24xlarge
    ml.p4d.24xlarge
    MlP4de24xlarge
    ml.p4de.24xlarge
    MlGeospatialInteractive
    ml.geospatial.interactive
    MlTrn12xlarge
    ml.trn1.2xlarge
    MlTrn132xlarge
    ml.trn1.32xlarge
    MlTrn1n32xlarge
    ml.trn1n.32xlarge
    System
    system
    MlT3Micro
    ml.t3.micro
    MlT3Small
    ml.t3.small
    MlT3Medium
    ml.t3.medium
    MlT3Large
    ml.t3.large
    MlT3Xlarge
    ml.t3.xlarge
    MlT32xlarge
    ml.t3.2xlarge
    MlM5Large
    ml.m5.large
    MlM5Xlarge
    ml.m5.xlarge
    MlM52xlarge
    ml.m5.2xlarge
    MlM54xlarge
    ml.m5.4xlarge
    MlM58xlarge
    ml.m5.8xlarge
    MlM512xlarge
    ml.m5.12xlarge
    MlM516xlarge
    ml.m5.16xlarge
    MlM524xlarge
    ml.m5.24xlarge
    MlC5Large
    ml.c5.large
    MlC5Xlarge
    ml.c5.xlarge
    MlC52xlarge
    ml.c5.2xlarge
    MlC54xlarge
    ml.c5.4xlarge
    MlC59xlarge
    ml.c5.9xlarge
    MlC512xlarge
    ml.c5.12xlarge
    MlC518xlarge
    ml.c5.18xlarge
    MlC524xlarge
    ml.c5.24xlarge
    MlP32xlarge
    ml.p3.2xlarge
    MlP38xlarge
    ml.p3.8xlarge
    MlP316xlarge
    ml.p3.16xlarge
    MlG4dnXlarge
    ml.g4dn.xlarge
    MlG4dn2xlarge
    ml.g4dn.2xlarge
    MlG4dn4xlarge
    ml.g4dn.4xlarge
    MlG4dn8xlarge
    ml.g4dn.8xlarge
    MlG4dn12xlarge
    ml.g4dn.12xlarge
    MlG4dn16xlarge
    ml.g4dn.16xlarge
    MlR5Large
    ml.r5.large
    MlR5Xlarge
    ml.r5.xlarge
    MlR52xlarge
    ml.r5.2xlarge
    MlR54xlarge
    ml.r5.4xlarge
    MlR58xlarge
    ml.r5.8xlarge
    MlR512xlarge
    ml.r5.12xlarge
    MlR516xlarge
    ml.r5.16xlarge
    MlR524xlarge
    ml.r5.24xlarge
    MlP3dn24xlarge
    ml.p3dn.24xlarge
    MlM5dLarge
    ml.m5d.large
    MlM5dXlarge
    ml.m5d.xlarge
    MlM5d2xlarge
    ml.m5d.2xlarge
    MlM5d4xlarge
    ml.m5d.4xlarge
    MlM5d8xlarge
    ml.m5d.8xlarge
    MlM5d12xlarge
    ml.m5d.12xlarge
    MlM5d16xlarge
    ml.m5d.16xlarge
    MlM5d24xlarge
    ml.m5d.24xlarge
    MlG5Xlarge
    ml.g5.xlarge
    MlG52xlarge
    ml.g5.2xlarge
    MlG54xlarge
    ml.g5.4xlarge
    MlG58xlarge
    ml.g5.8xlarge
    MlG512xlarge
    ml.g5.12xlarge
    MlG516xlarge
    ml.g5.16xlarge
    MlG524xlarge
    ml.g5.24xlarge
    MlG548xlarge
    ml.g5.48xlarge
    MlP4d24xlarge
    ml.p4d.24xlarge
    MlP4de24xlarge
    ml.p4de.24xlarge
    MlGeospatialInteractive
    ml.geospatial.interactive
    MlTrn12xlarge
    ml.trn1.2xlarge
    MlTrn132xlarge
    ml.trn1.32xlarge
    MlTrn1n32xlarge
    ml.trn1n.32xlarge
    SYSTEM
    system
    ML_T3_MICRO
    ml.t3.micro
    ML_T3_SMALL
    ml.t3.small
    ML_T3_MEDIUM
    ml.t3.medium
    ML_T3_LARGE
    ml.t3.large
    ML_T3_XLARGE
    ml.t3.xlarge
    ML_T32XLARGE
    ml.t3.2xlarge
    ML_M5_LARGE
    ml.m5.large
    ML_M5_XLARGE
    ml.m5.xlarge
    ML_M52XLARGE
    ml.m5.2xlarge
    ML_M54XLARGE
    ml.m5.4xlarge
    ML_M58XLARGE
    ml.m5.8xlarge
    ML_M512XLARGE
    ml.m5.12xlarge
    ML_M516XLARGE
    ml.m5.16xlarge
    ML_M524XLARGE
    ml.m5.24xlarge
    ML_C5_LARGE
    ml.c5.large
    ML_C5_XLARGE
    ml.c5.xlarge
    ML_C52XLARGE
    ml.c5.2xlarge
    ML_C54XLARGE
    ml.c5.4xlarge
    ML_C59XLARGE
    ml.c5.9xlarge
    ML_C512XLARGE
    ml.c5.12xlarge
    ML_C518XLARGE
    ml.c5.18xlarge
    ML_C524XLARGE
    ml.c5.24xlarge
    ML_P32XLARGE
    ml.p3.2xlarge
    ML_P38XLARGE
    ml.p3.8xlarge
    ML_P316XLARGE
    ml.p3.16xlarge
    ML_G4DN_XLARGE
    ml.g4dn.xlarge
    ML_G4DN2XLARGE
    ml.g4dn.2xlarge
    ML_G4DN4XLARGE
    ml.g4dn.4xlarge
    ML_G4DN8XLARGE
    ml.g4dn.8xlarge
    ML_G4DN12XLARGE
    ml.g4dn.12xlarge
    ML_G4DN16XLARGE
    ml.g4dn.16xlarge
    ML_R5_LARGE
    ml.r5.large
    ML_R5_XLARGE
    ml.r5.xlarge
    ML_R52XLARGE
    ml.r5.2xlarge
    ML_R54XLARGE
    ml.r5.4xlarge
    ML_R58XLARGE
    ml.r5.8xlarge
    ML_R512XLARGE
    ml.r5.12xlarge
    ML_R516XLARGE
    ml.r5.16xlarge
    ML_R524XLARGE
    ml.r5.24xlarge
    ML_P3DN24XLARGE
    ml.p3dn.24xlarge
    ML_M5D_LARGE
    ml.m5d.large
    ML_M5D_XLARGE
    ml.m5d.xlarge
    ML_M5D2XLARGE
    ml.m5d.2xlarge
    ML_M5D4XLARGE
    ml.m5d.4xlarge
    ML_M5D8XLARGE
    ml.m5d.8xlarge
    ML_M5D12XLARGE
    ml.m5d.12xlarge
    ML_M5D16XLARGE
    ml.m5d.16xlarge
    ML_M5D24XLARGE
    ml.m5d.24xlarge
    ML_G5_XLARGE
    ml.g5.xlarge
    ML_G52XLARGE
    ml.g5.2xlarge
    ML_G54XLARGE
    ml.g5.4xlarge
    ML_G58XLARGE
    ml.g5.8xlarge
    ML_G512XLARGE
    ml.g5.12xlarge
    ML_G516XLARGE
    ml.g5.16xlarge
    ML_G524XLARGE
    ml.g5.24xlarge
    ML_G548XLARGE
    ml.g5.48xlarge
    ML_P4D24XLARGE
    ml.p4d.24xlarge
    ML_P4DE24XLARGE
    ml.p4de.24xlarge
    ML_GEOSPATIAL_INTERACTIVE
    ml.geospatial.interactive
    ML_TRN12XLARGE
    ml.trn1.2xlarge
    ML_TRN132XLARGE
    ml.trn1.32xlarge
    ML_TRN1N32XLARGE
    ml.trn1n.32xlarge
    "system"
    system
    "ml.t3.micro"
    ml.t3.micro
    "ml.t3.small"
    ml.t3.small
    "ml.t3.medium"
    ml.t3.medium
    "ml.t3.large"
    ml.t3.large
    "ml.t3.xlarge"
    ml.t3.xlarge
    "ml.t3.2xlarge"
    ml.t3.2xlarge
    "ml.m5.large"
    ml.m5.large
    "ml.m5.xlarge"
    ml.m5.xlarge
    "ml.m5.2xlarge"
    ml.m5.2xlarge
    "ml.m5.4xlarge"
    ml.m5.4xlarge
    "ml.m5.8xlarge"
    ml.m5.8xlarge
    "ml.m5.12xlarge"
    ml.m5.12xlarge
    "ml.m5.16xlarge"
    ml.m5.16xlarge
    "ml.m5.24xlarge"
    ml.m5.24xlarge
    "ml.c5.large"
    ml.c5.large
    "ml.c5.xlarge"
    ml.c5.xlarge
    "ml.c5.2xlarge"
    ml.c5.2xlarge
    "ml.c5.4xlarge"
    ml.c5.4xlarge
    "ml.c5.9xlarge"
    ml.c5.9xlarge
    "ml.c5.12xlarge"
    ml.c5.12xlarge
    "ml.c5.18xlarge"
    ml.c5.18xlarge
    "ml.c5.24xlarge"
    ml.c5.24xlarge
    "ml.p3.2xlarge"
    ml.p3.2xlarge
    "ml.p3.8xlarge"
    ml.p3.8xlarge
    "ml.p3.16xlarge"
    ml.p3.16xlarge
    "ml.g4dn.xlarge"
    ml.g4dn.xlarge
    "ml.g4dn.2xlarge"
    ml.g4dn.2xlarge
    "ml.g4dn.4xlarge"
    ml.g4dn.4xlarge
    "ml.g4dn.8xlarge"
    ml.g4dn.8xlarge
    "ml.g4dn.12xlarge"
    ml.g4dn.12xlarge
    "ml.g4dn.16xlarge"
    ml.g4dn.16xlarge
    "ml.r5.large"
    ml.r5.large
    "ml.r5.xlarge"
    ml.r5.xlarge
    "ml.r5.2xlarge"
    ml.r5.2xlarge
    "ml.r5.4xlarge"
    ml.r5.4xlarge
    "ml.r5.8xlarge"
    ml.r5.8xlarge
    "ml.r5.12xlarge"
    ml.r5.12xlarge
    "ml.r5.16xlarge"
    ml.r5.16xlarge
    "ml.r5.24xlarge"
    ml.r5.24xlarge
    "ml.p3dn.24xlarge"
    ml.p3dn.24xlarge
    "ml.m5d.large"
    ml.m5d.large
    "ml.m5d.xlarge"
    ml.m5d.xlarge
    "ml.m5d.2xlarge"
    ml.m5d.2xlarge
    "ml.m5d.4xlarge"
    ml.m5d.4xlarge
    "ml.m5d.8xlarge"
    ml.m5d.8xlarge
    "ml.m5d.12xlarge"
    ml.m5d.12xlarge
    "ml.m5d.16xlarge"
    ml.m5d.16xlarge
    "ml.m5d.24xlarge"
    ml.m5d.24xlarge
    "ml.g5.xlarge"
    ml.g5.xlarge
    "ml.g5.2xlarge"
    ml.g5.2xlarge
    "ml.g5.4xlarge"
    ml.g5.4xlarge
    "ml.g5.8xlarge"
    ml.g5.8xlarge
    "ml.g5.12xlarge"
    ml.g5.12xlarge
    "ml.g5.16xlarge"
    ml.g5.16xlarge
    "ml.g5.24xlarge"
    ml.g5.24xlarge
    "ml.g5.48xlarge"
    ml.g5.48xlarge
    "ml.p4d.24xlarge"
    ml.p4d.24xlarge
    "ml.p4de.24xlarge"
    ml.p4de.24xlarge
    "ml.geospatial.interactive"
    ml.geospatial.interactive
    "ml.trn1.2xlarge"
    ml.trn1.2xlarge
    "ml.trn1.32xlarge"
    ml.trn1.32xlarge
    "ml.trn1n.32xlarge"
    ml.trn1n.32xlarge

    UserProfileSharingSettings, UserProfileSharingSettingsArgs

    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, UserProfileSharingSettingsNotebookOutputOptionArgs

    Allowed
    Allowed
    Disabled
    Disabled
    UserProfileSharingSettingsNotebookOutputOptionAllowed
    Allowed
    UserProfileSharingSettingsNotebookOutputOptionDisabled
    Disabled
    Allowed
    Allowed
    Disabled
    Disabled
    Allowed
    Allowed
    Disabled
    Disabled
    ALLOWED
    Allowed
    DISABLED
    Disabled
    "Allowed"
    Allowed
    "Disabled"
    Disabled

    UserProfileStudioWebPortalSettings, UserProfileStudioWebPortalSettingsArgs

    HiddenAppTypes List<Pulumi.AwsNative.SageMaker.UserProfileAppType>
    Applications supported in Studio that are hidden from the Studio left navigation pane.
    HiddenInstanceTypes List<Pulumi.AwsNative.SageMaker.UserProfileAppInstanceType>
    The instance types you are hiding from the Studio user interface.
    HiddenMlTools List<Pulumi.AwsNative.SageMaker.UserProfileMlTools>
    The machine learning tools that are hidden from the Studio left navigation pane.
    HiddenSageMakerImageVersionAliases List<Pulumi.AwsNative.SageMaker.Inputs.UserProfileHiddenSageMakerImage>
    The version aliases you are hiding from the Studio user interface.
    HiddenAppTypes []UserProfileAppType
    Applications supported in Studio that are hidden from the Studio left navigation pane.
    HiddenInstanceTypes []UserProfileAppInstanceType
    The instance types you are hiding from the Studio user interface.
    HiddenMlTools []UserProfileMlTools
    The machine learning tools that are hidden from the Studio left navigation pane.
    HiddenSageMakerImageVersionAliases []UserProfileHiddenSageMakerImage
    The version aliases you are hiding from the Studio user interface.
    hiddenAppTypes List<UserProfileAppType>
    Applications supported in Studio that are hidden from the Studio left navigation pane.
    hiddenInstanceTypes List<UserProfileAppInstanceType>
    The instance types you are hiding from the Studio user interface.
    hiddenMlTools List<UserProfileMlTools>
    The machine learning tools that are hidden from the Studio left navigation pane.
    hiddenSageMakerImageVersionAliases List<UserProfileHiddenSageMakerImage>
    The version aliases you are hiding from the Studio user interface.
    hiddenAppTypes UserProfileAppType[]
    Applications supported in Studio that are hidden from the Studio left navigation pane.
    hiddenInstanceTypes UserProfileAppInstanceType[]
    The instance types you are hiding from the Studio user interface.
    hiddenMlTools UserProfileMlTools[]
    The machine learning tools that are hidden from the Studio left navigation pane.
    hiddenSageMakerImageVersionAliases UserProfileHiddenSageMakerImage[]
    The version aliases you are hiding from the Studio user interface.
    hidden_app_types Sequence[UserProfileAppType]
    Applications supported in Studio that are hidden from the Studio left navigation pane.
    hidden_instance_types Sequence[UserProfileAppInstanceType]
    The instance types you are hiding from the Studio user interface.
    hidden_ml_tools Sequence[UserProfileMlTools]
    The machine learning tools that are hidden from the Studio left navigation pane.
    hidden_sage_maker_image_version_aliases Sequence[UserProfileHiddenSageMakerImage]
    The version aliases you are hiding from the Studio user interface.
    hiddenAppTypes List<"JupyterServer" | "TensorBoard" | "RStudioServerPro" | "JupyterLab" | "CodeEditor" | "DetailedProfiler" | "Canvas">
    Applications supported in Studio that are hidden from the Studio left navigation pane.
    hiddenInstanceTypes List<"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.m5d.large" | "ml.m5d.xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.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.p3dn.24xlarge" | "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.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.geospatial.interactive" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.p5.48xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.c6i.large" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.r6i.large" | "ml.r6i.xlarge" | "ml.r6i.2xlarge" | "ml.r6i.4xlarge" | "ml.r6i.8xlarge" | "ml.r6i.12xlarge" | "ml.r6i.16xlarge" | "ml.r6i.24xlarge" | "ml.r6i.32xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge" | "ml.m6id.large" | "ml.m6id.xlarge" | "ml.m6id.2xlarge" | "ml.m6id.4xlarge" | "ml.m6id.8xlarge" | "ml.m6id.12xlarge" | "ml.m6id.16xlarge" | "ml.m6id.24xlarge" | "ml.m6id.32xlarge" | "ml.c6id.large" | "ml.c6id.xlarge" | "ml.c6id.2xlarge" | "ml.c6id.4xlarge" | "ml.c6id.8xlarge" | "ml.c6id.12xlarge" | "ml.c6id.16xlarge" | "ml.c6id.24xlarge" | "ml.c6id.32xlarge" | "ml.r6id.large" | "ml.r6id.xlarge" | "ml.r6id.2xlarge" | "ml.r6id.4xlarge" | "ml.r6id.8xlarge" | "ml.r6id.12xlarge" | "ml.r6id.16xlarge" | "ml.r6id.24xlarge" | "ml.r6id.32xlarge">
    The instance types you are hiding from the Studio user interface.
    hiddenMlTools List<"DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects" | "InferenceOptimization" | "HyperPodClusters" | "Comet" | "DeepchecksLLMEvaluation" | "Fiddler" | "LakeraGuard" | "PerformanceEvaluation">
    The machine learning tools that are hidden from the Studio left navigation pane.
    hiddenSageMakerImageVersionAliases List<Property Map>
    The version aliases you are hiding from the Studio user interface.

    UserProfileUserSettings, UserProfileUserSettingsArgs

    AutoMountHomeEfs Pulumi.AwsNative.SageMaker.UserProfileUserSettingsAutoMountHomeEfs
    Indicates whether auto-mounting of an EFS volume is supported for the user profile.
    CodeEditorAppSettings Pulumi.AwsNative.SageMaker.Inputs.UserProfileCodeEditorAppSettings

    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.

    CustomFileSystemConfigs List<Pulumi.AwsNative.SageMaker.Inputs.UserProfileCustomFileSystemConfig>

    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.

    CustomPosixUserConfig Pulumi.AwsNative.SageMaker.Inputs.UserProfileCustomPosixUserConfig

    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.

    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

    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.

    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
    A collection of settings that configure user interaction with the RStudioServerPro app.
    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

    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.

    StudioWebPortal Pulumi.AwsNative.SageMaker.UserProfileUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    StudioWebPortalSettings Pulumi.AwsNative.SageMaker.Inputs.UserProfileStudioWebPortalSettings
    Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
    AutoMountHomeEfs UserProfileUserSettingsAutoMountHomeEfs
    Indicates whether auto-mounting of an EFS volume is supported for the user profile.
    CodeEditorAppSettings UserProfileCodeEditorAppSettings

    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.

    CustomFileSystemConfigs []UserProfileCustomFileSystemConfig

    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.

    CustomPosixUserConfig UserProfileCustomPosixUserConfig

    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.

    DefaultLandingUri string
    Defines which Amazon SageMaker application users are directed to by default.
    ExecutionRole string
    The user profile Amazon Resource Name (ARN).
    JupyterLabAppSettings UserProfileJupyterLabAppSettings

    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.

    JupyterServerAppSettings UserProfileJupyterServerAppSettings
    The Jupyter server's app settings.
    KernelGatewayAppSettings UserProfileKernelGatewayAppSettings
    The kernel gateway app settings.
    RStudioServerProAppSettings UserProfileRStudioServerProAppSettings
    A collection of settings that configure user interaction with the RStudioServerPro app.
    SecurityGroups []string
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    SharingSettings UserProfileSharingSettings
    The sharing settings.
    SpaceStorageSettings UserProfileDefaultSpaceStorageSettings

    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.

    StudioWebPortal UserProfileUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    StudioWebPortalSettings UserProfileStudioWebPortalSettings
    Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
    autoMountHomeEfs UserProfileUserSettingsAutoMountHomeEfs
    Indicates whether auto-mounting of an EFS volume is supported for the user profile.
    codeEditorAppSettings UserProfileCodeEditorAppSettings

    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.

    customFileSystemConfigs List<UserProfileCustomFileSystemConfig>

    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.

    customPosixUserConfig UserProfileCustomPosixUserConfig

    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.

    defaultLandingUri String
    Defines which Amazon SageMaker application users are directed to by default.
    executionRole String
    The user profile Amazon Resource Name (ARN).
    jupyterLabAppSettings UserProfileJupyterLabAppSettings

    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.

    jupyterServerAppSettings UserProfileJupyterServerAppSettings
    The Jupyter server's app settings.
    kernelGatewayAppSettings UserProfileKernelGatewayAppSettings
    The kernel gateway app settings.
    rStudioServerProAppSettings UserProfileRStudioServerProAppSettings
    A collection of settings that configure user interaction with the RStudioServerPro app.
    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

    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.

    studioWebPortal UserProfileUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    studioWebPortalSettings UserProfileStudioWebPortalSettings
    Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
    autoMountHomeEfs UserProfileUserSettingsAutoMountHomeEfs
    Indicates whether auto-mounting of an EFS volume is supported for the user profile.
    codeEditorAppSettings UserProfileCodeEditorAppSettings

    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.

    customFileSystemConfigs UserProfileCustomFileSystemConfig[]

    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.

    customPosixUserConfig UserProfileCustomPosixUserConfig

    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.

    defaultLandingUri string
    Defines which Amazon SageMaker application users are directed to by default.
    executionRole string
    The user profile Amazon Resource Name (ARN).
    jupyterLabAppSettings UserProfileJupyterLabAppSettings

    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.

    jupyterServerAppSettings UserProfileJupyterServerAppSettings
    The Jupyter server's app settings.
    kernelGatewayAppSettings UserProfileKernelGatewayAppSettings
    The kernel gateway app settings.
    rStudioServerProAppSettings UserProfileRStudioServerProAppSettings
    A collection of settings that configure user interaction with the RStudioServerPro app.
    securityGroups string[]
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    sharingSettings UserProfileSharingSettings
    The sharing settings.
    spaceStorageSettings UserProfileDefaultSpaceStorageSettings

    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.

    studioWebPortal UserProfileUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    studioWebPortalSettings UserProfileStudioWebPortalSettings
    Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
    auto_mount_home_efs UserProfileUserSettingsAutoMountHomeEfs
    Indicates whether auto-mounting of an EFS volume is supported for the user profile.
    code_editor_app_settings UserProfileCodeEditorAppSettings

    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_system_configs Sequence[UserProfileCustomFileSystemConfig]

    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_user_config UserProfileCustomPosixUserConfig

    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_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

    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_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
    A collection of settings that configure user interaction with the RStudioServerPro app.
    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

    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_portal UserProfileUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    studio_web_portal_settings UserProfileStudioWebPortalSettings
    Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
    autoMountHomeEfs "Enabled" | "Disabled" | "DefaultAsDomain"
    Indicates whether auto-mounting of an EFS volume is supported for the user profile.
    codeEditorAppSettings Property Map

    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.

    customFileSystemConfigs List<Property Map>

    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.

    customPosixUserConfig Property Map

    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.

    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

    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.

    jupyterServerAppSettings Property Map
    The Jupyter server's app settings.
    kernelGatewayAppSettings Property Map
    The kernel gateway app settings.
    rStudioServerProAppSettings Property Map
    A collection of settings that configure user interaction with the RStudioServerPro app.
    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

    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.

    studioWebPortal "ENABLED" | "DISABLED"
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    studioWebPortalSettings Property Map
    Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.

    UserProfileUserSettingsAutoMountHomeEfs, UserProfileUserSettingsAutoMountHomeEfsArgs

    Enabled
    Enabled
    Disabled
    Disabled
    DefaultAsDomain
    DefaultAsDomain
    UserProfileUserSettingsAutoMountHomeEfsEnabled
    Enabled
    UserProfileUserSettingsAutoMountHomeEfsDisabled
    Disabled
    UserProfileUserSettingsAutoMountHomeEfsDefaultAsDomain
    DefaultAsDomain
    Enabled
    Enabled
    Disabled
    Disabled
    DefaultAsDomain
    DefaultAsDomain
    Enabled
    Enabled
    Disabled
    Disabled
    DefaultAsDomain
    DefaultAsDomain
    ENABLED
    Enabled
    DISABLED
    Disabled
    DEFAULT_AS_DOMAIN
    DefaultAsDomain
    "Enabled"
    Enabled
    "Disabled"
    Disabled
    "DefaultAsDomain"
    DefaultAsDomain

    UserProfileUserSettingsStudioWebPortal, UserProfileUserSettingsStudioWebPortalArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    UserProfileUserSettingsStudioWebPortalEnabled
    ENABLED
    UserProfileUserSettingsStudioWebPortalDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi