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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.sagemaker.Space

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 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 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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const spaceResource = new aws_native.sagemaker.Space("spaceResource", {
        domainId: "string",
        ownershipSettings: {
            ownerUserProfileName: "string",
        },
        spaceDisplayName: "string",
        spaceName: "string",
        spaceSettings: {
            appType: aws_native.sagemaker.SpaceAppType.JupyterServer,
            codeEditorAppSettings: {
                defaultResourceSpec: {
                    instanceType: aws_native.sagemaker.SpaceResourceSpecInstanceType.System,
                    sageMakerImageArn: "string",
                    sageMakerImageVersionArn: "string",
                },
            },
            customFileSystems: [{
                efsFileSystem: {
                    fileSystemId: "string",
                },
            }],
            jupyterLabAppSettings: {
                codeRepositories: [{
                    repositoryUrl: "string",
                }],
                defaultResourceSpec: {
                    instanceType: aws_native.sagemaker.SpaceResourceSpecInstanceType.System,
                    sageMakerImageArn: "string",
                    sageMakerImageVersionArn: "string",
                },
            },
            jupyterServerAppSettings: {
                defaultResourceSpec: {
                    instanceType: aws_native.sagemaker.SpaceResourceSpecInstanceType.System,
                    sageMakerImageArn: "string",
                    sageMakerImageVersionArn: "string",
                },
            },
            kernelGatewayAppSettings: {
                customImages: [{
                    appImageConfigName: "string",
                    imageName: "string",
                    imageVersionNumber: 0,
                }],
                defaultResourceSpec: {
                    instanceType: aws_native.sagemaker.SpaceResourceSpecInstanceType.System,
                    sageMakerImageArn: "string",
                    sageMakerImageVersionArn: "string",
                },
            },
            spaceStorageSettings: {
                ebsStorageSettings: {
                    ebsVolumeSizeInGb: 0,
                },
            },
        },
        spaceSharingSettings: {
            sharingType: aws_native.sagemaker.SpaceSharingSettingsSharingType.Private,
        },
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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

    The Space resource accepts the following input properties:

    DomainId string
    The ID of the associated Domain.
    OwnershipSettings SpaceOwnershipSettingsArgs
    SpaceDisplayName string
    SpaceName string
    A name for the Space.
    SpaceSettings SpaceSettingsArgs
    A collection of settings.
    SpaceSharingSettings SpaceSharingSettingsArgs
    Tags TagArgs
    A list of tags to apply to the space.
    domainId String
    The ID of the associated Domain.
    ownershipSettings SpaceOwnershipSettings
    spaceDisplayName String
    spaceName String
    A name for the Space.
    spaceSettings SpaceSettings
    A collection of settings.
    spaceSharingSettings SpaceSharingSettings
    tags List<Tag>
    A list of tags to apply to the space.
    domainId string
    The ID of the associated Domain.
    ownershipSettings SpaceOwnershipSettings
    spaceDisplayName string
    spaceName string
    A name for the Space.
    spaceSettings SpaceSettings
    A collection of settings.
    spaceSharingSettings SpaceSharingSettings
    tags Tag[]
    A list of tags to apply to the space.
    domain_id str
    The ID of the associated Domain.
    ownership_settings SpaceOwnershipSettingsArgs
    space_display_name str
    space_name str
    A name for the Space.
    space_settings SpaceSettingsArgs
    A collection of settings.
    space_sharing_settings SpaceSharingSettingsArgs
    tags Sequence[TagArgs]
    A list of tags to apply to the space.
    domainId String
    The ID of the associated Domain.
    ownershipSettings Property Map
    spaceDisplayName String
    spaceName String
    A name for the Space.
    spaceSettings Property Map
    A collection of settings.
    spaceSharingSettings Property Map
    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
    Id string
    The provider-assigned unique ID for this managed resource.
    SpaceArn string
    The space Amazon Resource Name (ARN).
    Url string
    id String
    The provider-assigned unique ID for this managed resource.
    spaceArn String
    The space Amazon Resource Name (ARN).
    url String
    id string
    The provider-assigned unique ID for this managed resource.
    spaceArn string
    The space Amazon Resource Name (ARN).
    url string
    id str
    The provider-assigned unique ID for this managed resource.
    space_arn str
    The space Amazon Resource Name (ARN).
    url str
    id String
    The provider-assigned unique ID for this managed resource.
    spaceArn String
    The space Amazon Resource Name (ARN).
    url String

    Supporting Types

    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

    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

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

    SpaceEbsStorageSettings, SpaceEbsStorageSettingsArgs

    EbsVolumeSizeInGb int
    Size of the Amazon EBS volume in Gb
    EbsVolumeSizeInGb int
    Size of the Amazon EBS volume in Gb
    ebsVolumeSizeInGb Integer
    Size of the Amazon EBS volume in Gb
    ebsVolumeSizeInGb number
    Size of the Amazon EBS volume in Gb
    ebs_volume_size_in_gb int
    Size of the Amazon EBS volume in Gb
    ebsVolumeSizeInGb Number
    Size of the Amazon EBS volume in Gb

    SpaceEfsFileSystem, SpaceEfsFileSystemArgs

    SpaceJupyterLabAppSettings, SpaceJupyterLabAppSettingsArgs

    CodeRepositories []SpaceCodeRepository
    A list of CodeRepositories available for use with JupyterLab apps.
    DefaultResourceSpec SpaceResourceSpec
    codeRepositories List<SpaceCodeRepository>
    A list of CodeRepositories available for use with JupyterLab apps.
    defaultResourceSpec SpaceResourceSpec
    codeRepositories SpaceCodeRepository[]
    A list of CodeRepositories available for use with JupyterLab apps.
    defaultResourceSpec SpaceResourceSpec
    code_repositories Sequence[SpaceCodeRepository]
    A list of CodeRepositories available for use with JupyterLab apps.
    default_resource_spec SpaceResourceSpec
    codeRepositories List<Property Map>
    A list of CodeRepositories available for use with JupyterLab apps.
    defaultResourceSpec Property Map

    SpaceJupyterServerAppSettings, SpaceJupyterServerAppSettingsArgs

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

    SpaceOwnershipSettings, SpaceOwnershipSettingsArgs

    SpaceResourceSpec, SpaceResourceSpecArgs

    InstanceType Pulumi.AwsNative.SageMaker.SpaceResourceSpecInstanceType
    The instance type that the image version runs on.
    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.
    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.
    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.
    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.
    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.
    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

    SpaceSharingSettings, SpaceSharingSettingsArgs

    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

    Tag, TagArgs

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

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi