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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.sagemaker.Space

Explore with Pulumi AI

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

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)
public Space(String name, SpaceArgs args)
public Space(String name, SpaceArgs args, CustomResourceOptions options)
type: aws-native:sagemaker:Space
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. SpaceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. SpaceArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. SpaceArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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 This property is required. string
The ID of the associated Domain.
OwnershipSettings Pulumi.AwsNative.SageMaker.Inputs.SpaceOwnershipSettings
The collection of ownership settings for a space.
SpaceDisplayName string
The name of the space that appears in the Studio UI.
SpaceName string
A name for the Space.
SpaceSettings Pulumi.AwsNative.SageMaker.Inputs.SpaceSettings
A collection of settings.
SpaceSharingSettings Pulumi.AwsNative.SageMaker.Inputs.SpaceSharingSettings
A collection of space sharing settings.
Tags List<Pulumi.AwsNative.Inputs.Tag>
A list of tags to apply to the space.
DomainId This property is required. string
The ID of the associated Domain.
OwnershipSettings SpaceOwnershipSettingsArgs
The collection of ownership settings for a space.
SpaceDisplayName string
The name of the space that appears in the Studio UI.
SpaceName string
A name for the Space.
SpaceSettings SpaceSettingsArgs
A collection of settings.
SpaceSharingSettings SpaceSharingSettingsArgs
A collection of space sharing settings.
Tags TagArgs
A list of tags to apply to the space.
domainId This property is required. String
The ID of the associated Domain.
ownershipSettings SpaceOwnershipSettings
The collection of ownership settings for a space.
spaceDisplayName String
The name of the space that appears in the Studio UI.
spaceName String
A name for the Space.
spaceSettings SpaceSettings
A collection of settings.
spaceSharingSettings SpaceSharingSettings
A collection of space sharing settings.
tags List<Tag>
A list of tags to apply to the space.
domainId This property is required. string
The ID of the associated Domain.
ownershipSettings SpaceOwnershipSettings
The collection of ownership settings for a space.
spaceDisplayName string
The name of the space that appears in the Studio UI.
spaceName string
A name for the Space.
spaceSettings SpaceSettings
A collection of settings.
spaceSharingSettings SpaceSharingSettings
A collection of space sharing settings.
tags Tag[]
A list of tags to apply to the space.
domain_id This property is required. str
The ID of the associated Domain.
ownership_settings SpaceOwnershipSettingsArgs
The collection of ownership settings for a space.
space_display_name str
The name of the space that appears in the Studio UI.
space_name str
A name for the Space.
space_settings SpaceSettingsArgs
A collection of settings.
space_sharing_settings SpaceSharingSettingsArgs
A collection of space sharing settings.
tags Sequence[TagArgs]
A list of tags to apply to the space.
domainId This property is required. String
The ID of the associated Domain.
ownershipSettings Property Map
The collection of ownership settings for a space.
spaceDisplayName String
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.
spaceSharingSettings Property Map
A collection of space sharing settings.
tags 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
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
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
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
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
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

Supporting Types

SpaceAppLifecycleManagement
, SpaceAppLifecycleManagementArgs

IdleSettings Pulumi.AwsNative.SageMaker.Inputs.SpaceIdleSettings
Settings related to idle shutdown of Studio applications.
IdleSettings SpaceIdleSettings
Settings related to idle shutdown of Studio applications.
idleSettings SpaceIdleSettings
Settings related to idle shutdown of Studio applications.
idleSettings SpaceIdleSettings
Settings related to idle shutdown of Studio applications.
idle_settings SpaceIdleSettings
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
RStudioServerPro
RStudioServerPro
RSessionGateway
RSessionGateway
JupyterLab
JupyterLab
CodeEditor
CodeEditor
SpaceAppTypeJupyterServer
JupyterServer
SpaceAppTypeKernelGateway
KernelGateway
SpaceAppTypeTensorBoard
TensorBoard
SpaceAppTypeRStudioServerPro
RStudioServerPro
SpaceAppTypeRSessionGateway
RSessionGateway
SpaceAppTypeJupyterLab
JupyterLab
SpaceAppTypeCodeEditor
CodeEditor
JupyterServer
JupyterServer
KernelGateway
KernelGateway
TensorBoard
TensorBoard
RStudioServerPro
RStudioServerPro
RSessionGateway
RSessionGateway
JupyterLab
JupyterLab
CodeEditor
CodeEditor
JupyterServer
JupyterServer
KernelGateway
KernelGateway
TensorBoard
TensorBoard
RStudioServerPro
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
"RStudioServerPro"
RStudioServerPro
"RSessionGateway"
RSessionGateway
"JupyterLab"
JupyterLab
"CodeEditor"
CodeEditor

SpaceCodeEditorAppSettings
, SpaceCodeEditorAppSettingsArgs

AppLifecycleManagement Pulumi.AwsNative.SageMaker.Inputs.SpaceAppLifecycleManagement
Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.SpaceResourceSpec
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
AppLifecycleManagement SpaceAppLifecycleManagement
Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
DefaultResourceSpec SpaceResourceSpec
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
appLifecycleManagement SpaceAppLifecycleManagement
Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
defaultResourceSpec SpaceResourceSpec
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
appLifecycleManagement SpaceAppLifecycleManagement
Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
defaultResourceSpec SpaceResourceSpec
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
app_lifecycle_management SpaceAppLifecycleManagement
Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
default_resource_spec SpaceResourceSpec
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
appLifecycleManagement Property Map
Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
defaultResourceSpec Property Map
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.

SpaceCodeRepository
, SpaceCodeRepositoryArgs

RepositoryUrl This property is required. string
A CodeRepository (valid URL) to be used within Jupyter's Git extension.
RepositoryUrl This property is required. string
A CodeRepository (valid URL) to be used within Jupyter's Git extension.
repositoryUrl This property is required. String
A CodeRepository (valid URL) to be used within Jupyter's Git extension.
repositoryUrl This property is required. string
A CodeRepository (valid URL) to be used within Jupyter's Git extension.
repository_url This property is required. str
A CodeRepository (valid URL) to be used within Jupyter's Git extension.
repositoryUrl This property is required. String
A CodeRepository (valid URL) to be used within Jupyter's Git extension.

SpaceCustomFileSystem
, SpaceCustomFileSystemArgs

SpaceCustomImage
, SpaceCustomImageArgs

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

SpaceEbsStorageSettings
, SpaceEbsStorageSettingsArgs

EbsVolumeSizeInGb This property is required. int
Size of the Amazon EBS volume in Gb
EbsVolumeSizeInGb This property is required. int
Size of the Amazon EBS volume in Gb
ebsVolumeSizeInGb This property is required. Integer
Size of the Amazon EBS volume in Gb
ebsVolumeSizeInGb This property is required. number
Size of the Amazon EBS volume in Gb
ebs_volume_size_in_gb This property is required. int
Size of the Amazon EBS volume in Gb
ebsVolumeSizeInGb This property is required. Number
Size of the Amazon EBS volume in Gb

SpaceEfsFileSystem
, SpaceEfsFileSystemArgs

FileSystemId This property is required. string
FileSystemId This property is required. string
fileSystemId This property is required. String
fileSystemId This property is required. string
file_system_id This property is required. str
fileSystemId This property is required. String

SpaceFSxLustreFileSystem
, SpaceFSxLustreFileSystemArgs

FileSystemId This property is required. string
FileSystemId This property is required. string
fileSystemId This property is required. String
fileSystemId This property is required. string
file_system_id This property is required. str
fileSystemId This property is required. String

SpaceIdleSettings
, SpaceIdleSettingsArgs

IdleTimeoutInMinutes int
The space idle timeout value set in minutes
IdleTimeoutInMinutes int
The space idle timeout value set in minutes
idleTimeoutInMinutes Integer
The space idle timeout value set in minutes
idleTimeoutInMinutes number
The space idle timeout value set in minutes
idle_timeout_in_minutes int
The space idle timeout value set in minutes
idleTimeoutInMinutes Number
The space idle timeout value set in minutes

SpaceJupyterLabAppSettings
, SpaceJupyterLabAppSettingsArgs

AppLifecycleManagement Pulumi.AwsNative.SageMaker.Inputs.SpaceAppLifecycleManagement
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
CodeRepositories List<Pulumi.AwsNative.SageMaker.Inputs.SpaceCodeRepository>
A list of CodeRepositories available for use with JupyterLab apps.
DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.SpaceResourceSpec
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
AppLifecycleManagement SpaceAppLifecycleManagement
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
CodeRepositories []SpaceCodeRepository
A list of CodeRepositories available for use with JupyterLab apps.
DefaultResourceSpec SpaceResourceSpec
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
appLifecycleManagement SpaceAppLifecycleManagement
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
codeRepositories List<SpaceCodeRepository>
A list of CodeRepositories available for use with JupyterLab apps.
defaultResourceSpec SpaceResourceSpec
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
appLifecycleManagement SpaceAppLifecycleManagement
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
codeRepositories SpaceCodeRepository[]
A list of CodeRepositories available for use with JupyterLab apps.
defaultResourceSpec SpaceResourceSpec
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
app_lifecycle_management SpaceAppLifecycleManagement
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
code_repositories Sequence[SpaceCodeRepository]
A list of CodeRepositories available for use with JupyterLab apps.
default_resource_spec SpaceResourceSpec
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
appLifecycleManagement Property Map
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.
defaultResourceSpec Property Map
Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.

SpaceJupyterServerAppSettings
, SpaceJupyterServerAppSettingsArgs

DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.SpaceResourceSpec
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 LifecycleConfigArns parameter, then this parameter is also required.
LifecycleConfigArns List<string>
A list of LifecycleConfigArns available for use with JupyterServer apps.
DefaultResourceSpec SpaceResourceSpec
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 LifecycleConfigArns parameter, then this parameter is also required.
LifecycleConfigArns []string
A list of LifecycleConfigArns available for use with JupyterServer apps.
defaultResourceSpec SpaceResourceSpec
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 LifecycleConfigArns parameter, then this parameter is also required.
lifecycleConfigArns List<String>
A list of LifecycleConfigArns available for use with JupyterServer apps.
defaultResourceSpec SpaceResourceSpec
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 LifecycleConfigArns parameter, then this parameter is also required.
lifecycleConfigArns string[]
A list of LifecycleConfigArns available for use with JupyterServer apps.
default_resource_spec SpaceResourceSpec
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 LifecycleConfigArns parameter, then this parameter is also required.
lifecycle_config_arns Sequence[str]
A list of LifecycleConfigArns available for use with JupyterServer apps.
defaultResourceSpec Property Map
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also required.
lifecycleConfigArns List<String>
A list of LifecycleConfigArns available for use with JupyterServer apps.

SpaceKernelGatewayAppSettings
, SpaceKernelGatewayAppSettingsArgs

CustomImages List<Pulumi.AwsNative.SageMaker.Inputs.SpaceCustomImage>
A list of custom SageMaker images that are configured to run as a KernelGateway app.
DefaultResourceSpec Pulumi.AwsNative.SageMaker.Inputs.SpaceResourceSpec
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
LifecycleConfigArns List<string>
A list of LifecycleConfigArns available for use with KernelGateway apps.
CustomImages []SpaceCustomImage
A list of custom SageMaker images that are configured to run as a KernelGateway app.
DefaultResourceSpec SpaceResourceSpec
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
LifecycleConfigArns []string
A list of LifecycleConfigArns available for use with KernelGateway apps.
customImages List<SpaceCustomImage>
A list of custom SageMaker images that are configured to run as a KernelGateway app.
defaultResourceSpec SpaceResourceSpec
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
lifecycleConfigArns List<String>
A list of LifecycleConfigArns available for use with KernelGateway apps.
customImages SpaceCustomImage[]
A list of custom SageMaker images that are configured to run as a KernelGateway app.
defaultResourceSpec SpaceResourceSpec
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
lifecycleConfigArns string[]
A list of LifecycleConfigArns available for use with KernelGateway apps.
custom_images Sequence[SpaceCustomImage]
A list of custom SageMaker images that are configured to run as a KernelGateway app.
default_resource_spec SpaceResourceSpec
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
lifecycle_config_arns Sequence[str]
A list of LifecycleConfigArns available for use with KernelGateway apps.
customImages List<Property Map>
A list of custom SageMaker images that are configured to run as a KernelGateway app.
defaultResourceSpec Property Map
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.
lifecycleConfigArns List<String>
A list of LifecycleConfigArns available for use with KernelGateway apps.

SpaceOwnershipSettings
, SpaceOwnershipSettingsArgs

OwnerUserProfileName This property is required. string
The user profile who is the owner of the space.
OwnerUserProfileName This property is required. string
The user profile who is the owner of the space.
ownerUserProfileName This property is required. String
The user profile who is the owner of the space.
ownerUserProfileName This property is required. string
The user profile who is the owner of the space.
owner_user_profile_name This property is required. str
The user profile who is the owner of the space.
ownerUserProfileName This property is required. String
The user profile who is the owner of the space.

SpaceResourceSpec
, SpaceResourceSpecArgs

InstanceType Pulumi.AwsNative.SageMaker.SpaceResourceSpecInstanceType
The instance type that the image version runs on.
LifecycleConfigArn string
The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
SageMakerImageArn string
The ARN of the SageMaker image that the image version belongs to.
SageMakerImageVersionArn string
The ARN of the image version created on the instance.
InstanceType SpaceResourceSpecInstanceType
The instance type that the image version runs on.
LifecycleConfigArn string
The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
SageMakerImageArn string
The ARN of the SageMaker image that the image version belongs to.
SageMakerImageVersionArn string
The ARN of the image version created on the instance.
instanceType SpaceResourceSpecInstanceType
The instance type that the image version runs on.
lifecycleConfigArn String
The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
sageMakerImageArn String
The ARN of the SageMaker image that the image version belongs to.
sageMakerImageVersionArn String
The ARN of the image version created on the instance.
instanceType SpaceResourceSpecInstanceType
The instance type that the image version runs on.
lifecycleConfigArn string
The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
sageMakerImageArn string
The ARN of the SageMaker image that the image version belongs to.
sageMakerImageVersionArn string
The ARN of the image version created on the instance.
instance_type SpaceResourceSpecInstanceType
The instance type that the image version runs on.
lifecycle_config_arn str
The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
sage_maker_image_arn str
The ARN of the SageMaker image that the image version belongs to.
sage_maker_image_version_arn str
The ARN of the image version created on the instance.
instanceType "system" | "ml.t3.micro" | "ml.t3.small" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.8xlarge" | "ml.m5.12xlarge" | "ml.m5.16xlarge" | "ml.m5.24xlarge" | "ml.c5.large" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.12xlarge" | "ml.c5.18xlarge" | "ml.c5.24xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.p3dn.24xlarge" | "ml.m5d.large" | "ml.m5d.xlarge" | "ml.m5d.2xlarge" | "ml.m5d.4xlarge" | "ml.m5d.8xlarge" | "ml.m5d.12xlarge" | "ml.m5d.16xlarge" | "ml.m5d.24xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.12xlarge" | "ml.g5.16xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.geospatial.interactive" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge"
The instance type that the image version runs on.
lifecycleConfigArn String
The Amazon Resource Name (ARN) of the Lifecycle Configuration to attach to the Resource.
sageMakerImageArn String
The ARN of the SageMaker image that the image version belongs to.
sageMakerImageVersionArn String
The ARN of the image version created on the instance.

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
MlG4dnXlarge
ml.g4dn.xlarge
MlG4dn2xlarge
ml.g4dn.2xlarge
MlG4dn4xlarge
ml.g4dn.4xlarge
MlG4dn8xlarge
ml.g4dn.8xlarge
MlG4dn12xlarge
ml.g4dn.12xlarge
MlG4dn16xlarge
ml.g4dn.16xlarge
MlR5Large
ml.r5.large
MlR5Xlarge
ml.r5.xlarge
MlR52xlarge
ml.r5.2xlarge
MlR54xlarge
ml.r5.4xlarge
MlR58xlarge
ml.r5.8xlarge
MlR512xlarge
ml.r5.12xlarge
MlR516xlarge
ml.r5.16xlarge
MlR524xlarge
ml.r5.24xlarge
MlP3dn24xlarge
ml.p3dn.24xlarge
MlM5dLarge
ml.m5d.large
MlM5dXlarge
ml.m5d.xlarge
MlM5d2xlarge
ml.m5d.2xlarge
MlM5d4xlarge
ml.m5d.4xlarge
MlM5d8xlarge
ml.m5d.8xlarge
MlM5d12xlarge
ml.m5d.12xlarge
MlM5d16xlarge
ml.m5d.16xlarge
MlM5d24xlarge
ml.m5d.24xlarge
MlG5Xlarge
ml.g5.xlarge
MlG52xlarge
ml.g5.2xlarge
MlG54xlarge
ml.g5.4xlarge
MlG58xlarge
ml.g5.8xlarge
MlG512xlarge
ml.g5.12xlarge
MlG516xlarge
ml.g5.16xlarge
MlG524xlarge
ml.g5.24xlarge
MlG548xlarge
ml.g5.48xlarge
MlP4d24xlarge
ml.p4d.24xlarge
MlP4de24xlarge
ml.p4de.24xlarge
MlGeospatialInteractive
ml.geospatial.interactive
MlTrn12xlarge
ml.trn1.2xlarge
MlTrn132xlarge
ml.trn1.32xlarge
MlTrn1n32xlarge
ml.trn1n.32xlarge
SpaceResourceSpecInstanceTypeSystem
system
SpaceResourceSpecInstanceTypeMlT3Micro
ml.t3.micro
SpaceResourceSpecInstanceTypeMlT3Small
ml.t3.small
SpaceResourceSpecInstanceTypeMlT3Medium
ml.t3.medium
SpaceResourceSpecInstanceTypeMlT3Large
ml.t3.large
SpaceResourceSpecInstanceTypeMlT3Xlarge
ml.t3.xlarge
SpaceResourceSpecInstanceTypeMlT32xlarge
ml.t3.2xlarge
SpaceResourceSpecInstanceTypeMlM5Large
ml.m5.large
SpaceResourceSpecInstanceTypeMlM5Xlarge
ml.m5.xlarge
SpaceResourceSpecInstanceTypeMlM52xlarge
ml.m5.2xlarge
SpaceResourceSpecInstanceTypeMlM54xlarge
ml.m5.4xlarge
SpaceResourceSpecInstanceTypeMlM58xlarge
ml.m5.8xlarge
SpaceResourceSpecInstanceTypeMlM512xlarge
ml.m5.12xlarge
SpaceResourceSpecInstanceTypeMlM516xlarge
ml.m5.16xlarge
SpaceResourceSpecInstanceTypeMlM524xlarge
ml.m5.24xlarge
SpaceResourceSpecInstanceTypeMlC5Large
ml.c5.large
SpaceResourceSpecInstanceTypeMlC5Xlarge
ml.c5.xlarge
SpaceResourceSpecInstanceTypeMlC52xlarge
ml.c5.2xlarge
SpaceResourceSpecInstanceTypeMlC54xlarge
ml.c5.4xlarge
SpaceResourceSpecInstanceTypeMlC59xlarge
ml.c5.9xlarge
SpaceResourceSpecInstanceTypeMlC512xlarge
ml.c5.12xlarge
SpaceResourceSpecInstanceTypeMlC518xlarge
ml.c5.18xlarge
SpaceResourceSpecInstanceTypeMlC524xlarge
ml.c5.24xlarge
SpaceResourceSpecInstanceTypeMlP32xlarge
ml.p3.2xlarge
SpaceResourceSpecInstanceTypeMlP38xlarge
ml.p3.8xlarge
SpaceResourceSpecInstanceTypeMlP316xlarge
ml.p3.16xlarge
SpaceResourceSpecInstanceTypeMlG4dnXlarge
ml.g4dn.xlarge
SpaceResourceSpecInstanceTypeMlG4dn2xlarge
ml.g4dn.2xlarge
SpaceResourceSpecInstanceTypeMlG4dn4xlarge
ml.g4dn.4xlarge
SpaceResourceSpecInstanceTypeMlG4dn8xlarge
ml.g4dn.8xlarge
SpaceResourceSpecInstanceTypeMlG4dn12xlarge
ml.g4dn.12xlarge
SpaceResourceSpecInstanceTypeMlG4dn16xlarge
ml.g4dn.16xlarge
SpaceResourceSpecInstanceTypeMlR5Large
ml.r5.large
SpaceResourceSpecInstanceTypeMlR5Xlarge
ml.r5.xlarge
SpaceResourceSpecInstanceTypeMlR52xlarge
ml.r5.2xlarge
SpaceResourceSpecInstanceTypeMlR54xlarge
ml.r5.4xlarge
SpaceResourceSpecInstanceTypeMlR58xlarge
ml.r5.8xlarge
SpaceResourceSpecInstanceTypeMlR512xlarge
ml.r5.12xlarge
SpaceResourceSpecInstanceTypeMlR516xlarge
ml.r5.16xlarge
SpaceResourceSpecInstanceTypeMlR524xlarge
ml.r5.24xlarge
SpaceResourceSpecInstanceTypeMlP3dn24xlarge
ml.p3dn.24xlarge
SpaceResourceSpecInstanceTypeMlM5dLarge
ml.m5d.large
SpaceResourceSpecInstanceTypeMlM5dXlarge
ml.m5d.xlarge
SpaceResourceSpecInstanceTypeMlM5d2xlarge
ml.m5d.2xlarge
SpaceResourceSpecInstanceTypeMlM5d4xlarge
ml.m5d.4xlarge
SpaceResourceSpecInstanceTypeMlM5d8xlarge
ml.m5d.8xlarge
SpaceResourceSpecInstanceTypeMlM5d12xlarge
ml.m5d.12xlarge
SpaceResourceSpecInstanceTypeMlM5d16xlarge
ml.m5d.16xlarge
SpaceResourceSpecInstanceTypeMlM5d24xlarge
ml.m5d.24xlarge
SpaceResourceSpecInstanceTypeMlG5Xlarge
ml.g5.xlarge
SpaceResourceSpecInstanceTypeMlG52xlarge
ml.g5.2xlarge
SpaceResourceSpecInstanceTypeMlG54xlarge
ml.g5.4xlarge
SpaceResourceSpecInstanceTypeMlG58xlarge
ml.g5.8xlarge
SpaceResourceSpecInstanceTypeMlG512xlarge
ml.g5.12xlarge
SpaceResourceSpecInstanceTypeMlG516xlarge
ml.g5.16xlarge
SpaceResourceSpecInstanceTypeMlG524xlarge
ml.g5.24xlarge
SpaceResourceSpecInstanceTypeMlG548xlarge
ml.g5.48xlarge
SpaceResourceSpecInstanceTypeMlP4d24xlarge
ml.p4d.24xlarge
SpaceResourceSpecInstanceTypeMlP4de24xlarge
ml.p4de.24xlarge
SpaceResourceSpecInstanceTypeMlGeospatialInteractive
ml.geospatial.interactive
SpaceResourceSpecInstanceTypeMlTrn12xlarge
ml.trn1.2xlarge
SpaceResourceSpecInstanceTypeMlTrn132xlarge
ml.trn1.32xlarge
SpaceResourceSpecInstanceTypeMlTrn1n32xlarge
ml.trn1n.32xlarge
System
system
MlT3Micro
ml.t3.micro
MlT3Small
ml.t3.small
MlT3Medium
ml.t3.medium
MlT3Large
ml.t3.large
MlT3Xlarge
ml.t3.xlarge
MlT32xlarge
ml.t3.2xlarge
MlM5Large
ml.m5.large
MlM5Xlarge
ml.m5.xlarge
MlM52xlarge
ml.m5.2xlarge
MlM54xlarge
ml.m5.4xlarge
MlM58xlarge
ml.m5.8xlarge
MlM512xlarge
ml.m5.12xlarge
MlM516xlarge
ml.m5.16xlarge
MlM524xlarge
ml.m5.24xlarge
MlC5Large
ml.c5.large
MlC5Xlarge
ml.c5.xlarge
MlC52xlarge
ml.c5.2xlarge
MlC54xlarge
ml.c5.4xlarge
MlC59xlarge
ml.c5.9xlarge
MlC512xlarge
ml.c5.12xlarge
MlC518xlarge
ml.c5.18xlarge
MlC524xlarge
ml.c5.24xlarge
MlP32xlarge
ml.p3.2xlarge
MlP38xlarge
ml.p3.8xlarge
MlP316xlarge
ml.p3.16xlarge
MlG4dnXlarge
ml.g4dn.xlarge
MlG4dn2xlarge
ml.g4dn.2xlarge
MlG4dn4xlarge
ml.g4dn.4xlarge
MlG4dn8xlarge
ml.g4dn.8xlarge
MlG4dn12xlarge
ml.g4dn.12xlarge
MlG4dn16xlarge
ml.g4dn.16xlarge
MlR5Large
ml.r5.large
MlR5Xlarge
ml.r5.xlarge
MlR52xlarge
ml.r5.2xlarge
MlR54xlarge
ml.r5.4xlarge
MlR58xlarge
ml.r5.8xlarge
MlR512xlarge
ml.r5.12xlarge
MlR516xlarge
ml.r5.16xlarge
MlR524xlarge
ml.r5.24xlarge
MlP3dn24xlarge
ml.p3dn.24xlarge
MlM5dLarge
ml.m5d.large
MlM5dXlarge
ml.m5d.xlarge
MlM5d2xlarge
ml.m5d.2xlarge
MlM5d4xlarge
ml.m5d.4xlarge
MlM5d8xlarge
ml.m5d.8xlarge
MlM5d12xlarge
ml.m5d.12xlarge
MlM5d16xlarge
ml.m5d.16xlarge
MlM5d24xlarge
ml.m5d.24xlarge
MlG5Xlarge
ml.g5.xlarge
MlG52xlarge
ml.g5.2xlarge
MlG54xlarge
ml.g5.4xlarge
MlG58xlarge
ml.g5.8xlarge
MlG512xlarge
ml.g5.12xlarge
MlG516xlarge
ml.g5.16xlarge
MlG524xlarge
ml.g5.24xlarge
MlG548xlarge
ml.g5.48xlarge
MlP4d24xlarge
ml.p4d.24xlarge
MlP4de24xlarge
ml.p4de.24xlarge
MlGeospatialInteractive
ml.geospatial.interactive
MlTrn12xlarge
ml.trn1.2xlarge
MlTrn132xlarge
ml.trn1.32xlarge
MlTrn1n32xlarge
ml.trn1n.32xlarge
System
system
MlT3Micro
ml.t3.micro
MlT3Small
ml.t3.small
MlT3Medium
ml.t3.medium
MlT3Large
ml.t3.large
MlT3Xlarge
ml.t3.xlarge
MlT32xlarge
ml.t3.2xlarge
MlM5Large
ml.m5.large
MlM5Xlarge
ml.m5.xlarge
MlM52xlarge
ml.m5.2xlarge
MlM54xlarge
ml.m5.4xlarge
MlM58xlarge
ml.m5.8xlarge
MlM512xlarge
ml.m5.12xlarge
MlM516xlarge
ml.m5.16xlarge
MlM524xlarge
ml.m5.24xlarge
MlC5Large
ml.c5.large
MlC5Xlarge
ml.c5.xlarge
MlC52xlarge
ml.c5.2xlarge
MlC54xlarge
ml.c5.4xlarge
MlC59xlarge
ml.c5.9xlarge
MlC512xlarge
ml.c5.12xlarge
MlC518xlarge
ml.c5.18xlarge
MlC524xlarge
ml.c5.24xlarge
MlP32xlarge
ml.p3.2xlarge
MlP38xlarge
ml.p3.8xlarge
MlP316xlarge
ml.p3.16xlarge
MlG4dnXlarge
ml.g4dn.xlarge
MlG4dn2xlarge
ml.g4dn.2xlarge
MlG4dn4xlarge
ml.g4dn.4xlarge
MlG4dn8xlarge
ml.g4dn.8xlarge
MlG4dn12xlarge
ml.g4dn.12xlarge
MlG4dn16xlarge
ml.g4dn.16xlarge
MlR5Large
ml.r5.large
MlR5Xlarge
ml.r5.xlarge
MlR52xlarge
ml.r5.2xlarge
MlR54xlarge
ml.r5.4xlarge
MlR58xlarge
ml.r5.8xlarge
MlR512xlarge
ml.r5.12xlarge
MlR516xlarge
ml.r5.16xlarge
MlR524xlarge
ml.r5.24xlarge
MlP3dn24xlarge
ml.p3dn.24xlarge
MlM5dLarge
ml.m5d.large
MlM5dXlarge
ml.m5d.xlarge
MlM5d2xlarge
ml.m5d.2xlarge
MlM5d4xlarge
ml.m5d.4xlarge
MlM5d8xlarge
ml.m5d.8xlarge
MlM5d12xlarge
ml.m5d.12xlarge
MlM5d16xlarge
ml.m5d.16xlarge
MlM5d24xlarge
ml.m5d.24xlarge
MlG5Xlarge
ml.g5.xlarge
MlG52xlarge
ml.g5.2xlarge
MlG54xlarge
ml.g5.4xlarge
MlG58xlarge
ml.g5.8xlarge
MlG512xlarge
ml.g5.12xlarge
MlG516xlarge
ml.g5.16xlarge
MlG524xlarge
ml.g5.24xlarge
MlG548xlarge
ml.g5.48xlarge
MlP4d24xlarge
ml.p4d.24xlarge
MlP4de24xlarge
ml.p4de.24xlarge
MlGeospatialInteractive
ml.geospatial.interactive
MlTrn12xlarge
ml.trn1.2xlarge
MlTrn132xlarge
ml.trn1.32xlarge
MlTrn1n32xlarge
ml.trn1n.32xlarge
SYSTEM
system
ML_T3_MICRO
ml.t3.micro
ML_T3_SMALL
ml.t3.small
ML_T3_MEDIUM
ml.t3.medium
ML_T3_LARGE
ml.t3.large
ML_T3_XLARGE
ml.t3.xlarge
ML_T32XLARGE
ml.t3.2xlarge
ML_M5_LARGE
ml.m5.large
ML_M5_XLARGE
ml.m5.xlarge
ML_M52XLARGE
ml.m5.2xlarge
ML_M54XLARGE
ml.m5.4xlarge
ML_M58XLARGE
ml.m5.8xlarge
ML_M512XLARGE
ml.m5.12xlarge
ML_M516XLARGE
ml.m5.16xlarge
ML_M524XLARGE
ml.m5.24xlarge
ML_C5_LARGE
ml.c5.large
ML_C5_XLARGE
ml.c5.xlarge
ML_C52XLARGE
ml.c5.2xlarge
ML_C54XLARGE
ml.c5.4xlarge
ML_C59XLARGE
ml.c5.9xlarge
ML_C512XLARGE
ml.c5.12xlarge
ML_C518XLARGE
ml.c5.18xlarge
ML_C524XLARGE
ml.c5.24xlarge
ML_P32XLARGE
ml.p3.2xlarge
ML_P38XLARGE
ml.p3.8xlarge
ML_P316XLARGE
ml.p3.16xlarge
ML_G4DN_XLARGE
ml.g4dn.xlarge
ML_G4DN2XLARGE
ml.g4dn.2xlarge
ML_G4DN4XLARGE
ml.g4dn.4xlarge
ML_G4DN8XLARGE
ml.g4dn.8xlarge
ML_G4DN12XLARGE
ml.g4dn.12xlarge
ML_G4DN16XLARGE
ml.g4dn.16xlarge
ML_R5_LARGE
ml.r5.large
ML_R5_XLARGE
ml.r5.xlarge
ML_R52XLARGE
ml.r5.2xlarge
ML_R54XLARGE
ml.r5.4xlarge
ML_R58XLARGE
ml.r5.8xlarge
ML_R512XLARGE
ml.r5.12xlarge
ML_R516XLARGE
ml.r5.16xlarge
ML_R524XLARGE
ml.r5.24xlarge
ML_P3DN24XLARGE
ml.p3dn.24xlarge
ML_M5D_LARGE
ml.m5d.large
ML_M5D_XLARGE
ml.m5d.xlarge
ML_M5D2XLARGE
ml.m5d.2xlarge
ML_M5D4XLARGE
ml.m5d.4xlarge
ML_M5D8XLARGE
ml.m5d.8xlarge
ML_M5D12XLARGE
ml.m5d.12xlarge
ML_M5D16XLARGE
ml.m5d.16xlarge
ML_M5D24XLARGE
ml.m5d.24xlarge
ML_G5_XLARGE
ml.g5.xlarge
ML_G52XLARGE
ml.g5.2xlarge
ML_G54XLARGE
ml.g5.4xlarge
ML_G58XLARGE
ml.g5.8xlarge
ML_G512XLARGE
ml.g5.12xlarge
ML_G516XLARGE
ml.g5.16xlarge
ML_G524XLARGE
ml.g5.24xlarge
ML_G548XLARGE
ml.g5.48xlarge
ML_P4D24XLARGE
ml.p4d.24xlarge
ML_P4DE24XLARGE
ml.p4de.24xlarge
ML_GEOSPATIAL_INTERACTIVE
ml.geospatial.interactive
ML_TRN12XLARGE
ml.trn1.2xlarge
ML_TRN132XLARGE
ml.trn1.32xlarge
ML_TRN1N32XLARGE
ml.trn1n.32xlarge
"system"
system
"ml.t3.micro"
ml.t3.micro
"ml.t3.small"
ml.t3.small
"ml.t3.medium"
ml.t3.medium
"ml.t3.large"
ml.t3.large
"ml.t3.xlarge"
ml.t3.xlarge
"ml.t3.2xlarge"
ml.t3.2xlarge
"ml.m5.large"
ml.m5.large
"ml.m5.xlarge"
ml.m5.xlarge
"ml.m5.2xlarge"
ml.m5.2xlarge
"ml.m5.4xlarge"
ml.m5.4xlarge
"ml.m5.8xlarge"
ml.m5.8xlarge
"ml.m5.12xlarge"
ml.m5.12xlarge
"ml.m5.16xlarge"
ml.m5.16xlarge
"ml.m5.24xlarge"
ml.m5.24xlarge
"ml.c5.large"
ml.c5.large
"ml.c5.xlarge"
ml.c5.xlarge
"ml.c5.2xlarge"
ml.c5.2xlarge
"ml.c5.4xlarge"
ml.c5.4xlarge
"ml.c5.9xlarge"
ml.c5.9xlarge
"ml.c5.12xlarge"
ml.c5.12xlarge
"ml.c5.18xlarge"
ml.c5.18xlarge
"ml.c5.24xlarge"
ml.c5.24xlarge
"ml.p3.2xlarge"
ml.p3.2xlarge
"ml.p3.8xlarge"
ml.p3.8xlarge
"ml.p3.16xlarge"
ml.p3.16xlarge
"ml.g4dn.xlarge"
ml.g4dn.xlarge
"ml.g4dn.2xlarge"
ml.g4dn.2xlarge
"ml.g4dn.4xlarge"
ml.g4dn.4xlarge
"ml.g4dn.8xlarge"
ml.g4dn.8xlarge
"ml.g4dn.12xlarge"
ml.g4dn.12xlarge
"ml.g4dn.16xlarge"
ml.g4dn.16xlarge
"ml.r5.large"
ml.r5.large
"ml.r5.xlarge"
ml.r5.xlarge
"ml.r5.2xlarge"
ml.r5.2xlarge
"ml.r5.4xlarge"
ml.r5.4xlarge
"ml.r5.8xlarge"
ml.r5.8xlarge
"ml.r5.12xlarge"
ml.r5.12xlarge
"ml.r5.16xlarge"
ml.r5.16xlarge
"ml.r5.24xlarge"
ml.r5.24xlarge
"ml.p3dn.24xlarge"
ml.p3dn.24xlarge
"ml.m5d.large"
ml.m5d.large
"ml.m5d.xlarge"
ml.m5d.xlarge
"ml.m5d.2xlarge"
ml.m5d.2xlarge
"ml.m5d.4xlarge"
ml.m5d.4xlarge
"ml.m5d.8xlarge"
ml.m5d.8xlarge
"ml.m5d.12xlarge"
ml.m5d.12xlarge
"ml.m5d.16xlarge"
ml.m5d.16xlarge
"ml.m5d.24xlarge"
ml.m5d.24xlarge
"ml.g5.xlarge"
ml.g5.xlarge
"ml.g5.2xlarge"
ml.g5.2xlarge
"ml.g5.4xlarge"
ml.g5.4xlarge
"ml.g5.8xlarge"
ml.g5.8xlarge
"ml.g5.12xlarge"
ml.g5.12xlarge
"ml.g5.16xlarge"
ml.g5.16xlarge
"ml.g5.24xlarge"
ml.g5.24xlarge
"ml.g5.48xlarge"
ml.g5.48xlarge
"ml.p4d.24xlarge"
ml.p4d.24xlarge
"ml.p4de.24xlarge"
ml.p4de.24xlarge
"ml.geospatial.interactive"
ml.geospatial.interactive
"ml.trn1.2xlarge"
ml.trn1.2xlarge
"ml.trn1.32xlarge"
ml.trn1.32xlarge
"ml.trn1n.32xlarge"
ml.trn1n.32xlarge

SpaceSettings
, SpaceSettingsArgs

AppType Pulumi.AwsNative.SageMaker.SpaceAppType

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.

CodeEditorAppSettings Pulumi.AwsNative.SageMaker.Inputs.SpaceCodeEditorAppSettings
The CodeEditor app settings.
CustomFileSystems List<Pulumi.AwsNative.SageMaker.Inputs.SpaceCustomFileSystem>
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.
JupyterLabAppSettings Pulumi.AwsNative.SageMaker.Inputs.SpaceJupyterLabAppSettings
The JupyterLab app settings.
JupyterServerAppSettings Pulumi.AwsNative.SageMaker.Inputs.SpaceJupyterServerAppSettings
The Jupyter server's app settings.
KernelGatewayAppSettings Pulumi.AwsNative.SageMaker.Inputs.SpaceKernelGatewayAppSettings
The kernel gateway app settings.
SpaceStorageSettings Pulumi.AwsNative.SageMaker.Inputs.SpaceStorageSettings
Default storage settings for a space.
AppType SpaceAppType

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.

CodeEditorAppSettings SpaceCodeEditorAppSettings
The CodeEditor app settings.
CustomFileSystems []SpaceCustomFileSystem
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.
JupyterLabAppSettings SpaceJupyterLabAppSettings
The JupyterLab app settings.
JupyterServerAppSettings SpaceJupyterServerAppSettings
The Jupyter server's app settings.
KernelGatewayAppSettings SpaceKernelGatewayAppSettings
The kernel gateway app settings.
SpaceStorageSettings SpaceStorageSettings
Default storage settings for a space.
appType SpaceAppType

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.

codeEditorAppSettings SpaceCodeEditorAppSettings
The CodeEditor app settings.
customFileSystems List<SpaceCustomFileSystem>
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.
jupyterLabAppSettings SpaceJupyterLabAppSettings
The JupyterLab app settings.
jupyterServerAppSettings SpaceJupyterServerAppSettings
The Jupyter server's app settings.
kernelGatewayAppSettings SpaceKernelGatewayAppSettings
The kernel gateway app settings.
spaceStorageSettings SpaceStorageSettings
Default storage settings for a space.
appType SpaceAppType

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.

codeEditorAppSettings SpaceCodeEditorAppSettings
The CodeEditor app settings.
customFileSystems SpaceCustomFileSystem[]
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.
jupyterLabAppSettings SpaceJupyterLabAppSettings
The JupyterLab app settings.
jupyterServerAppSettings SpaceJupyterServerAppSettings
The Jupyter server's app settings.
kernelGatewayAppSettings SpaceKernelGatewayAppSettings
The kernel gateway app settings.
spaceStorageSettings SpaceStorageSettings
Default storage settings for a space.
app_type SpaceAppType

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_app_settings SpaceCodeEditorAppSettings
The CodeEditor app settings.
custom_file_systems Sequence[SpaceCustomFileSystem]
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_app_settings SpaceJupyterLabAppSettings
The JupyterLab app settings.
jupyter_server_app_settings SpaceJupyterServerAppSettings
The Jupyter server's app settings.
kernel_gateway_app_settings SpaceKernelGatewayAppSettings
The kernel gateway app settings.
space_storage_settings SpaceStorageSettings
Default storage settings for a space.
appType "JupyterServer" | "KernelGateway" | "TensorBoard" | "RStudioServerPro" | "RSessionGateway" | "JupyterLab" | "CodeEditor"

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.

codeEditorAppSettings Property Map
The CodeEditor app settings.
customFileSystems List<Property Map>
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.
jupyterLabAppSettings Property Map
The JupyterLab app settings.
jupyterServerAppSettings Property Map
The Jupyter server's app settings.
kernelGatewayAppSettings Property Map
The kernel gateway app settings.
spaceStorageSettings Property Map
Default storage settings for a space.

SpaceSharingSettings
, SpaceSharingSettingsArgs

SharingType This property is required. Pulumi.AwsNative.SageMaker.SpaceSharingSettingsSharingType
Specifies the sharing type of the space.
SharingType This property is required. SpaceSharingSettingsSharingType
Specifies the sharing type of the space.
sharingType This property is required. SpaceSharingSettingsSharingType
Specifies the sharing type of the space.
sharingType This property is required. SpaceSharingSettingsSharingType
Specifies the sharing type of the space.
sharing_type This property is required. SpaceSharingSettingsSharingType
Specifies the sharing type of the space.
sharingType This property is required. "Private" | "Shared"
Specifies the sharing type of the space.

SpaceSharingSettingsSharingType
, SpaceSharingSettingsSharingTypeArgs

Private
Private
Shared
Shared
SpaceSharingSettingsSharingTypePrivate
Private
SpaceSharingSettingsSharingTypeShared
Shared
Private
Private
Shared
Shared
Private
Private
Shared
Shared
PRIVATE
Private
SHARED
Shared
"Private"
Private
"Shared"
Shared

SpaceStorageSettings
, SpaceStorageSettingsArgs

EbsStorageSettings Pulumi.AwsNative.SageMaker.Inputs.SpaceEbsStorageSettings
A collection of EBS storage settings for a space.
EbsStorageSettings SpaceEbsStorageSettings
A collection of EBS storage settings for a space.
ebsStorageSettings SpaceEbsStorageSettings
A collection of EBS storage settings for a space.
ebsStorageSettings SpaceEbsStorageSettings
A collection of EBS storage settings for a space.
ebs_storage_settings SpaceEbsStorageSettings
A collection of EBS storage settings for a space.
ebsStorageSettings Property Map
A collection of EBS storage settings for a space.

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi