{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-sagemaker-space.json",
  "title": "AWSSageMakerSpaceProperties",
  "description": "Resource Type definition for AWS::SageMaker::Space. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-sagemaker-space.json",
    "sourceSha256": "2bcd489da76082104d650a454dd50e5395901886e094c2ba06b9bc87e54c2a82"
  },
  "type": "object",
  "properties": {
    "DomainId": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 63
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the associated Domain."
    },
    "SpaceName": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 63
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A name for the Space."
    },
    "SpaceSettings": {
      "$ref": "#/$defs/SpaceSettings",
      "description": "A collection of settings.",
      "uniqueItems": false,
      "minItems": 0,
      "maxItems": 50
    },
    "Tags": {
      "type": "array",
      "description": "A list of tags to apply to the space.",
      "uniqueItems": false,
      "minItems": 0,
      "maxItems": 50,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::SageMaker::Space",
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": false,
    "tagProperty": "/properties/Tags"
  },
  "$defs": {
    "SpaceSettings": {
      "type": "object",
      "description": "A collection of settings that apply to spaces of Amazon SageMaker Studio. These settings are specified when the CreateSpace API is called.",
      "title": "AWSSageMakerSpaceSpaceSettingsDefinition",
      "properties": {
        "JupyterServerAppSettings": {
          "$ref": "#/$defs/JupyterServerAppSettings",
          "description": "The Jupyter server's app settings."
        },
        "KernelGatewayAppSettings": {
          "$ref": "#/$defs/KernelGatewayAppSettings",
          "description": "The kernel gateway app settings."
        }
      },
      "additionalProperties": false
    },
    "JupyterServerAppSettings": {
      "type": "object",
      "description": "The JupyterServer app settings.",
      "title": "AWSSageMakerSpaceJupyterServerAppSettingsDefinition",
      "properties": {
        "DefaultResourceSpec": {
          "$ref": "#/$defs/ResourceSpec"
        }
      },
      "additionalProperties": false
    },
    "ResourceSpec": {
      "type": "object",
      "title": "AWSSageMakerSpaceResourceSpecDefinition",
      "properties": {
        "InstanceType": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "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"
              ]
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The instance type that the image version runs on."
        },
        "SageMakerImageArn": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "pattern": "^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image/[a-z0-9]([-.]?[a-z0-9])*$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The ARN of the SageMaker image that the image version belongs to."
        },
        "SageMakerImageVersionArn": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "pattern": "^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image-version/[a-z0-9]([-.]?[a-z0-9])*/[0-9]+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The ARN of the image version created on the instance."
        }
      },
      "additionalProperties": false
    },
    "KernelGatewayAppSettings": {
      "type": "object",
      "description": "The kernel gateway app settings.",
      "title": "AWSSageMakerSpaceKernelGatewayAppSettingsDefinition",
      "properties": {
        "CustomImages": {
          "type": "array",
          "description": "A list of custom SageMaker images that are configured to run as a KernelGateway app.",
          "uniqueItems": false,
          "minItems": 0,
          "maxItems": 30,
          "items": {
            "$ref": "#/$defs/CustomImage"
          }
        },
        "DefaultResourceSpec": {
          "$ref": "#/$defs/ResourceSpec",
          "description": "The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app."
        }
      },
      "additionalProperties": false
    },
    "CustomImage": {
      "type": "object",
      "description": "A custom SageMaker image.",
      "title": "AWSSageMakerSpaceCustomImageDefinition",
      "properties": {
        "AppImageConfigName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 63,
              "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The Name of the AppImageConfig."
        },
        "ImageName": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 63,
              "pattern": "^[a-zA-Z0-9]([-.]?[a-zA-Z0-9]){0,62}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The name of the CustomImage. Must be unique to your account."
        },
        "ImageVersionNumber": {
          "type": "integer",
          "description": "The version number of the CustomImage.",
          "minimum": 0
        }
      },
      "required": [
        "AppImageConfigName",
        "ImageName"
      ],
      "additionalProperties": false
    },
    "Tag": {
      "type": "object",
      "title": "AWSSageMakerSpaceTagDefinition",
      "properties": {
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 128
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 128
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    }
  },
  "readOnlyProperties": [
    "/properties/SpaceArn"
  ],
  "additionalProperties": false,
  "required": [
    "DomainId",
    "SpaceName"
  ],
  "createOnlyProperties": [
    "/properties/DomainId",
    "/properties/SpaceName"
  ],
  "writeOnlyProperties": [
    "/properties/SpaceSettings",
    "/properties/Tags"
  ],
  "primaryIdentifier": [
    "/properties/DomainId",
    "/properties/SpaceName"
  ]
}
