We recommend new projects start with resources from the AWS provider.
aws-native.sagemaker.Domain
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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.Aws Native. Sage Maker. Domain Auth Mode 
- The mode of authentication that members use to access the domain.
- DefaultUser Pulumi.Settings Aws Native. Sage Maker. Inputs. Domain User Settings 
- 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.
- AppNetwork Pulumi.Access Type Aws Native. Sage Maker. Domain App Network Access Type 
- Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
- AppSecurity Pulumi.Group Management Aws Native. Sage Maker. Domain App Security Group Management 
- 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.
- DefaultSpace Pulumi.Settings Aws Native. Sage Maker. Inputs. Domain Default Space Settings 
- The default space settings.
- DomainName string
- A name for the domain.
- DomainSettings Pulumi.Aws Native. Sage Maker. Inputs. Domain Settings 
- A collection of settings that apply to the SageMaker Domain. These settings are specified through theCreateDomainAPI call.
- KmsKey stringId 
- 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.Aws Native. Sage Maker. Domain Tag Propagation 
- Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
- 
List<Pulumi.Aws Native. Inputs. Create Only Tag> 
- A list of tags to apply to the user profile.
- AuthMode DomainAuth Mode 
- The mode of authentication that members use to access the domain.
- DefaultUser DomainSettings User Settings Args 
- 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.
- AppNetwork DomainAccess Type App Network Access Type 
- Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
- AppSecurity DomainGroup Management App Security Group Management 
- 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.
- DefaultSpace DomainSettings Default Space Settings Args 
- The default space settings.
- DomainName string
- A name for the domain.
- DomainSettings DomainSettings Args 
- A collection of settings that apply to the SageMaker Domain. These settings are specified through theCreateDomainAPI call.
- KmsKey stringId 
- SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
- TagPropagation DomainTag Propagation 
- Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
- 
CreateOnly Tag Args 
- A list of tags to apply to the user profile.
- authMode DomainAuth Mode 
- The mode of authentication that members use to access the domain.
- defaultUser DomainSettings User Settings 
- 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.
- appNetwork DomainAccess Type App Network Access Type 
- Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
- appSecurity DomainGroup Management App Security Group Management 
- 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.
- defaultSpace DomainSettings Default Space Settings 
- 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 theCreateDomainAPI call.
- kmsKey StringId 
- SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
- tagPropagation DomainTag Propagation 
- Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
- 
List<CreateOnly Tag> 
- A list of tags to apply to the user profile.
- authMode DomainAuth Mode 
- The mode of authentication that members use to access the domain.
- defaultUser DomainSettings User Settings 
- 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.
- appNetwork DomainAccess Type App Network Access Type 
- Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
- appSecurity DomainGroup Management App Security Group Management 
- 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.
- defaultSpace DomainSettings Default Space Settings 
- 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 theCreateDomainAPI call.
- kmsKey stringId 
- SageMaker uses AWS KMS to encrypt the EFS volume attached to the domain with an AWS managed customer master key (CMK) by default.
- tagPropagation DomainTag Propagation 
- Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
- 
CreateOnly Tag[] 
- A list of tags to apply to the user profile.
- auth_mode DomainAuth Mode 
- The mode of authentication that members use to access the domain.
- default_user_ Domainsettings User Settings Args 
- 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_ Domainaccess_ type App Network Access Type 
- Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
- app_security_ Domaingroup_ management App Security Group Management 
- 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_ Domainsettings Default Space Settings Args 
- The default space settings.
- domain_name str
- A name for the domain.
- domain_settings DomainSettings Args 
- A collection of settings that apply to the SageMaker Domain. These settings are specified through theCreateDomainAPI call.
- kms_key_ strid 
- 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 DomainTag Propagation 
- Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
- 
Sequence[CreateOnly Tag Args] 
- A list of tags to apply to the user profile.
- authMode "SSO" | "IAM"
- The mode of authentication that members use to access the domain.
- defaultUser Property MapSettings 
- 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.
- appNetwork "PublicAccess Type Internet Only" | "Vpc Only" 
- Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
- appSecurity "Service" | "Customer"Group Management 
- 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.
- defaultSpace Property MapSettings 
- 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 theCreateDomainAPI call.
- kmsKey StringId 
- 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.
- 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.
- HomeEfs stringFile System Id 
- The ID of the Amazon Elastic File System (EFS) managed by this Domain.
- Id string
- The provider-assigned unique ID for this managed resource.
- SecurityGroup stringId For Domain Boundary 
- The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
- SingleSign stringOn Application Arn 
- The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
- SingleSign stringOn Managed Application Instance Id 
- 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.
- HomeEfs stringFile System Id 
- The ID of the Amazon Elastic File System (EFS) managed by this Domain.
- Id string
- The provider-assigned unique ID for this managed resource.
- SecurityGroup stringId For Domain Boundary 
- The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
- SingleSign stringOn Application Arn 
- The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
- SingleSign stringOn Managed Application Instance Id 
- 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.
- homeEfs StringFile System Id 
- The ID of the Amazon Elastic File System (EFS) managed by this Domain.
- id String
- The provider-assigned unique ID for this managed resource.
- securityGroup StringId For Domain Boundary 
- The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
- singleSign StringOn Application Arn 
- The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
- singleSign StringOn Managed Application Instance Id 
- 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.
- homeEfs stringFile System Id 
- The ID of the Amazon Elastic File System (EFS) managed by this Domain.
- id string
- The provider-assigned unique ID for this managed resource.
- securityGroup stringId For Domain Boundary 
- The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
- singleSign stringOn Application Arn 
- The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
- singleSign stringOn Managed Application Instance Id 
- 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_ strfile_ system_ id 
- 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_ strid_ for_ domain_ boundary 
- The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
- single_sign_ stron_ application_ arn 
- 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_ stron_ managed_ application_ instance_ id 
- 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.
- homeEfs StringFile System Id 
- The ID of the Amazon Elastic File System (EFS) managed by this Domain.
- id String
- The provider-assigned unique ID for this managed resource.
- securityGroup StringId For Domain Boundary 
- The ID of the security group that authorizes traffic between the RSessionGateway apps and the RStudioServerPro app.
- singleSign StringOn Application Arn 
- The ARN of the application managed by SageMaker in IAM Identity Center. This value is only returned for domains created after October 1, 2023.
- singleSign StringOn Managed Application Instance Id 
- The SSO managed application instance ID.
- url String
- The URL to the created domain.
Supporting Types
CreateOnlyTag, CreateOnlyTagArgs      
DomainAppLifecycleManagement, DomainAppLifecycleManagementArgs        
- IdleSettings Pulumi.Aws Native. Sage Maker. Inputs. Domain Idle Settings 
- Settings related to idle shutdown of Studio applications.
- IdleSettings DomainIdle Settings 
- Settings related to idle shutdown of Studio applications.
- idleSettings DomainIdle Settings 
- Settings related to idle shutdown of Studio applications.
- idleSettings DomainIdle Settings 
- Settings related to idle shutdown of Studio applications.
- idle_settings DomainIdle Settings 
- Settings related to idle shutdown of Studio applications.
- idleSettings Property Map
- Settings related to idle shutdown of Studio applications.
DomainAppNetworkAccessType, DomainAppNetworkAccessTypeArgs          
- PublicInternet Only 
- PublicInternetOnly
- VpcOnly 
- VpcOnly
- DomainApp Network Access Type Public Internet Only 
- PublicInternetOnly
- DomainApp Network Access Type Vpc Only 
- VpcOnly
- PublicInternet Only 
- PublicInternetOnly
- VpcOnly 
- VpcOnly
- PublicInternet Only 
- PublicInternetOnly
- VpcOnly 
- VpcOnly
- PUBLIC_INTERNET_ONLY
- PublicInternetOnly
- VPC_ONLY
- VpcOnly
- "PublicInternet Only" 
- PublicInternetOnly
- "VpcOnly" 
- VpcOnly
DomainAppSecurityGroupManagement, DomainAppSecurityGroupManagementArgs          
- Service
- Service
- Customer
- Customer
- DomainApp Security Group Management Service 
- Service
- DomainApp Security Group Management Customer 
- Customer
- Service
- Service
- Customer
- Customer
- Service
- Service
- Customer
- Customer
- SERVICE
- Service
- CUSTOMER
- Customer
- "Service"
- Service
- "Customer"
- Customer
DomainAppType, DomainAppTypeArgs      
- JupyterServer 
- JupyterServer
- TensorBoard 
- TensorBoard
- RStudioServer Pro 
- RStudioServerPro
- JupyterLab 
- JupyterLab
- CodeEditor 
- CodeEditor
- DetailedProfiler 
- DetailedProfiler
- Canvas
- Canvas
- DomainApp Type Jupyter Server 
- JupyterServer
- DomainApp Type Tensor Board 
- TensorBoard
- DomainApp Type RStudio Server Pro 
- RStudioServerPro
- DomainApp Type Jupyter Lab 
- JupyterLab
- DomainApp Type Code Editor 
- CodeEditor
- DomainApp Type Detailed Profiler 
- DetailedProfiler
- DomainApp Type Canvas 
- Canvas
- JupyterServer 
- JupyterServer
- TensorBoard 
- TensorBoard
- RStudioServer Pro 
- RStudioServerPro
- JupyterLab 
- JupyterLab
- CodeEditor 
- CodeEditor
- DetailedProfiler 
- DetailedProfiler
- Canvas
- Canvas
- JupyterServer 
- JupyterServer
- TensorBoard 
- TensorBoard
- RStudioServer Pro 
- 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
- "RStudioServer Pro" 
- RStudioServerPro
- "JupyterLab" 
- JupyterLab
- "CodeEditor" 
- CodeEditor
- "DetailedProfiler" 
- DetailedProfiler
- "Canvas"
- Canvas
DomainAuthMode, DomainAuthModeArgs      
- Sso
- SSO
- Iam
- IAM
- DomainAuth Mode Sso 
- SSO
- DomainAuth Mode Iam 
- IAM
- Sso
- SSO
- Iam
- IAM
- Sso
- SSO
- Iam
- IAM
- SSO
- SSO
- IAM
- IAM
- "SSO"
- SSO
- "IAM"
- IAM
DomainCodeEditorAppSettings, DomainCodeEditorAppSettingsArgs          
- AppLifecycle Pulumi.Management Aws Native. Sage Maker. Inputs. Domain App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- CustomImages List<Pulumi.Aws Native. Sage Maker. Inputs. Domain Custom Image> 
- A list of custom images for use for CodeEditor apps.
- DefaultResource Pulumi.Spec Aws Native. Sage Maker. Inputs. Domain Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- LifecycleConfig List<string>Arns 
- A list of LifecycleConfigArns available for use with CodeEditor apps.
- AppLifecycle DomainManagement App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- CustomImages []DomainCustom Image 
- A list of custom images for use for CodeEditor apps.
- DefaultResource DomainSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- LifecycleConfig []stringArns 
- A list of LifecycleConfigArns available for use with CodeEditor apps.
- appLifecycle DomainManagement App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- customImages List<DomainCustom Image> 
- A list of custom images for use for CodeEditor apps.
- defaultResource DomainSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with CodeEditor apps.
- appLifecycle DomainManagement App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- customImages DomainCustom Image[] 
- A list of custom images for use for CodeEditor apps.
- defaultResource DomainSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- lifecycleConfig string[]Arns 
- A list of LifecycleConfigArns available for use with CodeEditor apps.
- app_lifecycle_ Domainmanagement App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- custom_images Sequence[DomainCustom Image] 
- A list of custom images for use for CodeEditor apps.
- default_resource_ Domainspec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- lifecycle_config_ Sequence[str]arns 
- A list of LifecycleConfigArns available for use with CodeEditor apps.
- appLifecycle Property MapManagement 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- customImages List<Property Map>
- A list of custom images for use for CodeEditor apps.
- defaultResource Property MapSpec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the CodeEditor app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with CodeEditor apps.
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          
- EfsFile Pulumi.System Config Aws Native. Sage Maker. Inputs. Domain Efs File System Config 
- The settings for a custom Amazon EFS file system.
- FSxLustre Pulumi.File System Config Aws Native. Sage Maker. Inputs. Domain FSx Lustre File System Config 
- The settings for a custom Amazon FSx for Lustre file system.
- EfsFile DomainSystem Config Efs File System Config 
- The settings for a custom Amazon EFS file system.
- FSxLustre DomainFile System Config FSx Lustre File System Config 
- The settings for a custom Amazon FSx for Lustre file system.
- efsFile DomainSystem Config Efs File System Config 
- The settings for a custom Amazon EFS file system.
- fSx DomainLustre File System Config FSx Lustre File System Config 
- The settings for a custom Amazon FSx for Lustre file system.
- efsFile DomainSystem Config Efs File System Config 
- The settings for a custom Amazon EFS file system.
- fSx DomainLustre File System Config FSx Lustre File System Config 
- The settings for a custom Amazon FSx for Lustre file system.
- efs_file_ Domainsystem_ config Efs File System Config 
- The settings for a custom Amazon EFS file system.
- f_sx_ Domainlustre_ file_ system_ config FSx Lustre File System Config 
- The settings for a custom Amazon FSx for Lustre file system.
- efsFile Property MapSystem Config 
- The settings for a custom Amazon EFS file system.
- fSx Property MapLustre File System Config 
- The settings for a custom Amazon FSx for Lustre file system.
DomainCustomImage, DomainCustomImageArgs      
- AppImage stringConfig Name 
- The Name of the AppImageConfig.
- ImageName string
- The name of the CustomImage. Must be unique to your account.
- ImageVersion intNumber 
- The version number of the CustomImage.
- AppImage stringConfig Name 
- The Name of the AppImageConfig.
- ImageName string
- The name of the CustomImage. Must be unique to your account.
- ImageVersion intNumber 
- The version number of the CustomImage.
- appImage StringConfig Name 
- The Name of the AppImageConfig.
- imageName String
- The name of the CustomImage. Must be unique to your account.
- imageVersion IntegerNumber 
- The version number of the CustomImage.
- appImage stringConfig Name 
- The Name of the AppImageConfig.
- imageName string
- The name of the CustomImage. Must be unique to your account.
- imageVersion numberNumber 
- The version number of the CustomImage.
- app_image_ strconfig_ name 
- The Name of the AppImageConfig.
- image_name str
- The name of the CustomImage. Must be unique to your account.
- image_version_ intnumber 
- The version number of the CustomImage.
- appImage StringConfig Name 
- The Name of the AppImageConfig.
- imageName String
- The name of the CustomImage. Must be unique to your account.
- imageVersion NumberNumber 
- The version number of the CustomImage.
DomainCustomPosixUserConfig, DomainCustomPosixUserConfigArgs          
DomainDefaultEbsStorageSettings, DomainDefaultEbsStorageSettingsArgs          
- DefaultEbs intVolume Size In Gb 
- Default size of the Amazon EBS volume in Gb
- MaximumEbs intVolume Size In Gb 
- Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- DefaultEbs intVolume Size In Gb 
- Default size of the Amazon EBS volume in Gb
- MaximumEbs intVolume Size In Gb 
- Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- defaultEbs IntegerVolume Size In Gb 
- Default size of the Amazon EBS volume in Gb
- maximumEbs IntegerVolume Size In Gb 
- Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- defaultEbs numberVolume Size In Gb 
- Default size of the Amazon EBS volume in Gb
- maximumEbs numberVolume Size In Gb 
- Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- default_ebs_ intvolume_ size_ in_ gb 
- Default size of the Amazon EBS volume in Gb
- maximum_ebs_ intvolume_ size_ in_ gb 
- Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
- defaultEbs NumberVolume Size In Gb 
- Default size of the Amazon EBS volume in Gb
- maximumEbs NumberVolume Size In Gb 
- Maximum size of the Amazon EBS volume in Gb. Must be greater than or equal to the DefaultEbsVolumeSizeInGb.
DomainDefaultSpaceSettings, DomainDefaultSpaceSettingsArgs        
- ExecutionRole string
- The execution role for the space.
- CustomFile List<Pulumi.System Configs Aws Native. Sage Maker. Inputs. Domain Custom File System Config> 
- The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- CustomPosix Pulumi.User Config Aws Native. Sage Maker. Inputs. Domain Custom Posix User Config 
- The Jupyter lab's custom posix user configurations.
- JupyterLab Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Jupyter Lab App Settings 
- The Jupyter lab's app settings.
- JupyterServer Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Jupyter Server App Settings 
- The Jupyter server's app settings.
- KernelGateway Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Kernel Gateway App Settings 
- The kernel gateway app settings.
- SecurityGroups List<string>
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- SpaceStorage Pulumi.Settings Aws Native. Sage Maker. Inputs. Domain Default Space Storage Settings 
- The Jupyter lab's space storage settings.
- ExecutionRole string
- The execution role for the space.
- CustomFile []DomainSystem Configs Custom File System Config 
- The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- CustomPosix DomainUser Config Custom Posix User Config 
- The Jupyter lab's custom posix user configurations.
- JupyterLab DomainApp Settings Jupyter Lab App Settings 
- The Jupyter lab's app settings.
- JupyterServer DomainApp Settings Jupyter Server App Settings 
- The Jupyter server's app settings.
- KernelGateway DomainApp Settings Kernel Gateway App Settings 
- The kernel gateway app settings.
- SecurityGroups []string
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- SpaceStorage DomainSettings Default Space Storage Settings 
- The Jupyter lab's space storage settings.
- executionRole String
- The execution role for the space.
- customFile List<DomainSystem Configs Custom File System Config> 
- The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- customPosix DomainUser Config Custom Posix User Config 
- The Jupyter lab's custom posix user configurations.
- jupyterLab DomainApp Settings Jupyter Lab App Settings 
- The Jupyter lab's app settings.
- jupyterServer DomainApp Settings Jupyter Server App Settings 
- The Jupyter server's app settings.
- kernelGateway DomainApp Settings Kernel Gateway App Settings 
- The kernel gateway app settings.
- securityGroups List<String>
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- spaceStorage DomainSettings Default Space Storage Settings 
- The Jupyter lab's space storage settings.
- executionRole string
- The execution role for the space.
- customFile DomainSystem Configs Custom File System Config[] 
- The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- customPosix DomainUser Config Custom Posix User Config 
- The Jupyter lab's custom posix user configurations.
- jupyterLab DomainApp Settings Jupyter Lab App Settings 
- The Jupyter lab's app settings.
- jupyterServer DomainApp Settings Jupyter Server App Settings 
- The Jupyter server's app settings.
- kernelGateway DomainApp Settings Kernel Gateway App Settings 
- The kernel gateway app settings.
- securityGroups string[]
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- spaceStorage DomainSettings Default Space Storage Settings 
- The Jupyter lab's space storage settings.
- execution_role str
- The execution role for the space.
- custom_file_ Sequence[Domainsystem_ configs Custom File System Config] 
- 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_ Domainuser_ config Custom Posix User Config 
- The Jupyter lab's custom posix user configurations.
- jupyter_lab_ Domainapp_ settings Jupyter Lab App Settings 
- The Jupyter lab's app settings.
- jupyter_server_ Domainapp_ settings Jupyter Server App Settings 
- The Jupyter server's app settings.
- kernel_gateway_ Domainapp_ settings Kernel Gateway App Settings 
- 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_ Domainsettings Default Space Storage Settings 
- The Jupyter lab's space storage settings.
- executionRole String
- The execution role for the space.
- customFile List<Property Map>System Configs 
- The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- customPosix Property MapUser Config 
- The Jupyter lab's custom posix user configurations.
- jupyterLab Property MapApp Settings 
- The Jupyter lab's app settings.
- jupyterServer Property MapApp Settings 
- The Jupyter server's app settings.
- kernelGateway Property MapApp Settings 
- The kernel gateway app settings.
- securityGroups List<String>
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- spaceStorage Property MapSettings 
- The Jupyter lab's space storage settings.
DomainDefaultSpaceStorageSettings, DomainDefaultSpaceStorageSettingsArgs          
- DefaultEbs Pulumi.Storage Settings Aws Native. Sage Maker. Inputs. Domain Default Ebs Storage Settings 
- The default EBS storage settings for a space.
- DefaultEbs DomainStorage Settings Default Ebs Storage Settings 
- The default EBS storage settings for a space.
- defaultEbs DomainStorage Settings Default Ebs Storage Settings 
- The default EBS storage settings for a space.
- defaultEbs DomainStorage Settings Default Ebs Storage Settings 
- The default EBS storage settings for a space.
- default_ebs_ Domainstorage_ settings Default Ebs Storage Settings 
- The default EBS storage settings for a space.
- defaultEbs Property MapStorage Settings 
- The default EBS storage settings for a space.
DomainDockerSettings, DomainDockerSettingsArgs      
- EnableDocker Pulumi.Access Aws Native. Sage Maker. Domain Docker Settings Enable Docker Access 
- The flag to enable/disable docker-proxy server
- VpcOnly List<string>Trusted Accounts 
- A list of account id's that would be used to pull images from in VpcOnly mode
- EnableDocker DomainAccess Docker Settings Enable Docker Access 
- The flag to enable/disable docker-proxy server
- VpcOnly []stringTrusted Accounts 
- A list of account id's that would be used to pull images from in VpcOnly mode
- enableDocker DomainAccess Docker Settings Enable Docker Access 
- The flag to enable/disable docker-proxy server
- vpcOnly List<String>Trusted Accounts 
- A list of account id's that would be used to pull images from in VpcOnly mode
- enableDocker DomainAccess Docker Settings Enable Docker Access 
- The flag to enable/disable docker-proxy server
- vpcOnly string[]Trusted Accounts 
- A list of account id's that would be used to pull images from in VpcOnly mode
- enable_docker_ Domainaccess Docker Settings Enable Docker Access 
- The flag to enable/disable docker-proxy server
- vpc_only_ Sequence[str]trusted_ accounts 
- A list of account id's that would be used to pull images from in VpcOnly mode
- enableDocker "ENABLED" | "DISABLED"Access 
- The flag to enable/disable docker-proxy server
- vpcOnly List<String>Trusted Accounts 
- A list of account id's that would be used to pull images from in VpcOnly mode
DomainDockerSettingsEnableDockerAccess, DomainDockerSettingsEnableDockerAccessArgs            
- Enabled
- ENABLED
- Disabled
- DISABLED
- DomainDocker Settings Enable Docker Access Enabled 
- ENABLED
- DomainDocker Settings Enable Docker Access Disabled 
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
DomainEfsFileSystemConfig, DomainEfsFileSystemConfigArgs          
- FileSystem stringId 
- The ID of your Amazon EFS file system.
- FileSystem stringPath 
- The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- FileSystem stringId 
- The ID of your Amazon EFS file system.
- FileSystem stringPath 
- The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- fileSystem StringId 
- The ID of your Amazon EFS file system.
- fileSystem StringPath 
- The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- fileSystem stringId 
- The ID of your Amazon EFS file system.
- fileSystem stringPath 
- The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- file_system_ strid 
- The ID of your Amazon EFS file system.
- file_system_ strpath 
- The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
- fileSystem StringId 
- The ID of your Amazon EFS file system.
- fileSystem StringPath 
- The path to the file system directory that is accessible in Amazon SageMaker AI Studio. Permitted users can access only this directory and below.
DomainFSxLustreFileSystemConfig, DomainFSxLustreFileSystemConfigArgs            
- FileSystem stringId 
- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- FileSystem stringPath 
- The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- FileSystem stringId 
- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- FileSystem stringPath 
- The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- fileSystem StringId 
- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- fileSystem StringPath 
- The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- fileSystem stringId 
- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- fileSystem stringPath 
- The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- file_system_ strid 
- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- file_system_ strpath 
- The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
- fileSystem StringId 
- The globally unique, 17-digit, ID of the file system, assigned by Amazon FSx for Lustre.
- fileSystem StringPath 
- The path to the file system directory that is accessible in Amazon SageMaker Studio. Permitted users can access only this directory and below.
DomainIdleSettings, DomainIdleSettingsArgs      
- IdleTimeout intIn Minutes 
- The time that SageMaker waits after the application becomes idle before shutting it down.
- LifecycleManagement Pulumi.Aws Native. Sage Maker. Domain Lifecycle Management 
- Indicates whether idle shutdown is activated for the application type.
- MaxIdle intTimeout In Minutes 
- The maximum value in minutes that custom idle shutdown can be set to by the user.
- MinIdle intTimeout In Minutes 
- The minimum value in minutes that custom idle shutdown can be set to by the user.
- IdleTimeout intIn Minutes 
- The time that SageMaker waits after the application becomes idle before shutting it down.
- LifecycleManagement DomainLifecycle Management 
- Indicates whether idle shutdown is activated for the application type.
- MaxIdle intTimeout In Minutes 
- The maximum value in minutes that custom idle shutdown can be set to by the user.
- MinIdle intTimeout In Minutes 
- The minimum value in minutes that custom idle shutdown can be set to by the user.
- idleTimeout IntegerIn Minutes 
- The time that SageMaker waits after the application becomes idle before shutting it down.
- lifecycleManagement DomainLifecycle Management 
- Indicates whether idle shutdown is activated for the application type.
- maxIdle IntegerTimeout In Minutes 
- The maximum value in minutes that custom idle shutdown can be set to by the user.
- minIdle IntegerTimeout In Minutes 
- The minimum value in minutes that custom idle shutdown can be set to by the user.
- idleTimeout numberIn Minutes 
- The time that SageMaker waits after the application becomes idle before shutting it down.
- lifecycleManagement DomainLifecycle Management 
- Indicates whether idle shutdown is activated for the application type.
- maxIdle numberTimeout In Minutes 
- The maximum value in minutes that custom idle shutdown can be set to by the user.
- minIdle numberTimeout In Minutes 
- The minimum value in minutes that custom idle shutdown can be set to by the user.
- idle_timeout_ intin_ minutes 
- The time that SageMaker waits after the application becomes idle before shutting it down.
- lifecycle_management DomainLifecycle Management 
- Indicates whether idle shutdown is activated for the application type.
- max_idle_ inttimeout_ in_ minutes 
- The maximum value in minutes that custom idle shutdown can be set to by the user.
- min_idle_ inttimeout_ in_ minutes 
- The minimum value in minutes that custom idle shutdown can be set to by the user.
- idleTimeout NumberIn Minutes 
- The time that SageMaker waits after the application becomes idle before shutting it down.
- lifecycleManagement "ENABLED" | "DISABLED"
- Indicates whether idle shutdown is activated for the application type.
- maxIdle NumberTimeout In Minutes 
- The maximum value in minutes that custom idle shutdown can be set to by the user.
- minIdle NumberTimeout In Minutes 
- The minimum value in minutes that custom idle shutdown can be set to by the user.
DomainJupyterLabAppSettings, DomainJupyterLabAppSettingsArgs          
- AppLifecycle Pulumi.Management Aws Native. Sage Maker. Inputs. Domain App Lifecycle Management 
- Indicates whether idle shutdown is activated for JupyterLab applications.
- CodeRepositories List<Pulumi.Aws Native. Sage Maker. Inputs. Domain Code Repository> 
- A list of CodeRepositories available for use with JupyterLab apps.
- CustomImages List<Pulumi.Aws Native. Sage Maker. Inputs. Domain Custom Image> 
- A list of custom images for use for JupyterLab apps.
- DefaultResource Pulumi.Spec Aws Native. Sage Maker. Inputs. Domain Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- LifecycleConfig List<string>Arns 
- A list of LifecycleConfigArns available for use with JupyterLab apps.
- AppLifecycle DomainManagement App Lifecycle Management 
- Indicates whether idle shutdown is activated for JupyterLab applications.
- CodeRepositories []DomainCode Repository 
- A list of CodeRepositories available for use with JupyterLab apps.
- CustomImages []DomainCustom Image 
- A list of custom images for use for JupyterLab apps.
- DefaultResource DomainSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- LifecycleConfig []stringArns 
- A list of LifecycleConfigArns available for use with JupyterLab apps.
- appLifecycle DomainManagement App Lifecycle Management 
- Indicates whether idle shutdown is activated for JupyterLab applications.
- codeRepositories List<DomainCode Repository> 
- A list of CodeRepositories available for use with JupyterLab apps.
- customImages List<DomainCustom Image> 
- A list of custom images for use for JupyterLab apps.
- defaultResource DomainSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with JupyterLab apps.
- appLifecycle DomainManagement App Lifecycle Management 
- Indicates whether idle shutdown is activated for JupyterLab applications.
- codeRepositories DomainCode Repository[] 
- A list of CodeRepositories available for use with JupyterLab apps.
- customImages DomainCustom Image[] 
- A list of custom images for use for JupyterLab apps.
- defaultResource DomainSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- lifecycleConfig string[]Arns 
- A list of LifecycleConfigArns available for use with JupyterLab apps.
- app_lifecycle_ Domainmanagement App Lifecycle Management 
- Indicates whether idle shutdown is activated for JupyterLab applications.
- code_repositories Sequence[DomainCode Repository] 
- A list of CodeRepositories available for use with JupyterLab apps.
- custom_images Sequence[DomainCustom Image] 
- A list of custom images for use for JupyterLab apps.
- default_resource_ Domainspec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- lifecycle_config_ Sequence[str]arns 
- A list of LifecycleConfigArns available for use with JupyterLab apps.
- appLifecycle Property MapManagement 
- Indicates whether idle shutdown is activated for JupyterLab applications.
- codeRepositories List<Property Map>
- A list of CodeRepositories available for use with JupyterLab apps.
- customImages List<Property Map>
- A list of custom images for use for JupyterLab apps.
- defaultResource Property MapSpec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with JupyterLab apps.
DomainJupyterServerAppSettings, DomainJupyterServerAppSettingsArgs          
- DefaultResource Pulumi.Spec Aws Native. Sage Maker. Inputs. Domain Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- LifecycleConfig List<string>Arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- DefaultResource DomainSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- LifecycleConfig []stringArns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- defaultResource DomainSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- defaultResource DomainSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- lifecycleConfig string[]Arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- default_resource_ Domainspec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- lifecycle_config_ Sequence[str]arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- defaultResource Property MapSpec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
DomainKernelGatewayAppSettings, DomainKernelGatewayAppSettingsArgs          
- CustomImages List<Pulumi.Aws Native. Sage Maker. Inputs. Domain Custom Image> 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- DefaultResource Pulumi.Spec Aws Native. Sage Maker. Inputs. Domain Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- LifecycleConfig List<string>Arns 
- A list of LifecycleConfigArns available for use with KernelGateway apps.
- CustomImages []DomainCustom Image 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- DefaultResource DomainSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- LifecycleConfig []stringArns 
- A list of LifecycleConfigArns available for use with KernelGateway apps.
- customImages List<DomainCustom Image> 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- defaultResource DomainSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with KernelGateway apps.
- customImages DomainCustom Image[] 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- defaultResource DomainSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- lifecycleConfig string[]Arns 
- A list of LifecycleConfigArns available for use with KernelGateway apps.
- custom_images Sequence[DomainCustom Image] 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default_resource_ Domainspec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- lifecycle_config_ Sequence[str]arns 
- A list of LifecycleConfigArns available for use with KernelGateway apps.
- customImages List<Property Map>
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- defaultResource Property MapSpec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with KernelGateway apps.
DomainLifecycleManagement, DomainLifecycleManagementArgs      
- Enabled
- ENABLED
- Disabled
- DISABLED
- DomainLifecycle Management Enabled 
- ENABLED
- DomainLifecycle Management Disabled 
- 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
- HyperPod Clusters 
- HyperPodClusters
- Comet
- Comet
- DeepchecksLlm Evaluation 
- DeepchecksLLMEvaluation
- Fiddler
- Fiddler
- LakeraGuard 
- LakeraGuard
- PerformanceEvaluation 
- PerformanceEvaluation
- DomainMl Tools Data Wrangler 
- DataWrangler
- DomainMl Tools Feature Store 
- FeatureStore
- DomainMl Tools Emr Clusters 
- EmrClusters
- DomainMl Tools Auto Ml 
- AutoMl
- DomainMl Tools Experiments 
- Experiments
- DomainMl Tools Training 
- Training
- DomainMl Tools Model Evaluation 
- ModelEvaluation
- DomainMl Tools Pipelines 
- Pipelines
- DomainMl Tools Models 
- Models
- DomainMl Tools Jump Start 
- JumpStart
- DomainMl Tools Inference Recommender 
- InferenceRecommender
- DomainMl Tools Endpoints 
- Endpoints
- DomainMl Tools Projects 
- Projects
- DomainMl Tools Inference Optimization 
- InferenceOptimization
- DomainMl Tools Hyper Pod Clusters 
- HyperPodClusters
- DomainMl Tools Comet 
- Comet
- DomainMl Tools Deepchecks Llm Evaluation 
- DeepchecksLLMEvaluation
- DomainMl Tools Fiddler 
- Fiddler
- DomainMl Tools Lakera Guard 
- LakeraGuard
- DomainMl Tools 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
- HyperPod Clusters 
- HyperPodClusters
- Comet
- Comet
- DeepchecksLlm Evaluation 
- 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
- HyperPod Clusters 
- HyperPodClusters
- Comet
- Comet
- DeepchecksLlm Evaluation 
- 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
- "HyperPod Clusters" 
- HyperPodClusters
- "Comet"
- Comet
- "DeepchecksLLMEvaluation" 
- DeepchecksLLMEvaluation
- "Fiddler"
- Fiddler
- "LakeraGuard" 
- LakeraGuard
- "PerformanceEvaluation" 
- PerformanceEvaluation
DomainRSessionAppSettings, DomainRSessionAppSettingsArgs        
- CustomImages List<Pulumi.Aws Native. Sage Maker. Inputs. Domain Custom Image> 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- DefaultResource Pulumi.Spec Aws Native. Sage Maker. Inputs. Domain Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- CustomImages []DomainCustom Image 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- DefaultResource DomainSpec Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- customImages List<DomainCustom Image> 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- defaultResource DomainSpec Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- customImages DomainCustom Image[] 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- defaultResource DomainSpec Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- custom_images Sequence[DomainCustom Image] 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default_resource_ Domainspec Resource Spec 
- 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.
- defaultResource Property MapSpec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
DomainRStudioServerProAppSettings, DomainRStudioServerProAppSettingsArgs            
- AccessStatus Pulumi.Aws Native. Sage Maker. Domain RStudio Server Pro App Settings Access Status 
- Indicates whether the current user has access to the RStudioServerPro app.
- UserGroup Pulumi.Aws Native. Sage Maker. Domain RStudio Server Pro App Settings User Group 
- The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- AccessStatus DomainRStudio Server Pro App Settings Access Status 
- Indicates whether the current user has access to the RStudioServerPro app.
- UserGroup DomainRStudio Server Pro App Settings User Group 
- The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- accessStatus DomainRStudio Server Pro App Settings Access Status 
- Indicates whether the current user has access to the RStudioServerPro app.
- userGroup DomainRStudio Server Pro App Settings User Group 
- The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- accessStatus DomainRStudio Server Pro App Settings Access Status 
- Indicates whether the current user has access to the RStudioServerPro app.
- userGroup DomainRStudio Server Pro App Settings User Group 
- The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- access_status DomainRStudio Server Pro App Settings Access Status 
- Indicates whether the current user has access to the RStudioServerPro app.
- user_group DomainRStudio Server Pro App Settings User Group 
- The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
- accessStatus "ENABLED" | "DISABLED"
- Indicates whether the current user has access to the RStudioServerPro app.
- userGroup "R_STUDIO_ADMIN" | "R_STUDIO_USER"
- The level of permissions that the user has within the RStudioServerPro app. This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
DomainRStudioServerProAppSettingsAccessStatus, DomainRStudioServerProAppSettingsAccessStatusArgs                
- Enabled
- ENABLED
- Disabled
- DISABLED
- DomainRStudio Server Pro App Settings Access Status Enabled 
- ENABLED
- DomainRStudio Server Pro App Settings Access Status Disabled 
- 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
- DomainRStudio Server Pro App Settings User Group RStudio Admin 
- R_STUDIO_ADMIN
- DomainRStudio Server Pro App Settings User Group RStudio User 
- 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            
- DomainExecution stringRole Arn 
- The ARN of the execution role for the RStudioServerPro Domain-level app.
- DefaultResource Pulumi.Spec Aws Native. Sage Maker. Inputs. Domain Resource Spec 
- A collection that defines the default InstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain.
- RStudioConnect stringUrl 
- A URL pointing to an RStudio Connect server.
- RStudioPackage stringManager Url 
- A URL pointing to an RStudio Package Manager server.
- DomainExecution stringRole Arn 
- The ARN of the execution role for the RStudioServerPro Domain-level app.
- DefaultResource DomainSpec Resource Spec 
- A collection that defines the default InstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain.
- RStudioConnect stringUrl 
- A URL pointing to an RStudio Connect server.
- RStudioPackage stringManager Url 
- A URL pointing to an RStudio Package Manager server.
- domainExecution StringRole Arn 
- The ARN of the execution role for the RStudioServerPro Domain-level app.
- defaultResource DomainSpec Resource Spec 
- A collection that defines the default InstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain.
- rStudio StringConnect Url 
- A URL pointing to an RStudio Connect server.
- rStudio StringPackage Manager Url 
- A URL pointing to an RStudio Package Manager server.
- domainExecution stringRole Arn 
- The ARN of the execution role for the RStudioServerPro Domain-level app.
- defaultResource DomainSpec Resource Spec 
- A collection that defines the default InstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain.
- rStudio stringConnect Url 
- A URL pointing to an RStudio Connect server.
- rStudio stringPackage Manager Url 
- A URL pointing to an RStudio Package Manager server.
- domain_execution_ strrole_ arn 
- The ARN of the execution role for the RStudioServerPro Domain-level app.
- default_resource_ Domainspec Resource Spec 
- A collection that defines the default InstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain.
- r_studio_ strconnect_ url 
- A URL pointing to an RStudio Connect server.
- r_studio_ strpackage_ manager_ url 
- A URL pointing to an RStudio Package Manager server.
- domainExecution StringRole Arn 
- The ARN of the execution role for the RStudioServerPro Domain-level app.
- defaultResource Property MapSpec 
- A collection that defines the default InstanceType,SageMakerImageArn, andSageMakerImageVersionArnfor the Domain.
- rStudio StringConnect Url 
- A URL pointing to an RStudio Connect server.
- rStudio StringPackage Manager Url 
- A URL pointing to an RStudio Package Manager server.
DomainResourceSpec, DomainResourceSpecArgs      
- InstanceType Pulumi.Aws Native. Sage Maker. Domain Resource Spec Instance Type 
- The instance type that the image version runs on.
- LifecycleConfig stringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- SageMaker stringImage Arn 
- The Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
- SageMaker stringImage Version Arn 
- The Amazon Resource Name (ARN) of the image version created on the instance.
- InstanceType DomainResource Spec Instance Type 
- The instance type that the image version runs on.
- LifecycleConfig stringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- SageMaker stringImage Arn 
- The Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
- SageMaker stringImage Version Arn 
- The Amazon Resource Name (ARN) of the image version created on the instance.
- instanceType DomainResource Spec Instance Type 
- The instance type that the image version runs on.
- lifecycleConfig StringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sageMaker StringImage Arn 
- The Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
- sageMaker StringImage Version Arn 
- The Amazon Resource Name (ARN) of the image version created on the instance.
- instanceType DomainResource Spec Instance Type 
- The instance type that the image version runs on.
- lifecycleConfig stringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sageMaker stringImage Arn 
- The Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
- sageMaker stringImage Version Arn 
- The Amazon Resource Name (ARN) of the image version created on the instance.
- instance_type DomainResource Spec Instance Type 
- The instance type that the image version runs on.
- lifecycle_config_ strarn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sage_maker_ strimage_ arn 
- The Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
- sage_maker_ strimage_ version_ arn 
- 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.
- lifecycleConfig StringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sageMaker StringImage Arn 
- The Amazon Resource Name (ARN) of the SageMaker image that the image version belongs to.
- sageMaker StringImage Version Arn 
- 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
- MlG4dn Xlarge 
- 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
- MlM5d Large 
- ml.m5d.large
- MlM5d Xlarge 
- 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
- MlGeospatial Interactive 
- ml.geospatial.interactive
- MlTrn12xlarge 
- ml.trn1.2xlarge
- MlTrn132xlarge 
- ml.trn1.32xlarge
- MlTrn1n32xlarge 
- ml.trn1n.32xlarge
- DomainResource Spec Instance Type System 
- system
- DomainResource Spec Instance Type Ml T3Micro 
- ml.t3.micro
- DomainResource Spec Instance Type Ml T3Small 
- ml.t3.small
- DomainResource Spec Instance Type Ml T3Medium 
- ml.t3.medium
- DomainResource Spec Instance Type Ml T3Large 
- ml.t3.large
- DomainResource Spec Instance Type Ml T3Xlarge 
- ml.t3.xlarge
- DomainResource Spec Instance Type Ml T32xlarge 
- ml.t3.2xlarge
- DomainResource Spec Instance Type Ml M5Large 
- ml.m5.large
- DomainResource Spec Instance Type Ml M5Xlarge 
- ml.m5.xlarge
- DomainResource Spec Instance Type Ml M52xlarge 
- ml.m5.2xlarge
- DomainResource Spec Instance Type Ml M54xlarge 
- ml.m5.4xlarge
- DomainResource Spec Instance Type Ml M58xlarge 
- ml.m5.8xlarge
- DomainResource Spec Instance Type Ml M512xlarge 
- ml.m5.12xlarge
- DomainResource Spec Instance Type Ml M516xlarge 
- ml.m5.16xlarge
- DomainResource Spec Instance Type Ml M524xlarge 
- ml.m5.24xlarge
- DomainResource Spec Instance Type Ml C5Large 
- ml.c5.large
- DomainResource Spec Instance Type Ml C5Xlarge 
- ml.c5.xlarge
- DomainResource Spec Instance Type Ml C52xlarge 
- ml.c5.2xlarge
- DomainResource Spec Instance Type Ml C54xlarge 
- ml.c5.4xlarge
- DomainResource Spec Instance Type Ml C59xlarge 
- ml.c5.9xlarge
- DomainResource Spec Instance Type Ml C512xlarge 
- ml.c5.12xlarge
- DomainResource Spec Instance Type Ml C518xlarge 
- ml.c5.18xlarge
- DomainResource Spec Instance Type Ml C524xlarge 
- ml.c5.24xlarge
- DomainResource Spec Instance Type Ml P32xlarge 
- ml.p3.2xlarge
- DomainResource Spec Instance Type Ml P38xlarge 
- ml.p3.8xlarge
- DomainResource Spec Instance Type Ml P316xlarge 
- ml.p3.16xlarge
- DomainResource Spec Instance Type Ml G4dn Xlarge 
- ml.g4dn.xlarge
- DomainResource Spec Instance Type Ml G4dn2xlarge 
- ml.g4dn.2xlarge
- DomainResource Spec Instance Type Ml G4dn4xlarge 
- ml.g4dn.4xlarge
- DomainResource Spec Instance Type Ml G4dn8xlarge 
- ml.g4dn.8xlarge
- DomainResource Spec Instance Type Ml G4dn12xlarge 
- ml.g4dn.12xlarge
- DomainResource Spec Instance Type Ml G4dn16xlarge 
- ml.g4dn.16xlarge
- DomainResource Spec Instance Type Ml R5Large 
- ml.r5.large
- DomainResource Spec Instance Type Ml R5Xlarge 
- ml.r5.xlarge
- DomainResource Spec Instance Type Ml R52xlarge 
- ml.r5.2xlarge
- DomainResource Spec Instance Type Ml R54xlarge 
- ml.r5.4xlarge
- DomainResource Spec Instance Type Ml R58xlarge 
- ml.r5.8xlarge
- DomainResource Spec Instance Type Ml R512xlarge 
- ml.r5.12xlarge
- DomainResource Spec Instance Type Ml R516xlarge 
- ml.r5.16xlarge
- DomainResource Spec Instance Type Ml R524xlarge 
- ml.r5.24xlarge
- DomainResource Spec Instance Type Ml P3dn24xlarge 
- ml.p3dn.24xlarge
- DomainResource Spec Instance Type Ml M5d Large 
- ml.m5d.large
- DomainResource Spec Instance Type Ml M5d Xlarge 
- ml.m5d.xlarge
- DomainResource Spec Instance Type Ml M5d2xlarge 
- ml.m5d.2xlarge
- DomainResource Spec Instance Type Ml M5d4xlarge 
- ml.m5d.4xlarge
- DomainResource Spec Instance Type Ml M5d8xlarge 
- ml.m5d.8xlarge
- DomainResource Spec Instance Type Ml M5d12xlarge 
- ml.m5d.12xlarge
- DomainResource Spec Instance Type Ml M5d16xlarge 
- ml.m5d.16xlarge
- DomainResource Spec Instance Type Ml M5d24xlarge 
- ml.m5d.24xlarge
- DomainResource Spec Instance Type Ml G5Xlarge 
- ml.g5.xlarge
- DomainResource Spec Instance Type Ml G52xlarge 
- ml.g5.2xlarge
- DomainResource Spec Instance Type Ml G54xlarge 
- ml.g5.4xlarge
- DomainResource Spec Instance Type Ml G58xlarge 
- ml.g5.8xlarge
- DomainResource Spec Instance Type Ml G512xlarge 
- ml.g5.12xlarge
- DomainResource Spec Instance Type Ml G516xlarge 
- ml.g5.16xlarge
- DomainResource Spec Instance Type Ml G524xlarge 
- ml.g5.24xlarge
- DomainResource Spec Instance Type Ml G548xlarge 
- ml.g5.48xlarge
- DomainResource Spec Instance Type Ml P4d24xlarge 
- ml.p4d.24xlarge
- DomainResource Spec Instance Type Ml P4de24xlarge 
- ml.p4de.24xlarge
- DomainResource Spec Instance Type Ml Geospatial Interactive 
- ml.geospatial.interactive
- DomainResource Spec Instance Type Ml Trn12xlarge 
- ml.trn1.2xlarge
- DomainResource Spec Instance Type Ml Trn132xlarge 
- ml.trn1.32xlarge
- DomainResource Spec Instance Type Ml Trn1n32xlarge 
- 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
- MlG4dn Xlarge 
- 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
- MlM5d Large 
- ml.m5d.large
- MlM5d Xlarge 
- 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
- MlGeospatial Interactive 
- 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
- MlG4dn Xlarge 
- 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
- MlM5d Large 
- ml.m5d.large
- MlM5d Xlarge 
- 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
- MlGeospatial Interactive 
- 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.Aws Native. Sage Maker. Inputs. Domain Docker Settings 
- A collection of settings that configure the domain's Docker interaction.
- ExecutionRole Pulumi.Identity Config Aws Native. Sage Maker. Domain Settings Execution Role Identity Config 
- The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- RStudioServer Pulumi.Pro Domain Settings Aws Native. Sage Maker. Inputs. Domain RStudio Server Pro Domain Settings 
- A collection of settings that configure the RStudioServerProDomain-level app.
- SecurityGroup List<string>Ids 
- The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
- DockerSettings DomainDocker Settings 
- A collection of settings that configure the domain's Docker interaction.
- ExecutionRole DomainIdentity Config Settings Execution Role Identity Config 
- The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- RStudioServer DomainPro Domain Settings RStudio Server Pro Domain Settings 
- A collection of settings that configure the RStudioServerProDomain-level app.
- SecurityGroup []stringIds 
- The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
- dockerSettings DomainDocker Settings 
- A collection of settings that configure the domain's Docker interaction.
- executionRole DomainIdentity Config Settings Execution Role Identity Config 
- The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- rStudio DomainServer Pro Domain Settings RStudio Server Pro Domain Settings 
- A collection of settings that configure the RStudioServerProDomain-level app.
- securityGroup List<String>Ids 
- The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
- dockerSettings DomainDocker Settings 
- A collection of settings that configure the domain's Docker interaction.
- executionRole DomainIdentity Config Settings Execution Role Identity Config 
- The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- rStudio DomainServer Pro Domain Settings RStudio Server Pro Domain Settings 
- A collection of settings that configure the RStudioServerProDomain-level app.
- securityGroup string[]Ids 
- The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
- docker_settings DomainDocker Settings 
- A collection of settings that configure the domain's Docker interaction.
- execution_role_ Domainidentity_ config Settings Execution Role Identity Config 
- The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- r_studio_ Domainserver_ pro_ domain_ settings RStudio Server Pro Domain Settings 
- A collection of settings that configure the RStudioServerProDomain-level app.
- security_group_ Sequence[str]ids 
- 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.
- executionRole "USER_PROFILE_NAME" | "DISABLED"Identity Config 
- The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
- rStudio Property MapServer Pro Domain Settings 
- A collection of settings that configure the RStudioServerProDomain-level app.
- securityGroup List<String>Ids 
- The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
DomainSettingsExecutionRoleIdentityConfig, DomainSettingsExecutionRoleIdentityConfigArgs            
- UserProfile Name 
- USER_PROFILE_NAME
- Disabled
- DISABLED
- DomainSettings Execution Role Identity Config User Profile Name 
- USER_PROFILE_NAME
- DomainSettings Execution Role Identity Config Disabled 
- DISABLED
- UserProfile Name 
- USER_PROFILE_NAME
- Disabled
- DISABLED
- UserProfile Name 
- USER_PROFILE_NAME
- Disabled
- DISABLED
- USER_PROFILE_NAME
- USER_PROFILE_NAME
- DISABLED
- DISABLED
- "USER_PROFILE_NAME"
- USER_PROFILE_NAME
- "DISABLED"
- DISABLED
DomainSharingSettings, DomainSharingSettingsArgs      
- NotebookOutput Pulumi.Option Aws Native. Sage Maker. Domain Sharing Settings Notebook Output Option 
- Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- S3KmsKey stringId 
- When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- S3OutputPath string
- When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- NotebookOutput DomainOption Sharing Settings Notebook Output Option 
- Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- S3KmsKey stringId 
- When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- S3OutputPath string
- When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- notebookOutput DomainOption Sharing Settings Notebook Output Option 
- Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- s3KmsKey StringId 
- When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- s3OutputPath String
- When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- notebookOutput DomainOption Sharing Settings Notebook Output Option 
- Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- s3KmsKey stringId 
- When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- s3OutputPath string
- When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- notebook_output_ Domainoption Sharing Settings Notebook Output Option 
- Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- s3_kms_ strkey_ id 
- When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- s3_output_ strpath 
- When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
- notebookOutput "Allowed" | "Disabled"Option 
- Whether to include the notebook cell output when sharing the notebook. The default is Disabled.
- s3KmsKey StringId 
- When NotebookOutputOption is Allowed, the AWS Key Management Service (KMS) encryption key ID used to encrypt the notebook cell output in the Amazon S3 bucket.
- s3OutputPath String
- When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store the shared notebook snapshots.
DomainSharingSettingsNotebookOutputOption, DomainSharingSettingsNotebookOutputOptionArgs            
- Allowed
- Allowed
- Disabled
- Disabled
- DomainSharing Settings Notebook Output Option Allowed 
- Allowed
- DomainSharing Settings Notebook Output Option Disabled 
- Disabled
- Allowed
- Allowed
- Disabled
- Disabled
- Allowed
- Allowed
- Disabled
- Disabled
- ALLOWED
- Allowed
- DISABLED
- Disabled
- "Allowed"
- Allowed
- "Disabled"
- Disabled
DomainStudioWebPortalSettings, DomainStudioWebPortalSettingsArgs          
- 
List<Pulumi.Aws Native. Sage Maker. Domain App Type> 
- Applications supported in Studio that are hidden from the Studio left navigation pane.
- 
List<Pulumi.Aws Native. Sage Maker. Domain Ml Tools> 
- The machine learning tools that are hidden from the Studio left navigation pane.
- 
[]DomainApp Type 
- Applications supported in Studio that are hidden from the Studio left navigation pane.
- 
[]DomainMl Tools 
- The machine learning tools that are hidden from the Studio left navigation pane.
- 
List<DomainApp Type> 
- Applications supported in Studio that are hidden from the Studio left navigation pane.
- 
List<DomainMl Tools> 
- The machine learning tools that are hidden from the Studio left navigation pane.
- 
DomainApp Type[] 
- Applications supported in Studio that are hidden from the Studio left navigation pane.
- 
DomainMl Tools[] 
- The machine learning tools that are hidden from the Studio left navigation pane.
- 
Sequence[DomainApp Type] 
- Applications supported in Studio that are hidden from the Studio left navigation pane.
- 
Sequence[DomainMl Tools] 
- The machine learning tools that are hidden from the Studio left navigation pane.
- 
List<"JupyterServer" | "Tensor Board" | "RStudio Server Pro" | "Jupyter Lab" | "Code Editor" | "Detailed Profiler" | "Canvas"> 
- Applications supported in Studio that are hidden from the Studio left navigation pane.
- 
List<"DataWrangler" | "Feature Store" | "Emr Clusters" | "Auto Ml" | "Experiments" | "Training" | "Model Evaluation" | "Pipelines" | "Models" | "Jump Start" | "Inference Recommender" | "Endpoints" | "Projects" | "Inference Optimization" | "Hyper Pod Clusters" | "Comet" | "Deepchecks LLMEvaluation" | "Fiddler" | "Lakera Guard" | "Performance Evaluation"> 
- The machine learning tools that are hidden from the Studio left navigation pane.
DomainTagPropagation, DomainTagPropagationArgs      
- Enabled
- ENABLED
- Disabled
- DISABLED
- DomainTag Propagation Enabled 
- ENABLED
- DomainTag Propagation Disabled 
- 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.
- CodeEditor Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Code Editor App Settings 
- The Code Editor application settings. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- CustomFile List<Pulumi.System Configs Aws Native. Sage Maker. Inputs. Domain Custom File System Config> 
- The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- CustomPosix Pulumi.User Config Aws Native. Sage Maker. Inputs. Domain Custom Posix User Config 
- Details about the POSIX identity that is used for file system operations. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- DefaultLanding stringUri 
- Defines which Amazon SageMaker application users are directed to by default.
- JupyterLab Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Jupyter Lab App Settings 
- The settings for the JupyterLab application. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- JupyterServer Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Jupyter Server App Settings 
- The Jupyter server's app settings.
- KernelGateway Pulumi.App Settings Aws Native. Sage Maker. Inputs. Domain Kernel Gateway App Settings 
- The kernel gateway app settings.
- RSessionApp Pulumi.Settings Aws Native. Sage Maker. Inputs. Domain RSession App Settings 
- A collection of settings that configure the RSessionGatewayapp.
- RStudioServer Pulumi.Pro App Settings Aws Native. Sage Maker. Inputs. Domain RStudio Server Pro App Settings 
- A collection of settings that configure user interaction with the RStudioServerProapp.
- SecurityGroups List<string>
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 
Pulumi.Aws Native. Sage Maker. Inputs. Domain Sharing Settings 
- The sharing settings.
- SpaceStorage Pulumi.Settings Aws Native. Sage Maker. Inputs. Domain Default Space Storage Settings 
- The storage settings for a space. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- StudioWeb Pulumi.Portal Aws Native. Sage Maker. Domain User Settings Studio Web Portal 
- Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- StudioWeb Pulumi.Portal Settings Aws Native. Sage Maker. Inputs. Domain Studio Web Portal Settings 
- Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- ExecutionRole string
- The execution role for the user.
- CodeEditor DomainApp Settings Code Editor App Settings 
- The Code Editor application settings. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- CustomFile []DomainSystem Configs Custom File System Config 
- The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- CustomPosix DomainUser Config Custom Posix User Config 
- Details about the POSIX identity that is used for file system operations. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- DefaultLanding stringUri 
- Defines which Amazon SageMaker application users are directed to by default.
- JupyterLab DomainApp Settings Jupyter Lab App Settings 
- The settings for the JupyterLab application. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- JupyterServer DomainApp Settings Jupyter Server App Settings 
- The Jupyter server's app settings.
- KernelGateway DomainApp Settings Kernel Gateway App Settings 
- The kernel gateway app settings.
- RSessionApp DomainSettings RSession App Settings 
- A collection of settings that configure the RSessionGatewayapp.
- RStudioServer DomainPro App Settings RStudio Server Pro App Settings 
- A collection of settings that configure user interaction with the RStudioServerProapp.
- SecurityGroups []string
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 
DomainSharing Settings 
- The sharing settings.
- SpaceStorage DomainSettings Default Space Storage Settings 
- The storage settings for a space. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- StudioWeb DomainPortal User Settings Studio Web Portal 
- Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- StudioWeb DomainPortal Settings Studio Web Portal Settings 
- Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- executionRole String
- The execution role for the user.
- codeEditor DomainApp Settings Code Editor App Settings 
- The Code Editor application settings. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- customFile List<DomainSystem Configs Custom File System Config> 
- The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- customPosix DomainUser Config Custom Posix User Config 
- Details about the POSIX identity that is used for file system operations. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- defaultLanding StringUri 
- Defines which Amazon SageMaker application users are directed to by default.
- jupyterLab DomainApp Settings Jupyter Lab App Settings 
- The settings for the JupyterLab application. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- jupyterServer DomainApp Settings Jupyter Server App Settings 
- The Jupyter server's app settings.
- kernelGateway DomainApp Settings Kernel Gateway App Settings 
- The kernel gateway app settings.
- rSession DomainApp Settings RSession App Settings 
- A collection of settings that configure the RSessionGatewayapp.
- rStudio DomainServer Pro App Settings RStudio Server Pro App Settings 
- A collection of settings that configure user interaction with the RStudioServerProapp.
- securityGroups List<String>
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 
DomainSharing Settings 
- The sharing settings.
- spaceStorage DomainSettings Default Space Storage Settings 
- The storage settings for a space. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- studioWeb DomainPortal User Settings Studio Web Portal 
- Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- studioWeb DomainPortal Settings Studio Web Portal Settings 
- Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- executionRole string
- The execution role for the user.
- codeEditor DomainApp Settings Code Editor App Settings 
- The Code Editor application settings. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- customFile DomainSystem Configs Custom File System Config[] 
- The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- customPosix DomainUser Config Custom Posix User Config 
- Details about the POSIX identity that is used for file system operations. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- defaultLanding stringUri 
- Defines which Amazon SageMaker application users are directed to by default.
- jupyterLab DomainApp Settings Jupyter Lab App Settings 
- The settings for the JupyterLab application. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- jupyterServer DomainApp Settings Jupyter Server App Settings 
- The Jupyter server's app settings.
- kernelGateway DomainApp Settings Kernel Gateway App Settings 
- The kernel gateway app settings.
- rSession DomainApp Settings RSession App Settings 
- A collection of settings that configure the RSessionGatewayapp.
- rStudio DomainServer Pro App Settings RStudio Server Pro App Settings 
- A collection of settings that configure user interaction with the RStudioServerProapp.
- securityGroups string[]
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 
DomainSharing Settings 
- The sharing settings.
- spaceStorage DomainSettings Default Space Storage Settings 
- The storage settings for a space. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- studioWeb DomainPortal User Settings Studio Web Portal 
- Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- studioWeb DomainPortal Settings Studio Web Portal Settings 
- Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- execution_role str
- The execution role for the user.
- code_editor_ Domainapp_ settings Code Editor App Settings 
- The Code Editor application settings. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- custom_file_ Sequence[Domainsystem_ configs Custom File System Config] 
- The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- custom_posix_ Domainuser_ config Custom Posix User Config 
- Details about the POSIX identity that is used for file system operations. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- default_landing_ struri 
- Defines which Amazon SageMaker application users are directed to by default.
- jupyter_lab_ Domainapp_ settings Jupyter Lab App Settings 
- The settings for the JupyterLab application. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- jupyter_server_ Domainapp_ settings Jupyter Server App Settings 
- The Jupyter server's app settings.
- kernel_gateway_ Domainapp_ settings Kernel Gateway App Settings 
- The kernel gateway app settings.
- r_session_ Domainapp_ settings RSession App Settings 
- A collection of settings that configure the RSessionGatewayapp.
- r_studio_ Domainserver_ pro_ app_ settings RStudio Server Pro App Settings 
- A collection of settings that configure user interaction with the RStudioServerProapp.
- security_groups Sequence[str]
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- 
DomainSharing Settings 
- The sharing settings.
- space_storage_ Domainsettings Default Space Storage Settings 
- The storage settings for a space. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- studio_web_ Domainportal User Settings Studio Web Portal 
- Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- studio_web_ Domainportal_ settings Studio Web Portal Settings 
- Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
- executionRole String
- The execution role for the user.
- codeEditor Property MapApp Settings 
- The Code Editor application settings. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- customFile List<Property Map>System Configs 
- The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker AI Studio. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- customPosix Property MapUser Config 
- Details about the POSIX identity that is used for file system operations. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- defaultLanding StringUri 
- Defines which Amazon SageMaker application users are directed to by default.
- jupyterLab Property MapApp Settings 
- The settings for the JupyterLab application. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- jupyterServer Property MapApp Settings 
- The Jupyter server's app settings.
- kernelGateway Property MapApp Settings 
- The kernel gateway app settings.
- rSession Property MapApp Settings 
- A collection of settings that configure the RSessionGatewayapp.
- rStudio Property MapServer Pro App Settings 
- A collection of settings that configure user interaction with the RStudioServerProapp.
- securityGroups List<String>
- The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
- Property Map
- The sharing settings.
- spaceStorage Property MapSettings 
- The storage settings for a space. - SageMaker applies these settings only to private spaces that the user creates in the domain. SageMaker doesn't apply these settings to shared spaces. 
- studioWeb "ENABLED" | "DISABLED"Portal 
- Indicates whether the Studio experience is available to users. If not, users cannot access Studio.
- studioWeb Property MapPortal Settings 
- Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
DomainUserSettingsStudioWebPortal, DomainUserSettingsStudioWebPortalArgs            
- Enabled
- ENABLED
- Disabled
- DISABLED
- DomainUser Settings Studio Web Portal Enabled 
- ENABLED
- DomainUser Settings Studio Web Portal Disabled 
- 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
We recommend new projects start with resources from the AWS provider.