We recommend new projects start with resources from the AWS provider.
aws-native.sagemaker.Space
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::SageMaker::Space
Create Space Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Space(name: string, args: SpaceArgs, opts?: CustomResourceOptions);@overload
def Space(resource_name: str,
          args: SpaceArgs,
          opts: Optional[ResourceOptions] = None)
@overload
def Space(resource_name: str,
          opts: Optional[ResourceOptions] = None,
          domain_id: Optional[str] = None,
          ownership_settings: Optional[SpaceOwnershipSettingsArgs] = None,
          space_display_name: Optional[str] = None,
          space_name: Optional[str] = None,
          space_settings: Optional[SpaceSettingsArgs] = None,
          space_sharing_settings: Optional[SpaceSharingSettingsArgs] = None,
          tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewSpace(ctx *Context, name string, args SpaceArgs, opts ...ResourceOption) (*Space, error)public Space(string name, SpaceArgs args, CustomResourceOptions? opts = null)type: aws-native:sagemaker:Space
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 SpaceArgs
- 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 SpaceArgs
- 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 SpaceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SpaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SpaceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Space 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 Space resource accepts the following input properties:
- DomainId string
- The ID of the associated Domain.
- OwnershipSettings Pulumi.Aws Native. Sage Maker. Inputs. Space Ownership Settings 
- The collection of ownership settings for a space.
- SpaceDisplay stringName 
- The name of the space that appears in the Studio UI.
- SpaceName string
- A name for the Space.
- SpaceSettings Pulumi.Aws Native. Sage Maker. Inputs. Space Settings 
- A collection of settings.
- SpaceSharing Pulumi.Settings Aws Native. Sage Maker. Inputs. Space Sharing Settings 
- A collection of space sharing settings.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- A list of tags to apply to the space.
- DomainId string
- The ID of the associated Domain.
- OwnershipSettings SpaceOwnership Settings Args 
- The collection of ownership settings for a space.
- SpaceDisplay stringName 
- The name of the space that appears in the Studio UI.
- SpaceName string
- A name for the Space.
- SpaceSettings SpaceSettings Args 
- A collection of settings.
- SpaceSharing SpaceSettings Sharing Settings Args 
- A collection of space sharing settings.
- 
TagArgs 
- A list of tags to apply to the space.
- domainId String
- The ID of the associated Domain.
- ownershipSettings SpaceOwnership Settings 
- The collection of ownership settings for a space.
- spaceDisplay StringName 
- The name of the space that appears in the Studio UI.
- spaceName String
- A name for the Space.
- spaceSettings SpaceSettings 
- A collection of settings.
- spaceSharing SpaceSettings Sharing Settings 
- A collection of space sharing settings.
- List<Tag>
- A list of tags to apply to the space.
- domainId string
- The ID of the associated Domain.
- ownershipSettings SpaceOwnership Settings 
- The collection of ownership settings for a space.
- spaceDisplay stringName 
- The name of the space that appears in the Studio UI.
- spaceName string
- A name for the Space.
- spaceSettings SpaceSettings 
- A collection of settings.
- spaceSharing SpaceSettings Sharing Settings 
- A collection of space sharing settings.
- Tag[]
- A list of tags to apply to the space.
- domain_id str
- The ID of the associated Domain.
- ownership_settings SpaceOwnership Settings Args 
- The collection of ownership settings for a space.
- space_display_ strname 
- The name of the space that appears in the Studio UI.
- space_name str
- A name for the Space.
- space_settings SpaceSettings Args 
- A collection of settings.
- space_sharing_ Spacesettings Sharing Settings Args 
- A collection of space sharing settings.
- 
Sequence[TagArgs] 
- A list of tags to apply to the space.
- domainId String
- The ID of the associated Domain.
- ownershipSettings Property Map
- The collection of ownership settings for a space.
- spaceDisplay StringName 
- The name of the space that appears in the Studio UI.
- spaceName String
- A name for the Space.
- spaceSettings Property Map
- A collection of settings.
- spaceSharing Property MapSettings 
- A collection of space sharing settings.
- List<Property Map>
- A list of tags to apply to the space.
Outputs
All input properties are implicitly available as output properties. Additionally, the Space resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- SpaceArn string
- The space Amazon Resource Name (ARN).
- Url string
- Returns the URL of the space. If the space is created with AWS IAM Identity Center (Successor to AWS Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through AWS IAM Identity Center. - The following application types are supported: - Studio Classic: &redirect=JupyterServer
- JupyterLab: &redirect=JupyterLab
- Code Editor, based on Code-OSS, Visual Studio Code - Open Source: &redirect=CodeEditor
 
- Studio Classic: 
- Id string
- The provider-assigned unique ID for this managed resource.
- SpaceArn string
- The space Amazon Resource Name (ARN).
- Url string
- Returns the URL of the space. If the space is created with AWS IAM Identity Center (Successor to AWS Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through AWS IAM Identity Center. - The following application types are supported: - Studio Classic: &redirect=JupyterServer
- JupyterLab: &redirect=JupyterLab
- Code Editor, based on Code-OSS, Visual Studio Code - Open Source: &redirect=CodeEditor
 
- Studio Classic: 
- id String
- The provider-assigned unique ID for this managed resource.
- spaceArn String
- The space Amazon Resource Name (ARN).
- url String
- Returns the URL of the space. If the space is created with AWS IAM Identity Center (Successor to AWS Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through AWS IAM Identity Center. - The following application types are supported: - Studio Classic: &redirect=JupyterServer
- JupyterLab: &redirect=JupyterLab
- Code Editor, based on Code-OSS, Visual Studio Code - Open Source: &redirect=CodeEditor
 
- Studio Classic: 
- id string
- The provider-assigned unique ID for this managed resource.
- spaceArn string
- The space Amazon Resource Name (ARN).
- url string
- Returns the URL of the space. If the space is created with AWS IAM Identity Center (Successor to AWS Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through AWS IAM Identity Center. - The following application types are supported: - Studio Classic: &redirect=JupyterServer
- JupyterLab: &redirect=JupyterLab
- Code Editor, based on Code-OSS, Visual Studio Code - Open Source: &redirect=CodeEditor
 
- Studio Classic: 
- id str
- The provider-assigned unique ID for this managed resource.
- space_arn str
- The space Amazon Resource Name (ARN).
- url str
- Returns the URL of the space. If the space is created with AWS IAM Identity Center (Successor to AWS Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through AWS IAM Identity Center. - The following application types are supported: - Studio Classic: &redirect=JupyterServer
- JupyterLab: &redirect=JupyterLab
- Code Editor, based on Code-OSS, Visual Studio Code - Open Source: &redirect=CodeEditor
 
- Studio Classic: 
- id String
- The provider-assigned unique ID for this managed resource.
- spaceArn String
- The space Amazon Resource Name (ARN).
- url String
- Returns the URL of the space. If the space is created with AWS IAM Identity Center (Successor to AWS Single Sign-On) authentication, users can navigate to the URL after appending the respective redirect parameter for the application type to be federated through AWS IAM Identity Center. - The following application types are supported: - Studio Classic: &redirect=JupyterServer
- JupyterLab: &redirect=JupyterLab
- Code Editor, based on Code-OSS, Visual Studio Code - Open Source: &redirect=CodeEditor
 
- Studio Classic: 
Supporting Types
SpaceAppLifecycleManagement, SpaceAppLifecycleManagementArgs        
- IdleSettings Pulumi.Aws Native. Sage Maker. Inputs. Space Idle Settings 
- Settings related to idle shutdown of Studio applications.
- IdleSettings SpaceIdle Settings 
- Settings related to idle shutdown of Studio applications.
- idleSettings SpaceIdle Settings 
- Settings related to idle shutdown of Studio applications.
- idleSettings SpaceIdle Settings 
- Settings related to idle shutdown of Studio applications.
- idle_settings SpaceIdle Settings 
- Settings related to idle shutdown of Studio applications.
- idleSettings Property Map
- Settings related to idle shutdown of Studio applications.
SpaceAppType, SpaceAppTypeArgs      
- JupyterServer 
- JupyterServer
- KernelGateway 
- KernelGateway
- TensorBoard 
- TensorBoard
- RStudioServer Pro 
- RStudioServerPro
- RSessionGateway 
- RSessionGateway
- JupyterLab 
- JupyterLab
- CodeEditor 
- CodeEditor
- SpaceApp Type Jupyter Server 
- JupyterServer
- SpaceApp Type Kernel Gateway 
- KernelGateway
- SpaceApp Type Tensor Board 
- TensorBoard
- SpaceApp Type RStudio Server Pro 
- RStudioServerPro
- SpaceApp Type RSession Gateway 
- RSessionGateway
- SpaceApp Type Jupyter Lab 
- JupyterLab
- SpaceApp Type Code Editor 
- CodeEditor
- JupyterServer 
- JupyterServer
- KernelGateway 
- KernelGateway
- TensorBoard 
- TensorBoard
- RStudioServer Pro 
- RStudioServerPro
- RSessionGateway 
- RSessionGateway
- JupyterLab 
- JupyterLab
- CodeEditor 
- CodeEditor
- JupyterServer 
- JupyterServer
- KernelGateway 
- KernelGateway
- TensorBoard 
- TensorBoard
- RStudioServer Pro 
- RStudioServerPro
- RSessionGateway 
- RSessionGateway
- JupyterLab 
- JupyterLab
- CodeEditor 
- CodeEditor
- JUPYTER_SERVER
- JupyterServer
- KERNEL_GATEWAY
- KernelGateway
- TENSOR_BOARD
- TensorBoard
- R_STUDIO_SERVER_PRO
- RStudioServerPro
- R_SESSION_GATEWAY
- RSessionGateway
- JUPYTER_LAB
- JupyterLab
- CODE_EDITOR
- CodeEditor
- "JupyterServer" 
- JupyterServer
- "KernelGateway" 
- KernelGateway
- "TensorBoard" 
- TensorBoard
- "RStudioServer Pro" 
- RStudioServerPro
- "RSessionGateway" 
- RSessionGateway
- "JupyterLab" 
- JupyterLab
- "CodeEditor" 
- CodeEditor
SpaceCodeEditorAppSettings, SpaceCodeEditorAppSettingsArgs          
- AppLifecycle Pulumi.Management Aws Native. Sage Maker. Inputs. Space App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
- DefaultResource Pulumi.Spec Aws Native. Sage Maker. Inputs. Space Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- AppLifecycle SpaceManagement App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
- DefaultResource SpaceSpec Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- appLifecycle SpaceManagement App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
- defaultResource SpaceSpec Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- appLifecycle SpaceManagement App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
- defaultResource SpaceSpec Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- app_lifecycle_ Spacemanagement App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
- default_resource_ Spacespec Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- appLifecycle Property MapManagement 
- Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
- defaultResource Property MapSpec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
SpaceCodeRepository, SpaceCodeRepositoryArgs      
- 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.
SpaceCustomFileSystem, SpaceCustomFileSystemArgs        
SpaceCustomImage, SpaceCustomImageArgs      
- 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.
SpaceEbsStorageSettings, SpaceEbsStorageSettingsArgs        
- EbsVolume intSize In Gb 
- Size of the Amazon EBS volume in Gb
- EbsVolume intSize In Gb 
- Size of the Amazon EBS volume in Gb
- ebsVolume IntegerSize In Gb 
- Size of the Amazon EBS volume in Gb
- ebsVolume numberSize In Gb 
- Size of the Amazon EBS volume in Gb
- ebs_volume_ intsize_ in_ gb 
- Size of the Amazon EBS volume in Gb
- ebsVolume NumberSize In Gb 
- Size of the Amazon EBS volume in Gb
SpaceEfsFileSystem, SpaceEfsFileSystemArgs        
- FileSystem stringId 
- FileSystem stringId 
- fileSystem StringId 
- fileSystem stringId 
- file_system_ strid 
- fileSystem StringId 
SpaceFSxLustreFileSystem, SpaceFSxLustreFileSystemArgs          
- FileSystem stringId 
- FileSystem stringId 
- fileSystem StringId 
- fileSystem stringId 
- file_system_ strid 
- fileSystem StringId 
SpaceIdleSettings, SpaceIdleSettingsArgs      
- IdleTimeout intIn Minutes 
- The space idle timeout value set in minutes
- IdleTimeout intIn Minutes 
- The space idle timeout value set in minutes
- idleTimeout IntegerIn Minutes 
- The space idle timeout value set in minutes
- idleTimeout numberIn Minutes 
- The space idle timeout value set in minutes
- idle_timeout_ intin_ minutes 
- The space idle timeout value set in minutes
- idleTimeout NumberIn Minutes 
- The space idle timeout value set in minutes
SpaceJupyterLabAppSettings, SpaceJupyterLabAppSettingsArgs          
- AppLifecycle Pulumi.Management Aws Native. Sage Maker. Inputs. Space App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
- CodeRepositories List<Pulumi.Aws Native. Sage Maker. Inputs. Space Code Repository> 
- A list of CodeRepositories available for use with JupyterLab apps.
- DefaultResource Pulumi.Spec Aws Native. Sage Maker. Inputs. Space Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- AppLifecycle SpaceManagement App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
- CodeRepositories []SpaceCode Repository 
- A list of CodeRepositories available for use with JupyterLab apps.
- DefaultResource SpaceSpec Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- appLifecycle SpaceManagement App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
- codeRepositories List<SpaceCode Repository> 
- A list of CodeRepositories available for use with JupyterLab apps.
- defaultResource SpaceSpec Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- appLifecycle SpaceManagement App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
- codeRepositories SpaceCode Repository[] 
- A list of CodeRepositories available for use with JupyterLab apps.
- defaultResource SpaceSpec Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- app_lifecycle_ Spacemanagement App Lifecycle Management 
- Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
- code_repositories Sequence[SpaceCode Repository] 
- A list of CodeRepositories available for use with JupyterLab apps.
- default_resource_ Spacespec Resource Spec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
- appLifecycle Property MapManagement 
- Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
- codeRepositories List<Property Map>
- A list of CodeRepositories available for use with JupyterLab apps.
- defaultResource Property MapSpec 
- Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
SpaceJupyterServerAppSettings, SpaceJupyterServerAppSettingsArgs          
- DefaultResource Pulumi.Spec Aws Native. Sage Maker. Inputs. Space Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app. If you use the LifecycleConfigArnsparameter, then this parameter is also required.
- LifecycleConfig List<string>Arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- DefaultResource SpaceSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app. If you use the LifecycleConfigArnsparameter, then this parameter is also required.
- LifecycleConfig []stringArns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- defaultResource SpaceSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app. If you use the LifecycleConfigArnsparameter, then this parameter is also required.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- defaultResource SpaceSpec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app. If you use the LifecycleConfigArnsparameter, then this parameter is also required.
- lifecycleConfig string[]Arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
- default_resource_ Spacespec Resource Spec 
- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app. If you use the LifecycleConfigArnsparameter, then this parameter is also required.
- 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 AI image used by the JupyterServer app. If you use the LifecycleConfigArnsparameter, then this parameter is also required.
- lifecycleConfig List<String>Arns 
- A list of LifecycleConfigArns available for use with JupyterServer apps.
SpaceKernelGatewayAppSettings, SpaceKernelGatewayAppSettingsArgs          
- CustomImages List<Pulumi.Aws Native. Sage Maker. Inputs. Space 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. Space 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 []SpaceCustom Image 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- DefaultResource SpaceSpec 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<SpaceCustom Image> 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- defaultResource SpaceSpec 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 SpaceCustom Image[] 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- defaultResource SpaceSpec 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[SpaceCustom Image] 
- A list of custom SageMaker images that are configured to run as a KernelGateway app.
- default_resource_ Spacespec 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.
SpaceOwnershipSettings, SpaceOwnershipSettingsArgs      
- OwnerUser stringProfile Name 
- The user profile who is the owner of the space.
- OwnerUser stringProfile Name 
- The user profile who is the owner of the space.
- ownerUser StringProfile Name 
- The user profile who is the owner of the space.
- ownerUser stringProfile Name 
- The user profile who is the owner of the space.
- owner_user_ strprofile_ name 
- The user profile who is the owner of the space.
- ownerUser StringProfile Name 
- The user profile who is the owner of the space.
SpaceResourceSpec, SpaceResourceSpecArgs      
- InstanceType Pulumi.Aws Native. Sage Maker. Space Resource Spec Instance Type 
- The instance type that the image version runs on.
- LifecycleConfig stringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- SageMaker stringImage Arn 
- The ARN of the SageMaker image that the image version belongs to.
- SageMaker stringImage Version Arn 
- The ARN of the image version created on the instance.
- InstanceType SpaceResource Spec Instance Type 
- The instance type that the image version runs on.
- LifecycleConfig stringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- SageMaker stringImage Arn 
- The ARN of the SageMaker image that the image version belongs to.
- SageMaker stringImage Version Arn 
- The ARN of the image version created on the instance.
- instanceType SpaceResource Spec Instance Type 
- The instance type that the image version runs on.
- lifecycleConfig StringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sageMaker StringImage Arn 
- The ARN of the SageMaker image that the image version belongs to.
- sageMaker StringImage Version Arn 
- The ARN of the image version created on the instance.
- instanceType SpaceResource Spec Instance Type 
- The instance type that the image version runs on.
- lifecycleConfig stringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sageMaker stringImage Arn 
- The ARN of the SageMaker image that the image version belongs to.
- sageMaker stringImage Version Arn 
- The ARN of the image version created on the instance.
- instance_type SpaceResource Spec Instance Type 
- The instance type that the image version runs on.
- lifecycle_config_ strarn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sage_maker_ strimage_ arn 
- The ARN of the SageMaker image that the image version belongs to.
- sage_maker_ strimage_ version_ arn 
- The ARN of the image version created on the instance.
- instanceType "system" | "ml.t3.micro" | "ml.t3.small" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.p3dn.24xlarge" | "ml.m5d.large" | "ml.m5d.xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.24xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.geospatial.interactive" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge"
- The instance type that the image version runs on.
- lifecycleConfig StringArn 
- The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
- sageMaker StringImage Arn 
- The ARN of the SageMaker image that the image version belongs to.
- sageMaker StringImage Version Arn 
- The ARN of the image version created on the instance.
SpaceResourceSpecInstanceType, SpaceResourceSpecInstanceTypeArgs          
- 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
- SpaceResource Spec Instance Type System 
- system
- SpaceResource Spec Instance Type Ml T3Micro 
- ml.t3.micro
- SpaceResource Spec Instance Type Ml T3Small 
- ml.t3.small
- SpaceResource Spec Instance Type Ml T3Medium 
- ml.t3.medium
- SpaceResource Spec Instance Type Ml T3Large 
- ml.t3.large
- SpaceResource Spec Instance Type Ml T3Xlarge 
- ml.t3.xlarge
- SpaceResource Spec Instance Type Ml T32xlarge 
- ml.t3.2xlarge
- SpaceResource Spec Instance Type Ml M5Large 
- ml.m5.large
- SpaceResource Spec Instance Type Ml M5Xlarge 
- ml.m5.xlarge
- SpaceResource Spec Instance Type Ml M52xlarge 
- ml.m5.2xlarge
- SpaceResource Spec Instance Type Ml M54xlarge 
- ml.m5.4xlarge
- SpaceResource Spec Instance Type Ml M58xlarge 
- ml.m5.8xlarge
- SpaceResource Spec Instance Type Ml M512xlarge 
- ml.m5.12xlarge
- SpaceResource Spec Instance Type Ml M516xlarge 
- ml.m5.16xlarge
- SpaceResource Spec Instance Type Ml M524xlarge 
- ml.m5.24xlarge
- SpaceResource Spec Instance Type Ml C5Large 
- ml.c5.large
- SpaceResource Spec Instance Type Ml C5Xlarge 
- ml.c5.xlarge
- SpaceResource Spec Instance Type Ml C52xlarge 
- ml.c5.2xlarge
- SpaceResource Spec Instance Type Ml C54xlarge 
- ml.c5.4xlarge
- SpaceResource Spec Instance Type Ml C59xlarge 
- ml.c5.9xlarge
- SpaceResource Spec Instance Type Ml C512xlarge 
- ml.c5.12xlarge
- SpaceResource Spec Instance Type Ml C518xlarge 
- ml.c5.18xlarge
- SpaceResource Spec Instance Type Ml C524xlarge 
- ml.c5.24xlarge
- SpaceResource Spec Instance Type Ml P32xlarge 
- ml.p3.2xlarge
- SpaceResource Spec Instance Type Ml P38xlarge 
- ml.p3.8xlarge
- SpaceResource Spec Instance Type Ml P316xlarge 
- ml.p3.16xlarge
- SpaceResource Spec Instance Type Ml G4dn Xlarge 
- ml.g4dn.xlarge
- SpaceResource Spec Instance Type Ml G4dn2xlarge 
- ml.g4dn.2xlarge
- SpaceResource Spec Instance Type Ml G4dn4xlarge 
- ml.g4dn.4xlarge
- SpaceResource Spec Instance Type Ml G4dn8xlarge 
- ml.g4dn.8xlarge
- SpaceResource Spec Instance Type Ml G4dn12xlarge 
- ml.g4dn.12xlarge
- SpaceResource Spec Instance Type Ml G4dn16xlarge 
- ml.g4dn.16xlarge
- SpaceResource Spec Instance Type Ml R5Large 
- ml.r5.large
- SpaceResource Spec Instance Type Ml R5Xlarge 
- ml.r5.xlarge
- SpaceResource Spec Instance Type Ml R52xlarge 
- ml.r5.2xlarge
- SpaceResource Spec Instance Type Ml R54xlarge 
- ml.r5.4xlarge
- SpaceResource Spec Instance Type Ml R58xlarge 
- ml.r5.8xlarge
- SpaceResource Spec Instance Type Ml R512xlarge 
- ml.r5.12xlarge
- SpaceResource Spec Instance Type Ml R516xlarge 
- ml.r5.16xlarge
- SpaceResource Spec Instance Type Ml R524xlarge 
- ml.r5.24xlarge
- SpaceResource Spec Instance Type Ml P3dn24xlarge 
- ml.p3dn.24xlarge
- SpaceResource Spec Instance Type Ml M5d Large 
- ml.m5d.large
- SpaceResource Spec Instance Type Ml M5d Xlarge 
- ml.m5d.xlarge
- SpaceResource Spec Instance Type Ml M5d2xlarge 
- ml.m5d.2xlarge
- SpaceResource Spec Instance Type Ml M5d4xlarge 
- ml.m5d.4xlarge
- SpaceResource Spec Instance Type Ml M5d8xlarge 
- ml.m5d.8xlarge
- SpaceResource Spec Instance Type Ml M5d12xlarge 
- ml.m5d.12xlarge
- SpaceResource Spec Instance Type Ml M5d16xlarge 
- ml.m5d.16xlarge
- SpaceResource Spec Instance Type Ml M5d24xlarge 
- ml.m5d.24xlarge
- SpaceResource Spec Instance Type Ml G5Xlarge 
- ml.g5.xlarge
- SpaceResource Spec Instance Type Ml G52xlarge 
- ml.g5.2xlarge
- SpaceResource Spec Instance Type Ml G54xlarge 
- ml.g5.4xlarge
- SpaceResource Spec Instance Type Ml G58xlarge 
- ml.g5.8xlarge
- SpaceResource Spec Instance Type Ml G512xlarge 
- ml.g5.12xlarge
- SpaceResource Spec Instance Type Ml G516xlarge 
- ml.g5.16xlarge
- SpaceResource Spec Instance Type Ml G524xlarge 
- ml.g5.24xlarge
- SpaceResource Spec Instance Type Ml G548xlarge 
- ml.g5.48xlarge
- SpaceResource Spec Instance Type Ml P4d24xlarge 
- ml.p4d.24xlarge
- SpaceResource Spec Instance Type Ml P4de24xlarge 
- ml.p4de.24xlarge
- SpaceResource Spec Instance Type Ml Geospatial Interactive 
- ml.geospatial.interactive
- SpaceResource Spec Instance Type Ml Trn12xlarge 
- ml.trn1.2xlarge
- SpaceResource Spec Instance Type Ml Trn132xlarge 
- ml.trn1.32xlarge
- SpaceResource 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
SpaceSettings, SpaceSettingsArgs    
- AppType Pulumi.Aws Native. Sage Maker. Space App Type 
- The type of app created within the space. - If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field. 
- CodeEditor Pulumi.App Settings Aws Native. Sage Maker. Inputs. Space Code Editor App Settings 
- The CodeEditor app settings.
- CustomFile List<Pulumi.Systems Aws Native. Sage Maker. Inputs. Space Custom File System> 
- A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- JupyterLab Pulumi.App Settings Aws Native. Sage Maker. Inputs. Space Jupyter Lab App Settings 
- The JupyterLab app settings.
- JupyterServer Pulumi.App Settings Aws Native. Sage Maker. Inputs. Space Jupyter Server App Settings 
- The Jupyter server's app settings.
- KernelGateway Pulumi.App Settings Aws Native. Sage Maker. Inputs. Space Kernel Gateway App Settings 
- The kernel gateway app settings.
- SpaceStorage Pulumi.Settings Aws Native. Sage Maker. Inputs. Space Storage Settings 
- Default storage settings for a space.
- AppType SpaceApp Type 
- The type of app created within the space. - If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field. 
- CodeEditor SpaceApp Settings Code Editor App Settings 
- The CodeEditor app settings.
- CustomFile []SpaceSystems Custom File System 
- A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- JupyterLab SpaceApp Settings Jupyter Lab App Settings 
- The JupyterLab app settings.
- JupyterServer SpaceApp Settings Jupyter Server App Settings 
- The Jupyter server's app settings.
- KernelGateway SpaceApp Settings Kernel Gateway App Settings 
- The kernel gateway app settings.
- SpaceStorage SpaceSettings Storage Settings 
- Default storage settings for a space.
- appType SpaceApp Type 
- The type of app created within the space. - If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field. 
- codeEditor SpaceApp Settings Code Editor App Settings 
- The CodeEditor app settings.
- customFile List<SpaceSystems Custom File System> 
- A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- jupyterLab SpaceApp Settings Jupyter Lab App Settings 
- The JupyterLab app settings.
- jupyterServer SpaceApp Settings Jupyter Server App Settings 
- The Jupyter server's app settings.
- kernelGateway SpaceApp Settings Kernel Gateway App Settings 
- The kernel gateway app settings.
- spaceStorage SpaceSettings Storage Settings 
- Default storage settings for a space.
- appType SpaceApp Type 
- The type of app created within the space. - If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field. 
- codeEditor SpaceApp Settings Code Editor App Settings 
- The CodeEditor app settings.
- customFile SpaceSystems Custom File System[] 
- A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- jupyterLab SpaceApp Settings Jupyter Lab App Settings 
- The JupyterLab app settings.
- jupyterServer SpaceApp Settings Jupyter Server App Settings 
- The Jupyter server's app settings.
- kernelGateway SpaceApp Settings Kernel Gateway App Settings 
- The kernel gateway app settings.
- spaceStorage SpaceSettings Storage Settings 
- Default storage settings for a space.
- app_type SpaceApp Type 
- The type of app created within the space. - If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field. 
- code_editor_ Spaceapp_ settings Code Editor App Settings 
- The CodeEditor app settings.
- custom_file_ Sequence[Spacesystems Custom File System] 
- A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- jupyter_lab_ Spaceapp_ settings Jupyter Lab App Settings 
- The JupyterLab app settings.
- jupyter_server_ Spaceapp_ settings Jupyter Server App Settings 
- The Jupyter server's app settings.
- kernel_gateway_ Spaceapp_ settings Kernel Gateway App Settings 
- The kernel gateway app settings.
- space_storage_ Spacesettings Storage Settings 
- Default storage settings for a space.
- appType "JupyterServer" | "Kernel Gateway" | "Tensor Board" | "RStudio Server Pro" | "RSession Gateway" | "Jupyter Lab" | "Code Editor" 
- The type of app created within the space. - If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field. 
- codeEditor Property MapApp Settings 
- The CodeEditor app settings.
- customFile List<Property Map>Systems 
- A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- jupyterLab Property MapApp Settings 
- The JupyterLab app settings.
- jupyterServer Property MapApp Settings 
- The Jupyter server's app settings.
- kernelGateway Property MapApp Settings 
- The kernel gateway app settings.
- spaceStorage Property MapSettings 
- Default storage settings for a space.
SpaceSharingSettings, SpaceSharingSettingsArgs      
- 
Pulumi.Aws Native. Sage Maker. Space Sharing Settings Sharing Type 
- Specifies the sharing type of the space.
- 
SpaceSharing Settings Sharing Type 
- Specifies the sharing type of the space.
- 
SpaceSharing Settings Sharing Type 
- Specifies the sharing type of the space.
- 
SpaceSharing Settings Sharing Type 
- Specifies the sharing type of the space.
- 
SpaceSharing Settings Sharing Type 
- Specifies the sharing type of the space.
- "Private" | "Shared"
- Specifies the sharing type of the space.
SpaceSharingSettingsSharingType, SpaceSharingSettingsSharingTypeArgs          
- Private
- Private
- Shared
- Shared
- SpaceSharing Settings Sharing Type Private 
- Private
- SpaceSharing Settings Sharing Type Shared 
- Shared
- Private
- Private
- Shared
- Shared
- Private
- Private
- Shared
- Shared
- PRIVATE
- Private
- SHARED
- Shared
- "Private"
- Private
- "Shared"
- Shared
SpaceStorageSettings, SpaceStorageSettingsArgs      
- EbsStorage Pulumi.Settings Aws Native. Sage Maker. Inputs. Space Ebs Storage Settings 
- A collection of EBS storage settings for a space.
- EbsStorage SpaceSettings Ebs Storage Settings 
- A collection of EBS storage settings for a space.
- ebsStorage SpaceSettings Ebs Storage Settings 
- A collection of EBS storage settings for a space.
- ebsStorage SpaceSettings Ebs Storage Settings 
- A collection of EBS storage settings for a space.
- ebs_storage_ Spacesettings Ebs Storage Settings 
- A collection of EBS storage settings for a space.
- ebsStorage Property MapSettings 
- A collection of EBS storage settings for a space.
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.