{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-omics-rungroup.json",
  "title": "AWSOmicsRunGroupProperties",
  "description": "Definition of AWS::Omics::RunGroup Resource Type. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-omics-rungroup.json",
    "sourceSha256": "59994896ced568c8eb21e872853de55c3a2444d73070a35bbbabab8eafee4e58"
  },
  "type": "object",
  "properties": {
    "MaxCpus": {
      "type": "number",
      "maximum": 100000,
      "minimum": 1
    },
    "MaxDuration": {
      "type": "number",
      "maximum": 100000,
      "minimum": 1
    },
    "MaxRuns": {
      "type": "number",
      "maximum": 100000,
      "minimum": 1
    },
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 128,
          "minLength": 1,
          "pattern": "^[\\p{L}||\\p{M}||\\p{Z}||\\p{S}||\\p{N}||\\p{P}]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Tags": {
      "$ref": "#/$defs/TagMap"
    }
  },
  "typeName": "AWS::Omics::RunGroup",
  "$defs": {
    "TagMap": {
      "type": "object",
      "description": "A map of resource tags",
      "additionalProperties": false,
      "title": "AWSOmicsRunGroupTagMapDefinition",
      "patternProperties": {
        ".+": {
          "type": "string",
          "maxLength": 256,
          "minLength": 0,
          "description": "Resource tag value"
        }
      }
    }
  },
  "additionalProperties": false,
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": false
  },
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/CreationTime",
    "/properties/Id"
  ],
  "primaryIdentifier": [
    "/properties/Id"
  ]
}
