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

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

AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi

aws-native.sagemaker.Domain

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi

    Resource Type definition for AWS::SageMaker::Domain

    Create Domain Resource

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

    Constructor syntax

    new Domain(name: string, args: DomainArgs, opts?: CustomResourceOptions);
    @overload
    def Domain(resource_name: str,
               args: DomainArgs,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def Domain(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               auth_mode: Optional[DomainAuthMode] = None,
               default_user_settings: Optional[DomainUserSettingsArgs] = None,
               subnet_ids: Optional[Sequence[str]] = None,
               vpc_id: Optional[str] = None,
               app_network_access_type: Optional[DomainAppNetworkAccessType] = None,
               app_security_group_management: Optional[DomainAppSecurityGroupManagement] = None,
               default_space_settings: Optional[DomainDefaultSpaceSettingsArgs] = None,
               domain_name: Optional[str] = None,
               domain_settings: Optional[DomainSettingsArgs] = None,
               kms_key_id: Optional[str] = None,
               tag_propagation: Optional[DomainTagPropagation] = None,
               tags: Optional[Sequence[_root_inputs.CreateOnlyTagArgs]] = None)
    func NewDomain(ctx *Context, name string, args DomainArgs, opts ...ResourceOption) (*Domain, error)
    public Domain(string name, DomainArgs args, CustomResourceOptions? opts = null)
    public Domain(String name, DomainArgs args)
    public Domain(String name, DomainArgs args, CustomResourceOptions options)
    
    type: aws-native:sagemaker:Domain
    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 DomainArgs
    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 DomainArgs
    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 DomainArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DomainArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DomainArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Domain 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 Domain resource accepts the following input properties:

    AuthMode Pulumi.AwsNative.SageMaker.DomainAuthMode
    The mode of authentication that members use to access the domain.
    DefaultUserSettings Pulumi.AwsNative.SageMaker.Inputs.DomainUserSettings
    The default user settings.
    SubnetIds List<string>
    The VPC subnets that Studio uses for communication.
    VpcId string
    The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    AppNetworkAccessType Pulumi.AwsNative.SageMaker.DomainAppNetworkAccessType
    Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
    AppSecurityGroupManagement Pulumi.AwsNative.SageMaker.DomainAppSecurityGroupManagement
    The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
    DefaultSpaceSettings Pulumi.AwsNative.SageMaker.Inputs.DomainDefaultSpaceSettings
    The default space settings.
    DomainName string
    A name for the domain.
    DomainSettings Pulumi.AwsNative.SageMaker.Inputs.DomainSettings
    A collection of settings that apply to the SageMaker Domain . These settings are specified through the CreateDomain API call.
    KmsKeyId string
    SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
    TagPropagation Pulumi.AwsNative.SageMaker.DomainTagPropagation
    Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
    Tags List<Pulumi.AwsNative.Inputs.CreateOnlyTag>
    A list of tags to apply to the user profile.
    AuthMode DomainAuthMode
    The mode of authentication that members use to access the domain.
    DefaultUserSettings DomainUserSettingsArgs
    The default user settings.
    SubnetIds []string
    The VPC subnets that Studio uses for communication.
    VpcId string
    The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    AppNetworkAccessType DomainAppNetworkAccessType
    Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
    AppSecurityGroupManagement DomainAppSecurityGroupManagement
    The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
    DefaultSpaceSettings DomainDefaultSpaceSettingsArgs
    The default space settings.
    DomainName string
    A name for the domain.
    DomainSettings DomainSettingsArgs
    A collection of settings that apply to the SageMaker Domain . These settings are specified through the CreateDomain API call.
    KmsKeyId string
    SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
    TagPropagation DomainTagPropagation
    Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
    Tags CreateOnlyTagArgs
    A list of tags to apply to the user profile.
    authMode DomainAuthMode
    The mode of authentication that members use to access the domain.
    defaultUserSettings DomainUserSettings
    The default user settings.
    subnetIds List<String>
    The VPC subnets that Studio uses for communication.
    vpcId String
    The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    appNetworkAccessType DomainAppNetworkAccessType
    Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
    appSecurityGroupManagement DomainAppSecurityGroupManagement
    The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
    defaultSpaceSettings DomainDefaultSpaceSettings
    The default space settings.
    domainName String
    A name for the domain.
    domainSettings DomainSettings
    A collection of settings that apply to the SageMaker Domain . These settings are specified through the CreateDomain API call.
    kmsKeyId String
    SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
    tagPropagation DomainTagPropagation
    Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
    tags List<CreateOnlyTag>
    A list of tags to apply to the user profile.
    authMode DomainAuthMode
    The mode of authentication that members use to access the domain.
    defaultUserSettings DomainUserSettings
    The default user settings.
    subnetIds string[]
    The VPC subnets that Studio uses for communication.
    vpcId string
    The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    appNetworkAccessType DomainAppNetworkAccessType
    Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
    appSecurityGroupManagement DomainAppSecurityGroupManagement
    The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
    defaultSpaceSettings DomainDefaultSpaceSettings
    The default space settings.
    domainName string
    A name for the domain.
    domainSettings DomainSettings
    A collection of settings that apply to the SageMaker Domain . These settings are specified through the CreateDomain API call.
    kmsKeyId string
    SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
    tagPropagation DomainTagPropagation
    Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
    tags CreateOnlyTag[]
    A list of tags to apply to the user profile.
    auth_mode DomainAuthMode
    The mode of authentication that members use to access the domain.
    default_user_settings DomainUserSettingsArgs
    The default user settings.
    subnet_ids Sequence[str]
    The VPC subnets that Studio uses for communication.
    vpc_id str
    The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    app_network_access_type DomainAppNetworkAccessType
    Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
    app_security_group_management DomainAppSecurityGroupManagement
    The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
    default_space_settings DomainDefaultSpaceSettingsArgs
    The default space settings.
    domain_name str
    A name for the domain.
    domain_settings DomainSettingsArgs
    A collection of settings that apply to the SageMaker Domain . These settings are specified through the CreateDomain API call.
    kms_key_id str
    SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
    tag_propagation DomainTagPropagation
    Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
    tags Sequence[CreateOnlyTagArgs]
    A list of tags to apply to the user profile.
    authMode "SSO" | "IAM"
    The mode of authentication that members use to access the domain.
    defaultUserSettings Property Map
    The default user settings.
    subnetIds List<String>
    The VPC subnets that Studio uses for communication.
    vpcId String
    The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    appNetworkAccessType "PublicInternetOnly" | "VpcOnly"
    Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
    appSecurityGroupManagement "Service" | "Customer"
    The entity that creates and manages the required security groups for inter-app communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn is provided.
    defaultSpaceSettings Property Map
    The default space settings.
    domainName String
    A name for the domain.
    domainSettings Property Map
    A collection of settings that apply to the SageMaker Domain . These settings are specified through the CreateDomain API call.
    kmsKeyId String
    SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
    tagPropagation "ENABLED" | "DISABLED"
    Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
    tags List<Property Map>
    A list of tags to apply to the user profile.

    Outputs

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

    DomainArn string
    The Amazon Resource Name (ARN) of the created domain.
    DomainId string
    The domain name.
    HomeEfsFileSystemId string
    The ID of the Amazon Elastic File System (EFS) managed by this Domain.
    Id string
    The provider-assigned unique ID for this managed resource.
    SecurityGroupIdForDomainBoundary string
    The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
    SingleSignOnApplicationArn string
    The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
    SingleSignOnManagedApplicationInstanceId string
    The SSO managed application instance ID.
    Url string
    The URL to the created domain.
    DomainArn string
    The Amazon Resource Name (ARN) of the created domain.
    DomainId string
    The domain name.
    HomeEfsFileSystemId string
    The ID of the Amazon Elastic File System (EFS) managed by this Domain.
    Id string
    The provider-assigned unique ID for this managed resource.
    SecurityGroupIdForDomainBoundary string
    The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
    SingleSignOnApplicationArn string
    The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
    SingleSignOnManagedApplicationInstanceId string
    The SSO managed application instance ID.
    Url string
    The URL to the created domain.
    domainArn String
    The Amazon Resource Name (ARN) of the created domain.
    domainId String
    The domain name.
    homeEfsFileSystemId String
    The ID of the Amazon Elastic File System (EFS) managed by this Domain.
    id String
    The provider-assigned unique ID for this managed resource.
    securityGroupIdForDomainBoundary String
    The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
    singleSignOnApplicationArn String
    The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
    singleSignOnManagedApplicationInstanceId String
    The SSO managed application instance ID.
    url String
    The URL to the created domain.
    domainArn string
    The Amazon Resource Name (ARN) of the created domain.
    domainId string
    The domain name.
    homeEfsFileSystemId string
    The ID of the Amazon Elastic File System (EFS) managed by this Domain.
    id string
    The provider-assigned unique ID for this managed resource.
    securityGroupIdForDomainBoundary string
    The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
    singleSignOnApplicationArn string
    The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
    singleSignOnManagedApplicationInstanceId string
    The SSO managed application instance ID.
    url string
    The URL to the created domain.
    domain_arn str
    The Amazon Resource Name (ARN) of the created domain.
    domain_id str
    The domain name.
    home_efs_file_system_id str
    The ID of the Amazon Elastic File System (EFS) managed by this Domain.
    id str
    The provider-assigned unique ID for this managed resource.
    security_group_id_for_domain_boundary str
    The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
    single_sign_on_application_arn str
    The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
    single_sign_on_managed_application_instance_id str
    The SSO managed application instance ID.
    url str
    The URL to the created domain.
    domainArn String
    The Amazon Resource Name (ARN) of the created domain.
    domainId String
    The domain name.
    homeEfsFileSystemId String
    The ID of the Amazon Elastic File System (EFS) managed by this Domain.
    id String
    The provider-assigned unique ID for this managed resource.
    securityGroupIdForDomainBoundary String
    The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
    singleSignOnApplicationArn String
    The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
    singleSignOnManagedApplicationInstanceId String
    The SSO managed application instance ID.
    url String
    The URL to the created domain.

    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

    DomainAppInstanceType, DomainAppInstanceTypeArgs

    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
    DomainAppInstanceTypeSystem
    system
    DomainAppInstanceTypeMlT3Micro
    ml.t3.micro
    DomainAppInstanceTypeMlT3Small
    ml.t3.small
    DomainAppInstanceTypeMlT3Medium
    ml.t3.medium
    DomainAppInstanceTypeMlT3Large
    ml.t3.large
    DomainAppInstanceTypeMlT3Xlarge
    ml.t3.xlarge
    DomainAppInstanceTypeMlT32xlarge
    ml.t3.2xlarge
    DomainAppInstanceTypeMlM5Large
    ml.m5.large
    DomainAppInstanceTypeMlM5Xlarge
    ml.m5.xlarge
    DomainAppInstanceTypeMlM52xlarge
    ml.m5.2xlarge
    DomainAppInstanceTypeMlM54xlarge
    ml.m5.4xlarge
    DomainAppInstanceTypeMlM58xlarge
    ml.m5.8xlarge
    DomainAppInstanceTypeMlM512xlarge
    ml.m5.12xlarge
    DomainAppInstanceTypeMlM516xlarge
    ml.m5.16xlarge
    DomainAppInstanceTypeMlM524xlarge
    ml.m5.24xlarge
    DomainAppInstanceTypeMlM5dLarge
    ml.m5d.large
    DomainAppInstanceTypeMlM5dXlarge
    ml.m5d.xlarge
    DomainAppInstanceTypeMlM5d2xlarge
    ml.m5d.2xlarge
    DomainAppInstanceTypeMlM5d4xlarge
    ml.m5d.4xlarge
    DomainAppInstanceTypeMlM5d8xlarge
    ml.m5d.8xlarge
    DomainAppInstanceTypeMlM5d12xlarge
    ml.m5d.12xlarge
    DomainAppInstanceTypeMlM5d16xlarge
    ml.m5d.16xlarge
    DomainAppInstanceTypeMlM5d24xlarge
    ml.m5d.24xlarge
    DomainAppInstanceTypeMlC5Large
    ml.c5.large
    DomainAppInstanceTypeMlC5Xlarge
    ml.c5.xlarge
    DomainAppInstanceTypeMlC52xlarge
    ml.c5.2xlarge
    DomainAppInstanceTypeMlC54xlarge
    ml.c5.4xlarge
    DomainAppInstanceTypeMlC59xlarge
    ml.c5.9xlarge
    DomainAppInstanceTypeMlC512xlarge
    ml.c5.12xlarge
    DomainAppInstanceTypeMlC518xlarge
    ml.c5.18xlarge
    DomainAppInstanceTypeMlC524xlarge
    ml.c5.24xlarge
    DomainAppInstanceTypeMlP32xlarge
    ml.p3.2xlarge
    DomainAppInstanceTypeMlP38xlarge
    ml.p3.8xlarge
    DomainAppInstanceTypeMlP316xlarge
    ml.p3.16xlarge
    DomainAppInstanceTypeMlP3dn24xlarge
    ml.p3dn.24xlarge
    DomainAppInstanceTypeMlG4dnXlarge
    ml.g4dn.xlarge
    DomainAppInstanceTypeMlG4dn2xlarge
    ml.g4dn.2xlarge
    DomainAppInstanceTypeMlG4dn4xlarge
    ml.g4dn.4xlarge
    DomainAppInstanceTypeMlG4dn8xlarge
    ml.g4dn.8xlarge
    DomainAppInstanceTypeMlG4dn12xlarge
    ml.g4dn.12xlarge
    DomainAppInstanceTypeMlG4dn16xlarge
    ml.g4dn.16xlarge
    DomainAppInstanceTypeMlR5Large
    ml.r5.large
    DomainAppInstanceTypeMlR5Xlarge
    ml.r5.xlarge
    DomainAppInstanceTypeMlR52xlarge
    ml.r5.2xlarge
    DomainAppInstanceTypeMlR54xlarge
    ml.r5.4xlarge
    DomainAppInstanceTypeMlR58xlarge
    ml.r5.8xlarge
    DomainAppInstanceTypeMlR512xlarge
    ml.r5.12xlarge
    DomainAppInstanceTypeMlR516xlarge
    ml.r5.16xlarge
    DomainAppInstanceTypeMlR524xlarge
    ml.r5.24xlarge
    DomainAppInstanceTypeMlG5Xlarge
    ml.g5.xlarge
    DomainAppInstanceTypeMlG52xlarge
    ml.g5.2xlarge
    DomainAppInstanceTypeMlG54xlarge
    ml.g5.4xlarge
    DomainAppInstanceTypeMlG58xlarge
    ml.g5.8xlarge
    DomainAppInstanceTypeMlG512xlarge
    ml.g5.12xlarge
    DomainAppInstanceTypeMlG516xlarge
    ml.g5.16xlarge
    DomainAppInstanceTypeMlG524xlarge
    ml.g5.24xlarge
    DomainAppInstanceTypeMlG548xlarge
    ml.g5.48xlarge
    DomainAppInstanceTypeMlG6Xlarge
    ml.g6.xlarge
    DomainAppInstanceTypeMlG62xlarge
    ml.g6.2xlarge
    DomainAppInstanceTypeMlG64xlarge
    ml.g6.4xlarge
    DomainAppInstanceTypeMlG68xlarge
    ml.g6.8xlarge
    DomainAppInstanceTypeMlG612xlarge
    ml.g6.12xlarge
    DomainAppInstanceTypeMlG616xlarge
    ml.g6.16xlarge
    DomainAppInstanceTypeMlG624xlarge
    ml.g6.24xlarge
    DomainAppInstanceTypeMlG648xlarge
    ml.g6.48xlarge
    DomainAppInstanceTypeMlG6eXlarge
    ml.g6e.xlarge
    DomainAppInstanceTypeMlG6e2xlarge
    ml.g6e.2xlarge
    DomainAppInstanceTypeMlG6e4xlarge
    ml.g6e.4xlarge
    DomainAppInstanceTypeMlG6e8xlarge
    ml.g6e.8xlarge
    DomainAppInstanceTypeMlG6e12xlarge
    ml.g6e.12xlarge
    DomainAppInstanceTypeMlG6e16xlarge
    ml.g6e.16xlarge
    DomainAppInstanceTypeMlG6e24xlarge
    ml.g6e.24xlarge
    DomainAppInstanceTypeMlG6e48xlarge
    ml.g6e.48xlarge
    DomainAppInstanceTypeMlGeospatialInteractive
    ml.geospatial.interactive
    DomainAppInstanceTypeMlP4d24xlarge
    ml.p4d.24xlarge
    DomainAppInstanceTypeMlP4de24xlarge
    ml.p4de.24xlarge
    DomainAppInstanceTypeMlTrn12xlarge
    ml.trn1.2xlarge
    DomainAppInstanceTypeMlTrn132xlarge
    ml.trn1.32xlarge
    DomainAppInstanceTypeMlTrn1n32xlarge
    ml.trn1n.32xlarge
    DomainAppInstanceTypeMlP548xlarge
    ml.p5.48xlarge
    DomainAppInstanceTypeMlM6iLarge
    ml.m6i.large
    DomainAppInstanceTypeMlM6iXlarge
    ml.m6i.xlarge
    DomainAppInstanceTypeMlM6i2xlarge
    ml.m6i.2xlarge
    DomainAppInstanceTypeMlM6i4xlarge
    ml.m6i.4xlarge
    DomainAppInstanceTypeMlM6i8xlarge
    ml.m6i.8xlarge
    DomainAppInstanceTypeMlM6i12xlarge
    ml.m6i.12xlarge
    DomainAppInstanceTypeMlM6i16xlarge
    ml.m6i.16xlarge
    DomainAppInstanceTypeMlM6i24xlarge
    ml.m6i.24xlarge
    DomainAppInstanceTypeMlM6i32xlarge
    ml.m6i.32xlarge
    DomainAppInstanceTypeMlM7iLarge
    ml.m7i.large
    DomainAppInstanceTypeMlM7iXlarge
    ml.m7i.xlarge
    DomainAppInstanceTypeMlM7i2xlarge
    ml.m7i.2xlarge
    DomainAppInstanceTypeMlM7i4xlarge
    ml.m7i.4xlarge
    DomainAppInstanceTypeMlM7i8xlarge
    ml.m7i.8xlarge
    DomainAppInstanceTypeMlM7i12xlarge
    ml.m7i.12xlarge
    DomainAppInstanceTypeMlM7i16xlarge
    ml.m7i.16xlarge
    DomainAppInstanceTypeMlM7i24xlarge
    ml.m7i.24xlarge
    DomainAppInstanceTypeMlM7i48xlarge
    ml.m7i.48xlarge
    DomainAppInstanceTypeMlC6iLarge
    ml.c6i.large
    DomainAppInstanceTypeMlC6iXlarge
    ml.c6i.xlarge
    DomainAppInstanceTypeMlC6i2xlarge
    ml.c6i.2xlarge
    DomainAppInstanceTypeMlC6i4xlarge
    ml.c6i.4xlarge
    DomainAppInstanceTypeMlC6i8xlarge
    ml.c6i.8xlarge
    DomainAppInstanceTypeMlC6i12xlarge
    ml.c6i.12xlarge
    DomainAppInstanceTypeMlC6i16xlarge
    ml.c6i.16xlarge
    DomainAppInstanceTypeMlC6i24xlarge
    ml.c6i.24xlarge
    DomainAppInstanceTypeMlC6i32xlarge
    ml.c6i.32xlarge
    DomainAppInstanceTypeMlC7iLarge
    ml.c7i.large
    DomainAppInstanceTypeMlC7iXlarge
    ml.c7i.xlarge
    DomainAppInstanceTypeMlC7i2xlarge
    ml.c7i.2xlarge
    DomainAppInstanceTypeMlC7i4xlarge
    ml.c7i.4xlarge
    DomainAppInstanceTypeMlC7i8xlarge
    ml.c7i.8xlarge
    DomainAppInstanceTypeMlC7i12xlarge
    ml.c7i.12xlarge
    DomainAppInstanceTypeMlC7i16xlarge
    ml.c7i.16xlarge
    DomainAppInstanceTypeMlC7i24xlarge
    ml.c7i.24xlarge
    DomainAppInstanceTypeMlC7i48xlarge
    ml.c7i.48xlarge
    DomainAppInstanceTypeMlR6iLarge
    ml.r6i.large
    DomainAppInstanceTypeMlR6iXlarge
    ml.r6i.xlarge
    DomainAppInstanceTypeMlR6i2xlarge
    ml.r6i.2xlarge
    DomainAppInstanceTypeMlR6i4xlarge
    ml.r6i.4xlarge
    DomainAppInstanceTypeMlR6i8xlarge
    ml.r6i.8xlarge
    DomainAppInstanceTypeMlR6i12xlarge
    ml.r6i.12xlarge
    DomainAppInstanceTypeMlR6i16xlarge
    ml.r6i.16xlarge
    DomainAppInstanceTypeMlR6i24xlarge
    ml.r6i.24xlarge
    DomainAppInstanceTypeMlR6i32xlarge
    ml.r6i.32xlarge
    DomainAppInstanceTypeMlR7iLarge
    ml.r7i.large
    DomainAppInstanceTypeMlR7iXlarge
    ml.r7i.xlarge
    DomainAppInstanceTypeMlR7i2xlarge
    ml.r7i.2xlarge
    DomainAppInstanceTypeMlR7i4xlarge
    ml.r7i.4xlarge
    DomainAppInstanceTypeMlR7i8xlarge
    ml.r7i.8xlarge
    DomainAppInstanceTypeMlR7i12xlarge
    ml.r7i.12xlarge
    DomainAppInstanceTypeMlR7i16xlarge
    ml.r7i.16xlarge
    DomainAppInstanceTypeMlR7i24xlarge
    ml.r7i.24xlarge
    DomainAppInstanceTypeMlR7i48xlarge
    ml.r7i.48xlarge
    DomainAppInstanceTypeMlM6idLarge
    ml.m6id.large
    DomainAppInstanceTypeMlM6idXlarge
    ml.m6id.xlarge
    DomainAppInstanceTypeMlM6id2xlarge
    ml.m6id.2xlarge
    DomainAppInstanceTypeMlM6id4xlarge
    ml.m6id.4xlarge
    DomainAppInstanceTypeMlM6id8xlarge
    ml.m6id.8xlarge
    DomainAppInstanceTypeMlM6id12xlarge
    ml.m6id.12xlarge
    DomainAppInstanceTypeMlM6id16xlarge
    ml.m6id.16xlarge
    DomainAppInstanceTypeMlM6id24xlarge
    ml.m6id.24xlarge
    DomainAppInstanceTypeMlM6id32xlarge
    ml.m6id.32xlarge
    DomainAppInstanceTypeMlC6idLarge
    ml.c6id.large
    DomainAppInstanceTypeMlC6idXlarge
    ml.c6id.xlarge
    DomainAppInstanceTypeMlC6id2xlarge
    ml.c6id.2xlarge
    DomainAppInstanceTypeMlC6id4xlarge
    ml.c6id.4xlarge
    DomainAppInstanceTypeMlC6id8xlarge
    ml.c6id.8xlarge
    DomainAppInstanceTypeMlC6id12xlarge
    ml.c6id.12xlarge
    DomainAppInstanceTypeMlC6id16xlarge
    ml.c6id.16xlarge
    DomainAppInstanceTypeMlC6id24xlarge
    ml.c6id.24xlarge
    DomainAppInstanceTypeMlC6id32xlarge
    ml.c6id.32xlarge
    DomainAppInstanceTypeMlR6idLarge
    ml.r6id.large
    DomainAppInstanceTypeMlR6idXlarge
    ml.r6id.xlarge
    DomainAppInstanceTypeMlR6id2xlarge
    ml.r6id.2xlarge
    DomainAppInstanceTypeMlR6id4xlarge
    ml.r6id.4xlarge
    DomainAppInstanceTypeMlR6id8xlarge
    ml.r6id.8xlarge
    DomainAppInstanceTypeMlR6id12xlarge
    ml.r6id.12xlarge
    DomainAppInstanceTypeMlR6id16xlarge
    ml.r6id.16xlarge
    DomainAppInstanceTypeMlR6id24xlarge
    ml.r6id.24xlarge
    DomainAppInstanceTypeMlR6id32xlarge
    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

    DomainAppLifecycleManagement, DomainAppLifecycleManagementArgs

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

    DomainAppNetworkAccessType, DomainAppNetworkAccessTypeArgs

    PublicInternetOnly
    PublicInternetOnly
    VpcOnly
    VpcOnly
    DomainAppNetworkAccessTypePublicInternetOnly
    PublicInternetOnly
    DomainAppNetworkAccessTypeVpcOnly
    VpcOnly
    PublicInternetOnly
    PublicInternetOnly
    VpcOnly
    VpcOnly
    PublicInternetOnly
    PublicInternetOnly
    VpcOnly
    VpcOnly
    PUBLIC_INTERNET_ONLY
    PublicInternetOnly
    VPC_ONLY
    VpcOnly
    "PublicInternetOnly"
    PublicInternetOnly
    "VpcOnly"
    VpcOnly

    DomainAppSecurityGroupManagement, DomainAppSecurityGroupManagementArgs

    Service
    Service
    Customer
    Customer
    DomainAppSecurityGroupManagementService
    Service
    DomainAppSecurityGroupManagementCustomer
    Customer
    Service
    Service
    Customer
    Customer
    Service
    Service
    Customer
    Customer
    SERVICE
    Service
    CUSTOMER
    Customer
    "Service"
    Service
    "Customer"
    Customer

    DomainAppType, DomainAppTypeArgs

    JupyterServer
    JupyterServer
    TensorBoard
    TensorBoard
    RStudioServerPro
    RStudioServerPro
    JupyterLab
    JupyterLab
    CodeEditor
    CodeEditor
    DetailedProfiler
    DetailedProfiler
    Canvas
    Canvas
    DomainAppTypeJupyterServer
    JupyterServer
    DomainAppTypeTensorBoard
    TensorBoard
    DomainAppTypeRStudioServerPro
    RStudioServerPro
    DomainAppTypeJupyterLab
    JupyterLab
    DomainAppTypeCodeEditor
    CodeEditor
    DomainAppTypeDetailedProfiler
    DetailedProfiler
    DomainAppTypeCanvas
    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

    DomainAuthMode, DomainAuthModeArgs

    Sso
    SSO
    Iam
    IAM
    DomainAuthModeSso
    SSO
    DomainAuthModeIam
    IAM
    Sso
    SSO
    Iam
    IAM
    Sso
    SSO
    Iam
    IAM
    SSO
    SSO
    IAM
    IAM
    "SSO"
    SSO
    "IAM"
    IAM

    DomainCodeEditorAppSettings, DomainCodeEditorAppSettingsArgs

    AppLifecycleManagement Pulumi.AwsNative.SageMaker.Inputs.DomainAppLifecycleManagement
    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.DomainCustomImage>
    A list of custom images for use for CodeEditor apps.
    DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.DomainResourceSpec
    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 DomainAppLifecycleManagement
    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 []DomainCustomImage
    A list of custom images for use for CodeEditor apps.
    DefaultResourceSpec DomainResourceSpec
    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 DomainAppLifecycleManagement
    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<DomainCustomImage>
    A list of custom images for use for CodeEditor apps.
    defaultResourceSpec DomainResourceSpec
    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 DomainAppLifecycleManagement
    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 DomainCustomImage[]
    A list of custom images for use for CodeEditor apps.
    defaultResourceSpec DomainResourceSpec
    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 DomainAppLifecycleManagement
    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[DomainCustomImage]
    A list of custom images for use for CodeEditor apps.
    default_resource_spec DomainResourceSpec
    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.

    DomainCodeRepository, DomainCodeRepositoryArgs

    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.

    DomainCustomFileSystemConfig, DomainCustomFileSystemConfigArgs

    EfsFileSystemConfig DomainEfsFileSystemConfig
    The settings for a custom Amazon EFS file system.
    FSxLustreFileSystemConfig DomainFSxLustreFileSystemConfig
    The settings for a custom Amazon FSx for Lustre file system.
    efsFileSystemConfig DomainEfsFileSystemConfig
    The settings for a custom Amazon EFS file system.
    fSxLustreFileSystemConfig DomainFSxLustreFileSystemConfig
    The settings for a custom Amazon FSx for Lustre file system.
    efsFileSystemConfig DomainEfsFileSystemConfig
    The settings for a custom Amazon EFS file system.
    fSxLustreFileSystemConfig DomainFSxLustreFileSystemConfig
    The settings for a custom Amazon FSx for Lustre file system.
    efs_file_system_config DomainEfsFileSystemConfig
    The settings for a custom Amazon EFS file system.
    f_sx_lustre_file_system_config DomainFSxLustreFileSystemConfig
    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.

    DomainCustomImage, DomainCustomImageArgs

    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.

    DomainCustomPosixUserConfig, DomainCustomPosixUserConfigArgs

    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.

    DomainDefaultEbsStorageSettings, DomainDefaultEbsStorageSettingsArgs

    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.

    DomainDefaultSpaceSettings, DomainDefaultSpaceSettingsArgs

    ExecutionRole string
    The execution role for the space.
    CustomFileSystemConfigs List<Pulumi.AwsNative.SageMaker.Inputs.DomainCustomFileSystemConfig>
    The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
    CustomPosixUserConfig Pulumi.AwsNative.SageMaker.Inputs.DomainCustomPosixUserConfig
    The Jupyter lab's custom posix user configurations.
    JupyterLabAppSettings Pulumi.AwsNative.SageMaker.Inputs.DomainJupyterLabAppSettings
    The Jupyter lab's app settings.
    JupyterServerAppSettings Pulumi.AwsNative.SageMaker.Inputs.DomainJupyterServerAppSettings
    The Jupyter server's app settings.
    KernelGatewayAppSettings Pulumi.AwsNative.SageMaker.Inputs.DomainKernelGatewayAppSettings
    The kernel gateway app settings.
    SecurityGroups List<string>
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    SpaceStorageSettings Pulumi.AwsNative.SageMaker.Inputs.DomainDefaultSpaceStorageSettings
    The Jupyter lab's space storage settings.
    ExecutionRole string
    The execution role for the space.
    CustomFileSystemConfigs []DomainCustomFileSystemConfig
    The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
    CustomPosixUserConfig DomainCustomPosixUserConfig
    The Jupyter lab's custom posix user configurations.
    JupyterLabAppSettings DomainJupyterLabAppSettings
    The Jupyter lab's app settings.
    JupyterServerAppSettings DomainJupyterServerAppSettings
    The Jupyter server's app settings.
    KernelGatewayAppSettings DomainKernelGatewayAppSettings
    The kernel gateway app settings.
    SecurityGroups []string
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    SpaceStorageSettings DomainDefaultSpaceStorageSettings
    The Jupyter lab's space storage settings.
    executionRole String
    The execution role for the space.
    customFileSystemConfigs List<DomainCustomFileSystemConfig>
    The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
    customPosixUserConfig DomainCustomPosixUserConfig
    The Jupyter lab's custom posix user configurations.
    jupyterLabAppSettings DomainJupyterLabAppSettings
    The Jupyter lab's app settings.
    jupyterServerAppSettings DomainJupyterServerAppSettings
    The Jupyter server's app settings.
    kernelGatewayAppSettings DomainKernelGatewayAppSettings
    The kernel gateway app settings.
    securityGroups List<String>
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    spaceStorageSettings DomainDefaultSpaceStorageSettings
    The Jupyter lab's space storage settings.
    executionRole string
    The execution role for the space.
    customFileSystemConfigs DomainCustomFileSystemConfig[]
    The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
    customPosixUserConfig DomainCustomPosixUserConfig
    The Jupyter lab's custom posix user configurations.
    jupyterLabAppSettings DomainJupyterLabAppSettings
    The Jupyter lab's app settings.
    jupyterServerAppSettings DomainJupyterServerAppSettings
    The Jupyter server's app settings.
    kernelGatewayAppSettings DomainKernelGatewayAppSettings
    The kernel gateway app settings.
    securityGroups string[]
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    spaceStorageSettings DomainDefaultSpaceStorageSettings
    The Jupyter lab's space storage settings.
    execution_role str
    The execution role for the space.
    custom_file_system_configs Sequence[DomainCustomFileSystemConfig]
    The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
    custom_posix_user_config DomainCustomPosixUserConfig
    The Jupyter lab's custom posix user configurations.
    jupyter_lab_app_settings DomainJupyterLabAppSettings
    The Jupyter lab's app settings.
    jupyter_server_app_settings DomainJupyterServerAppSettings
    The Jupyter server's app settings.
    kernel_gateway_app_settings DomainKernelGatewayAppSettings
    The kernel gateway app settings.
    security_groups Sequence[str]
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    space_storage_settings DomainDefaultSpaceStorageSettings
    The Jupyter lab's space storage settings.
    executionRole String
    The execution role for the space.
    customFileSystemConfigs List<Property Map>
    The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
    customPosixUserConfig Property Map
    The Jupyter lab's custom posix user configurations.
    jupyterLabAppSettings Property Map
    The Jupyter lab's app settings.
    jupyterServerAppSettings Property Map
    The Jupyter server's app settings.
    kernelGatewayAppSettings Property Map
    The kernel gateway app settings.
    securityGroups List<String>
    The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
    spaceStorageSettings Property Map
    The Jupyter lab's space storage settings.

    DomainDefaultSpaceStorageSettings, DomainDefaultSpaceStorageSettingsArgs

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

    DomainDockerSettings, DomainDockerSettingsArgs

    EnableDockerAccess Pulumi.AwsNative.SageMaker.DomainDockerSettingsEnableDockerAccess
    The flag to enable/disable docker-proxy server
    VpcOnlyTrustedAccounts List<string>
    A list of account id's that would be used to pull images from in VpcOnly mode
    EnableDockerAccess DomainDockerSettingsEnableDockerAccess
    The flag to enable/disable docker-proxy server
    VpcOnlyTrustedAccounts []string
    A list of account id's that would be used to pull images from in VpcOnly mode
    enableDockerAccess DomainDockerSettingsEnableDockerAccess
    The flag to enable/disable docker-proxy server
    vpcOnlyTrustedAccounts List<String>
    A list of account id's that would be used to pull images from in VpcOnly mode
    enableDockerAccess DomainDockerSettingsEnableDockerAccess
    The flag to enable/disable docker-proxy server
    vpcOnlyTrustedAccounts string[]
    A list of account id's that would be used to pull images from in VpcOnly mode
    enable_docker_access DomainDockerSettingsEnableDockerAccess
    The flag to enable/disable docker-proxy server
    vpc_only_trusted_accounts Sequence[str]
    A list of account id's that would be used to pull images from in VpcOnly mode
    enableDockerAccess "ENABLED" | "DISABLED"
    The flag to enable/disable docker-proxy server
    vpcOnlyTrustedAccounts List<String>
    A list of account id's that would be used to pull images from in VpcOnly mode

    DomainDockerSettingsEnableDockerAccess, DomainDockerSettingsEnableDockerAccessArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    DomainDockerSettingsEnableDockerAccessEnabled
    ENABLED
    DomainDockerSettingsEnableDockerAccessDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    DomainEfsFileSystemConfig, DomainEfsFileSystemConfigArgs

    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.

    DomainFSxLustreFileSystemConfig, DomainFSxLustreFileSystemConfigArgs

    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.

    DomainHiddenSageMakerImage, DomainHiddenSageMakerImageArgs

    SageMakerImageName Pulumi.AwsNative.SageMaker.DomainHiddenSageMakerImageSageMakerImageName
    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 DomainHiddenSageMakerImageSageMakerImageName
    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 DomainHiddenSageMakerImageSageMakerImageName
    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 DomainHiddenSageMakerImageSageMakerImageName
    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 DomainHiddenSageMakerImageSageMakerImageName
    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.

    DomainHiddenSageMakerImageSageMakerImageName, DomainHiddenSageMakerImageSageMakerImageNameArgs

    SagemakerDistribution
    sagemaker_distribution
    DomainHiddenSageMakerImageSageMakerImageNameSagemakerDistribution
    sagemaker_distribution
    SagemakerDistribution
    sagemaker_distribution
    SagemakerDistribution
    sagemaker_distribution
    SAGEMAKER_DISTRIBUTION
    sagemaker_distribution
    "sagemaker_distribution"
    sagemaker_distribution

    DomainIdleSettings, DomainIdleSettingsArgs

    IdleTimeoutInMinutes int
    The time that SageMaker waits after the application becomes idle before shutting it down.
    LifecycleManagement Pulumi.AwsNative.SageMaker.DomainLifecycleManagement
    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 DomainLifecycleManagement
    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 DomainLifecycleManagement
    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 DomainLifecycleManagement
    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 DomainLifecycleManagement
    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.

    DomainJupyterLabAppSettings, DomainJupyterLabAppSettingsArgs

    AppLifecycleManagement Pulumi.AwsNative.SageMaker.Inputs.DomainAppLifecycleManagement
    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.DomainCodeRepository>
    A list of CodeRepositories available for use with JupyterLab apps.
    CustomImages List<Pulumi.AwsNative.SageMaker.Inputs.DomainCustomImage>
    A list of custom images for use for JupyterLab apps.
    DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.DomainResourceSpec
    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 DomainAppLifecycleManagement
    Indicates whether idle shutdown is activated for JupyterLab applications.
    BuiltInLifecycleConfigArn string
    The lifecycle configuration that runs before the default lifecycle configuration.
    CodeRepositories []DomainCodeRepository
    A list of CodeRepositories available for use with JupyterLab apps.
    CustomImages []DomainCustomImage
    A list of custom images for use for JupyterLab apps.
    DefaultResourceSpec DomainResourceSpec
    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 DomainAppLifecycleManagement
    Indicates whether idle shutdown is activated for JupyterLab applications.
    builtInLifecycleConfigArn String
    The lifecycle configuration that runs before the default lifecycle configuration.
    codeRepositories List<DomainCodeRepository>
    A list of CodeRepositories available for use with JupyterLab apps.
    customImages List<DomainCustomImage>
    A list of custom images for use for JupyterLab apps.
    defaultResourceSpec DomainResourceSpec
    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 DomainAppLifecycleManagement
    Indicates whether idle shutdown is activated for JupyterLab applications.
    builtInLifecycleConfigArn string
    The lifecycle configuration that runs before the default lifecycle configuration.
    codeRepositories DomainCodeRepository[]
    A list of CodeRepositories available for use with JupyterLab apps.
    customImages DomainCustomImage[]
    A list of custom images for use for JupyterLab apps.
    defaultResourceSpec DomainResourceSpec
    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 DomainAppLifecycleManagement
    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[DomainCodeRepository]
    A list of CodeRepositories available for use with JupyterLab apps.
    custom_images Sequence[DomainCustomImage]
    A list of custom images for use for JupyterLab apps.
    default_resource_spec DomainResourceSpec
    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 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.

    DomainJupyterServerAppSettings, DomainJupyterServerAppSettingsArgs

    DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.DomainResourceSpec
    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 DomainResourceSpec
    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 DomainResourceSpec
    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 DomainResourceSpec
    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 DomainResourceSpec
    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.

    DomainKernelGatewayAppSettings, DomainKernelGatewayAppSettingsArgs

    CustomImages List<Pulumi.AwsNative.SageMaker.Inputs.DomainCustomImage>
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.DomainResourceSpec
    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 []DomainCustomImage
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    DefaultResourceSpec DomainResourceSpec
    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<DomainCustomImage>
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    defaultResourceSpec DomainResourceSpec
    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 DomainCustomImage[]
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    defaultResourceSpec DomainResourceSpec
    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[DomainCustomImage]
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    default_resource_spec DomainResourceSpec
    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.

    DomainLifecycleManagement, DomainLifecycleManagementArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    DomainLifecycleManagementEnabled
    ENABLED
    DomainLifecycleManagementDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    DomainMlTools, DomainMlToolsArgs

    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
    DomainMlToolsDataWrangler
    DataWrangler
    DomainMlToolsFeatureStore
    FeatureStore
    DomainMlToolsEmrClusters
    EmrClusters
    DomainMlToolsAutoMl
    AutoMl
    DomainMlToolsExperiments
    Experiments
    DomainMlToolsTraining
    Training
    DomainMlToolsModelEvaluation
    ModelEvaluation
    DomainMlToolsPipelines
    Pipelines
    DomainMlToolsModels
    Models
    DomainMlToolsJumpStart
    JumpStart
    DomainMlToolsInferenceRecommender
    InferenceRecommender
    DomainMlToolsEndpoints
    Endpoints
    DomainMlToolsProjects
    Projects
    DomainMlToolsInferenceOptimization
    InferenceOptimization
    DomainMlToolsHyperPodClusters
    HyperPodClusters
    DomainMlToolsComet
    Comet
    DomainMlToolsDeepchecksLlmEvaluation
    DeepchecksLLMEvaluation
    DomainMlToolsFiddler
    Fiddler
    DomainMlToolsLakeraGuard
    LakeraGuard
    DomainMlToolsPerformanceEvaluation
    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

    DomainRSessionAppSettings, DomainRSessionAppSettingsArgs

    CustomImages List<Pulumi.AwsNative.SageMaker.Inputs.DomainCustomImage>
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.DomainResourceSpec
    Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
    CustomImages []DomainCustomImage
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    DefaultResourceSpec DomainResourceSpec
    Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
    customImages List<DomainCustomImage>
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    defaultResourceSpec DomainResourceSpec
    Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
    customImages DomainCustomImage[]
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    defaultResourceSpec DomainResourceSpec
    Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
    custom_images Sequence[DomainCustomImage]
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    default_resource_spec DomainResourceSpec
    Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
    customImages List<Property Map>
    A list of custom SageMaker images that are configured to run as a KernelGateway app.
    defaultResourceSpec Property Map
    Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.

    DomainRStudioServerProAppSettings, DomainRStudioServerProAppSettingsArgs

    AccessStatus Pulumi.AwsNative.SageMaker.DomainRStudioServerProAppSettingsAccessStatus
    Indicates whether the current user has access to the RStudioServerPro app.
    UserGroup Pulumi.AwsNative.SageMaker.DomainRStudioServerProAppSettingsUserGroup
    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 DomainRStudioServerProAppSettingsAccessStatus
    Indicates whether the current user has access to the RStudioServerPro app.
    UserGroup DomainRStudioServerProAppSettingsUserGroup
    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 DomainRStudioServerProAppSettingsAccessStatus
    Indicates whether the current user has access to the RStudioServerPro app.
    userGroup DomainRStudioServerProAppSettingsUserGroup
    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 DomainRStudioServerProAppSettingsAccessStatus
    Indicates whether the current user has access to the RStudioServerPro app.
    userGroup DomainRStudioServerProAppSettingsUserGroup
    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 DomainRStudioServerProAppSettingsAccessStatus
    Indicates whether the current user has access to the RStudioServerPro app.
    user_group DomainRStudioServerProAppSettingsUserGroup
    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.

    DomainRStudioServerProAppSettingsAccessStatus, DomainRStudioServerProAppSettingsAccessStatusArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    DomainRStudioServerProAppSettingsAccessStatusEnabled
    ENABLED
    DomainRStudioServerProAppSettingsAccessStatusDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    DomainRStudioServerProAppSettingsUserGroup, DomainRStudioServerProAppSettingsUserGroupArgs

    RStudioAdmin
    R_STUDIO_ADMIN
    RStudioUser
    R_STUDIO_USER
    DomainRStudioServerProAppSettingsUserGroupRStudioAdmin
    R_STUDIO_ADMIN
    DomainRStudioServerProAppSettingsUserGroupRStudioUser
    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

    DomainRStudioServerProDomainSettings, DomainRStudioServerProDomainSettingsArgs

    DomainExecutionRoleArn string
    The ARN of the execution role for the RStudioServerPro Domain-level app.
    DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.DomainResourceSpec
    A collection that defines the default InstanceType , SageMakerImageArn , and SageMakerImageVersionArn for the Domain.
    RStudioConnectUrl string
    A URL pointing to an RStudio Connect server.
    RStudioPackageManagerUrl string
    A URL pointing to an RStudio Package Manager server.
    DomainExecutionRoleArn string
    The ARN of the execution role for the RStudioServerPro Domain-level app.
    DefaultResourceSpec DomainResourceSpec
    A collection that defines the default InstanceType , SageMakerImageArn , and SageMakerImageVersionArn for the Domain.
    RStudioConnectUrl string
    A URL pointing to an RStudio Connect server.
    RStudioPackageManagerUrl string
    A URL pointing to an RStudio Package Manager server.
    domainExecutionRoleArn String
    The ARN of the execution role for the RStudioServerPro Domain-level app.
    defaultResourceSpec DomainResourceSpec
    A collection that defines the default InstanceType , SageMakerImageArn , and SageMakerImageVersionArn for the Domain.
    rStudioConnectUrl String
    A URL pointing to an RStudio Connect server.
    rStudioPackageManagerUrl String
    A URL pointing to an RStudio Package Manager server.
    domainExecutionRoleArn string
    The ARN of the execution role for the RStudioServerPro Domain-level app.
    defaultResourceSpec DomainResourceSpec
    A collection that defines the default InstanceType , SageMakerImageArn , and SageMakerImageVersionArn for the Domain.
    rStudioConnectUrl string
    A URL pointing to an RStudio Connect server.
    rStudioPackageManagerUrl string
    A URL pointing to an RStudio Package Manager server.
    domain_execution_role_arn str
    The ARN of the execution role for the RStudioServerPro Domain-level app.
    default_resource_spec DomainResourceSpec
    A collection that defines the default InstanceType , SageMakerImageArn , and SageMakerImageVersionArn for the Domain.
    r_studio_connect_url str
    A URL pointing to an RStudio Connect server.
    r_studio_package_manager_url str
    A URL pointing to an RStudio Package Manager server.
    domainExecutionRoleArn String
    The ARN of the execution role for the RStudioServerPro Domain-level app.
    defaultResourceSpec Property Map
    A collection that defines the default InstanceType , SageMakerImageArn , and SageMakerImageVersionArn for the Domain.
    rStudioConnectUrl String
    A URL pointing to an RStudio Connect server.
    rStudioPackageManagerUrl String
    A URL pointing to an RStudio Package Manager server.

    DomainResourceSpec, DomainResourceSpecArgs

    InstanceType Pulumi.AwsNative.SageMaker.DomainResourceSpecInstanceType
    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 Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
    SageMakerImageVersionArn string
    The Amazon Resource Name (ARN) of the image version created on the instance.
    InstanceType DomainResourceSpecInstanceType
    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 Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
    SageMakerImageVersionArn string
    The Amazon Resource Name (ARN) of the image version created on the instance.
    instanceType DomainResourceSpecInstanceType
    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 Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
    sageMakerImageVersionArn String
    The Amazon Resource Name (ARN) of the image version created on the instance.
    instanceType DomainResourceSpecInstanceType
    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 Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
    sageMakerImageVersionArn string
    The Amazon Resource Name (ARN) of the image version created on the instance.
    instance_type DomainResourceSpecInstanceType
    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 Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
    sage_maker_image_version_arn str
    The Amazon Resource Name (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 Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
    sageMakerImageVersionArn String
    The Amazon Resource Name (ARN) of the image version created on the instance.

    DomainResourceSpecInstanceType, DomainResourceSpecInstanceTypeArgs

    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
    DomainResourceSpecInstanceTypeSystem
    system
    DomainResourceSpecInstanceTypeMlT3Micro
    ml.t3.micro
    DomainResourceSpecInstanceTypeMlT3Small
    ml.t3.small
    DomainResourceSpecInstanceTypeMlT3Medium
    ml.t3.medium
    DomainResourceSpecInstanceTypeMlT3Large
    ml.t3.large
    DomainResourceSpecInstanceTypeMlT3Xlarge
    ml.t3.xlarge
    DomainResourceSpecInstanceTypeMlT32xlarge
    ml.t3.2xlarge
    DomainResourceSpecInstanceTypeMlM5Large
    ml.m5.large
    DomainResourceSpecInstanceTypeMlM5Xlarge
    ml.m5.xlarge
    DomainResourceSpecInstanceTypeMlM52xlarge
    ml.m5.2xlarge
    DomainResourceSpecInstanceTypeMlM54xlarge
    ml.m5.4xlarge
    DomainResourceSpecInstanceTypeMlM58xlarge
    ml.m5.8xlarge
    DomainResourceSpecInstanceTypeMlM512xlarge
    ml.m5.12xlarge
    DomainResourceSpecInstanceTypeMlM516xlarge
    ml.m5.16xlarge
    DomainResourceSpecInstanceTypeMlM524xlarge
    ml.m5.24xlarge
    DomainResourceSpecInstanceTypeMlC5Large
    ml.c5.large
    DomainResourceSpecInstanceTypeMlC5Xlarge
    ml.c5.xlarge
    DomainResourceSpecInstanceTypeMlC52xlarge
    ml.c5.2xlarge
    DomainResourceSpecInstanceTypeMlC54xlarge
    ml.c5.4xlarge
    DomainResourceSpecInstanceTypeMlC59xlarge
    ml.c5.9xlarge
    DomainResourceSpecInstanceTypeMlC512xlarge
    ml.c5.12xlarge
    DomainResourceSpecInstanceTypeMlC518xlarge
    ml.c5.18xlarge
    DomainResourceSpecInstanceTypeMlC524xlarge
    ml.c5.24xlarge
    DomainResourceSpecInstanceTypeMlP32xlarge
    ml.p3.2xlarge
    DomainResourceSpecInstanceTypeMlP38xlarge
    ml.p3.8xlarge
    DomainResourceSpecInstanceTypeMlP316xlarge
    ml.p3.16xlarge
    DomainResourceSpecInstanceTypeMlG4dnXlarge
    ml.g4dn.xlarge
    DomainResourceSpecInstanceTypeMlG4dn2xlarge
    ml.g4dn.2xlarge
    DomainResourceSpecInstanceTypeMlG4dn4xlarge
    ml.g4dn.4xlarge
    DomainResourceSpecInstanceTypeMlG4dn8xlarge
    ml.g4dn.8xlarge
    DomainResourceSpecInstanceTypeMlG4dn12xlarge
    ml.g4dn.12xlarge
    DomainResourceSpecInstanceTypeMlG4dn16xlarge
    ml.g4dn.16xlarge
    DomainResourceSpecInstanceTypeMlR5Large
    ml.r5.large
    DomainResourceSpecInstanceTypeMlR5Xlarge
    ml.r5.xlarge
    DomainResourceSpecInstanceTypeMlR52xlarge
    ml.r5.2xlarge
    DomainResourceSpecInstanceTypeMlR54xlarge
    ml.r5.4xlarge
    DomainResourceSpecInstanceTypeMlR58xlarge
    ml.r5.8xlarge
    DomainResourceSpecInstanceTypeMlR512xlarge
    ml.r5.12xlarge
    DomainResourceSpecInstanceTypeMlR516xlarge
    ml.r5.16xlarge
    DomainResourceSpecInstanceTypeMlR524xlarge
    ml.r5.24xlarge
    DomainResourceSpecInstanceTypeMlP3dn24xlarge
    ml.p3dn.24xlarge
    DomainResourceSpecInstanceTypeMlM5dLarge
    ml.m5d.large
    DomainResourceSpecInstanceTypeMlM5dXlarge
    ml.m5d.xlarge
    DomainResourceSpecInstanceTypeMlM5d2xlarge
    ml.m5d.2xlarge
    DomainResourceSpecInstanceTypeMlM5d4xlarge
    ml.m5d.4xlarge
    DomainResourceSpecInstanceTypeMlM5d8xlarge
    ml.m5d.8xlarge
    DomainResourceSpecInstanceTypeMlM5d12xlarge
    ml.m5d.12xlarge
    DomainResourceSpecInstanceTypeMlM5d16xlarge
    ml.m5d.16xlarge
    DomainResourceSpecInstanceTypeMlM5d24xlarge
    ml.m5d.24xlarge
    DomainResourceSpecInstanceTypeMlG5Xlarge
    ml.g5.xlarge
    DomainResourceSpecInstanceTypeMlG52xlarge
    ml.g5.2xlarge
    DomainResourceSpecInstanceTypeMlG54xlarge
    ml.g5.4xlarge
    DomainResourceSpecInstanceTypeMlG58xlarge
    ml.g5.8xlarge
    DomainResourceSpecInstanceTypeMlG512xlarge
    ml.g5.12xlarge
    DomainResourceSpecInstanceTypeMlG516xlarge
    ml.g5.16xlarge
    DomainResourceSpecInstanceTypeMlG524xlarge
    ml.g5.24xlarge
    DomainResourceSpecInstanceTypeMlG548xlarge
    ml.g5.48xlarge
    DomainResourceSpecInstanceTypeMlP4d24xlarge
    ml.p4d.24xlarge
    DomainResourceSpecInstanceTypeMlP4de24xlarge
    ml.p4de.24xlarge
    DomainResourceSpecInstanceTypeMlGeospatialInteractive
    ml.geospatial.interactive
    DomainResourceSpecInstanceTypeMlTrn12xlarge
    ml.trn1.2xlarge
    DomainResourceSpecInstanceTypeMlTrn132xlarge
    ml.trn1.32xlarge
    DomainResourceSpecInstanceTypeMlTrn1n32xlarge
    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

    DomainSettings, DomainSettingsArgs

    DockerSettings Pulumi.AwsNative.SageMaker.Inputs.DomainDockerSettings
    A collection of settings that configure the domain's Docker interaction.
    ExecutionRoleIdentityConfig Pulumi.AwsNative.SageMaker.DomainSettingsExecutionRoleIdentityConfig
    The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
    RStudioServerProDomainSettings Pulumi.AwsNative.SageMaker.Inputs.DomainRStudioServerProDomainSettings
    A collection of settings that configure the RStudioServerPro Domain-level app.
    SecurityGroupIds List<string>
    The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
    DockerSettings DomainDockerSettings
    A collection of settings that configure the domain's Docker interaction.
    ExecutionRoleIdentityConfig DomainSettingsExecutionRoleIdentityConfig
    The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
    RStudioServerProDomainSettings DomainRStudioServerProDomainSettings
    A collection of settings that configure the RStudioServerPro Domain-level app.
    SecurityGroupIds []string
    The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
    dockerSettings DomainDockerSettings
    A collection of settings that configure the domain's Docker interaction.
    executionRoleIdentityConfig DomainSettingsExecutionRoleIdentityConfig
    The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
    rStudioServerProDomainSettings DomainRStudioServerProDomainSettings
    A collection of settings that configure the RStudioServerPro Domain-level app.
    securityGroupIds List<String>
    The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
    dockerSettings DomainDockerSettings
    A collection of settings that configure the domain's Docker interaction.
    executionRoleIdentityConfig DomainSettingsExecutionRoleIdentityConfig
    The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
    rStudioServerProDomainSettings DomainRStudioServerProDomainSettings
    A collection of settings that configure the RStudioServerPro Domain-level app.
    securityGroupIds string[]
    The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
    docker_settings DomainDockerSettings
    A collection of settings that configure the domain's Docker interaction.
    execution_role_identity_config DomainSettingsExecutionRoleIdentityConfig
    The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
    r_studio_server_pro_domain_settings DomainRStudioServerProDomainSettings
    A collection of settings that configure the RStudioServerPro Domain-level app.
    security_group_ids Sequence[str]
    The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
    dockerSettings Property Map
    A collection of settings that configure the domain's Docker interaction.
    executionRoleIdentityConfig "USER_PROFILE_NAME" | "DISABLED"
    The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
    rStudioServerProDomainSettings Property Map
    A collection of settings that configure the RStudioServerPro Domain-level app.
    securityGroupIds List<String>
    The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.

    DomainSettingsExecutionRoleIdentityConfig, DomainSettingsExecutionRoleIdentityConfigArgs

    UserProfileName
    USER_PROFILE_NAME
    Disabled
    DISABLED
    DomainSettingsExecutionRoleIdentityConfigUserProfileName
    USER_PROFILE_NAME
    DomainSettingsExecutionRoleIdentityConfigDisabled
    DISABLED
    UserProfileName
    USER_PROFILE_NAME
    Disabled
    DISABLED
    UserProfileName
    USER_PROFILE_NAME
    Disabled
    DISABLED
    USER_PROFILE_NAME
    USER_PROFILE_NAME
    DISABLED
    DISABLED
    "USER_PROFILE_NAME"
    USER_PROFILE_NAME
    "DISABLED"
    DISABLED

    DomainSharingSettings, DomainSharingSettingsArgs

    NotebookOutputOption Pulumi.AwsNative.SageMaker.DomainSharingSettingsNotebookOutputOption
    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 DomainSharingSettingsNotebookOutputOption
    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 DomainSharingSettingsNotebookOutputOption
    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 DomainSharingSettingsNotebookOutputOption
    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 DomainSharingSettingsNotebookOutputOption
    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.

    DomainSharingSettingsNotebookOutputOption, DomainSharingSettingsNotebookOutputOptionArgs

    Allowed
    Allowed
    Disabled
    Disabled
    DomainSharingSettingsNotebookOutputOptionAllowed
    Allowed
    DomainSharingSettingsNotebookOutputOptionDisabled
    Disabled
    Allowed
    Allowed
    Disabled
    Disabled
    Allowed
    Allowed
    Disabled
    Disabled
    ALLOWED
    Allowed
    DISABLED
    Disabled
    "Allowed"
    Allowed
    "Disabled"
    Disabled

    DomainStudioWebPortalSettings, DomainStudioWebPortalSettingsArgs

    HiddenAppTypes List<Pulumi.AwsNative.SageMaker.DomainAppType>
    Applications supported in Studio that are hidden from the Studio left navigation pane.
    HiddenInstanceTypes List<Pulumi.AwsNative.SageMaker.DomainAppInstanceType>
    The instance types you are hiding from the Studio user interface.
    HiddenMlTools List<Pulumi.AwsNative.SageMaker.DomainMlTools>
    The machine learning tools that are hidden from the Studio left navigation pane.
    HiddenSageMakerImageVersionAliases List<Pulumi.AwsNative.SageMaker.Inputs.DomainHiddenSageMakerImage>
    The version aliases you are hiding from the Studio user interface.
    HiddenAppTypes []DomainAppType
    Applications supported in Studio that are hidden from the Studio left navigation pane.
    HiddenInstanceTypes []DomainAppInstanceType
    The instance types you are hiding from the Studio user interface.
    HiddenMlTools []DomainMlTools
    The machine learning tools that are hidden from the Studio left navigation pane.
    HiddenSageMakerImageVersionAliases []DomainHiddenSageMakerImage
    The version aliases you are hiding from the Studio user interface.
    hiddenAppTypes List<DomainAppType>
    Applications supported in Studio that are hidden from the Studio left navigation pane.
    hiddenInstanceTypes List<DomainAppInstanceType>
    The instance types you are hiding from the Studio user interface.
    hiddenMlTools List<DomainMlTools>
    The machine learning tools that are hidden from the Studio left navigation pane.
    hiddenSageMakerImageVersionAliases List<DomainHiddenSageMakerImage>
    The version aliases you are hiding from the Studio user interface.
    hiddenAppTypes DomainAppType[]
    Applications supported in Studio that are hidden from the Studio left navigation pane.
    hiddenInstanceTypes DomainAppInstanceType[]
    The instance types you are hiding from the Studio user interface.
    hiddenMlTools DomainMlTools[]
    The machine learning tools that are hidden from the Studio left navigation pane.
    hiddenSageMakerImageVersionAliases DomainHiddenSageMakerImage[]
    The version aliases you are hiding from the Studio user interface.
    hidden_app_types Sequence[DomainAppType]
    Applications supported in Studio that are hidden from the Studio left navigation pane.
    hidden_instance_types Sequence[DomainAppInstanceType]
    The instance types you are hiding from the Studio user interface.
    hidden_ml_tools Sequence[DomainMlTools]
    The machine learning tools that are hidden from the Studio left navigation pane.
    hidden_sage_maker_image_version_aliases Sequence[DomainHiddenSageMakerImage]
    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.

    DomainTagPropagation, DomainTagPropagationArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    DomainTagPropagationEnabled
    ENABLED
    DomainTagPropagationDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    DomainUserSettings, DomainUserSettingsArgs

    ExecutionRole string
    The execution role for the user.
    AutoMountHomeEfs Pulumi.AwsNative.SageMaker.DomainUserSettingsAutoMountHomeEfs
    Indicates whether auto-mounting of an EFS volume is supported for the user profile.
    CodeEditorAppSettings Pulumi.AwsNative.SageMaker.Inputs.DomainCodeEditorAppSettings

    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.DomainCustomFileSystemConfig>

    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.DomainCustomPosixUserConfig

    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.
    JupyterLabAppSettings Pulumi.AwsNative.SageMaker.Inputs.DomainJupyterLabAppSettings

    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.DomainJupyterServerAppSettings
    The Jupyter server's app settings.
    KernelGatewayAppSettings Pulumi.AwsNative.SageMaker.Inputs.DomainKernelGatewayAppSettings
    The kernel gateway app settings.
    RSessionAppSettings Pulumi.AwsNative.SageMaker.Inputs.DomainRSessionAppSettings
    A collection of settings that configure the RSessionGateway app.
    RStudioServerProAppSettings Pulumi.AwsNative.SageMaker.Inputs.DomainRStudioServerProAppSettings
    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.DomainSharingSettings
    The sharing settings.
    SpaceStorageSettings Pulumi.AwsNative.SageMaker.Inputs.DomainDefaultSpaceStorageSettings

    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.DomainUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    StudioWebPortalSettings Pulumi.AwsNative.SageMaker.Inputs.DomainStudioWebPortalSettings
    Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
    ExecutionRole string
    The execution role for the user.
    AutoMountHomeEfs DomainUserSettingsAutoMountHomeEfs
    Indicates whether auto-mounting of an EFS volume is supported for the user profile.
    CodeEditorAppSettings DomainCodeEditorAppSettings

    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 []DomainCustomFileSystemConfig

    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 DomainCustomPosixUserConfig

    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.
    JupyterLabAppSettings DomainJupyterLabAppSettings

    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 DomainJupyterServerAppSettings
    The Jupyter server's app settings.
    KernelGatewayAppSettings DomainKernelGatewayAppSettings
    The kernel gateway app settings.
    RSessionAppSettings DomainRSessionAppSettings
    A collection of settings that configure the RSessionGateway app.
    RStudioServerProAppSettings DomainRStudioServerProAppSettings
    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 DomainSharingSettings
    The sharing settings.
    SpaceStorageSettings DomainDefaultSpaceStorageSettings

    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 DomainUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    StudioWebPortalSettings DomainStudioWebPortalSettings
    Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
    executionRole String
    The execution role for the user.
    autoMountHomeEfs DomainUserSettingsAutoMountHomeEfs
    Indicates whether auto-mounting of an EFS volume is supported for the user profile.
    codeEditorAppSettings DomainCodeEditorAppSettings

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

    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 DomainCustomPosixUserConfig

    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.
    jupyterLabAppSettings DomainJupyterLabAppSettings

    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 DomainJupyterServerAppSettings
    The Jupyter server's app settings.
    kernelGatewayAppSettings DomainKernelGatewayAppSettings
    The kernel gateway app settings.
    rSessionAppSettings DomainRSessionAppSettings
    A collection of settings that configure the RSessionGateway app.
    rStudioServerProAppSettings DomainRStudioServerProAppSettings
    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 DomainSharingSettings
    The sharing settings.
    spaceStorageSettings DomainDefaultSpaceStorageSettings

    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 DomainUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    studioWebPortalSettings DomainStudioWebPortalSettings
    Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
    executionRole string
    The execution role for the user.
    autoMountHomeEfs DomainUserSettingsAutoMountHomeEfs
    Indicates whether auto-mounting of an EFS volume is supported for the user profile.
    codeEditorAppSettings DomainCodeEditorAppSettings

    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 DomainCustomFileSystemConfig[]

    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 DomainCustomPosixUserConfig

    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.
    jupyterLabAppSettings DomainJupyterLabAppSettings

    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 DomainJupyterServerAppSettings
    The Jupyter server's app settings.
    kernelGatewayAppSettings DomainKernelGatewayAppSettings
    The kernel gateway app settings.
    rSessionAppSettings DomainRSessionAppSettings
    A collection of settings that configure the RSessionGateway app.
    rStudioServerProAppSettings DomainRStudioServerProAppSettings
    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 DomainSharingSettings
    The sharing settings.
    spaceStorageSettings DomainDefaultSpaceStorageSettings

    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 DomainUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    studioWebPortalSettings DomainStudioWebPortalSettings
    Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
    execution_role str
    The execution role for the user.
    auto_mount_home_efs DomainUserSettingsAutoMountHomeEfs
    Indicates whether auto-mounting of an EFS volume is supported for the user profile.
    code_editor_app_settings DomainCodeEditorAppSettings

    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[DomainCustomFileSystemConfig]

    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 DomainCustomPosixUserConfig

    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.
    jupyter_lab_app_settings DomainJupyterLabAppSettings

    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 DomainJupyterServerAppSettings
    The Jupyter server's app settings.
    kernel_gateway_app_settings DomainKernelGatewayAppSettings
    The kernel gateway app settings.
    r_session_app_settings DomainRSessionAppSettings
    A collection of settings that configure the RSessionGateway app.
    r_studio_server_pro_app_settings DomainRStudioServerProAppSettings
    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 DomainSharingSettings
    The sharing settings.
    space_storage_settings DomainDefaultSpaceStorageSettings

    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 DomainUserSettingsStudioWebPortal
    Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
    studio_web_portal_settings DomainStudioWebPortalSettings
    Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
    executionRole String
    The execution role for the user.
    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.
    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.
    rSessionAppSettings Property Map
    A collection of settings that configure the RSessionGateway app.
    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.

    DomainUserSettingsAutoMountHomeEfs, DomainUserSettingsAutoMountHomeEfsArgs

    Enabled
    Enabled
    Disabled
    Disabled
    DefaultAsDomain
    DefaultAsDomain
    DomainUserSettingsAutoMountHomeEfsEnabled
    Enabled
    DomainUserSettingsAutoMountHomeEfsDisabled
    Disabled
    DomainUserSettingsAutoMountHomeEfsDefaultAsDomain
    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

    DomainUserSettingsStudioWebPortal, DomainUserSettingsStudioWebPortalArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    DomainUserSettingsStudioWebPortalEnabled
    ENABLED
    DomainUserSettingsStudioWebPortalDisabled
    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.28.0 published on Monday, May 19, 2025 by Pulumi