{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-omics-sequencestore.json",
  "title": "AWSOmicsSequenceStoreProperties",
  "description": "Definition of AWS::Omics::SequenceStore 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-sequencestore.json",
    "sourceSha256": "1d081081e2812453c60e8519601449c6031dcb8336d66bd128927ebc9635522c"
  },
  "type": "object",
  "properties": {
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 255,
          "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"
        }
      ],
      "description": "A description for the store."
    },
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 127,
          "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"
        }
      ],
      "description": "A name for the store."
    },
    "FallbackLocation": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "pattern": "^s3:\\/\\/([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])\\/?((.{1,1024})\\/)?$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "An S3 URI representing the bucket and folder to store failed read set uploads."
    },
    "SseConfig": {
      "$ref": "#/$defs/SseConfig"
    },
    "Tags": {
      "$ref": "#/$defs/TagMap"
    }
  },
  "typeName": "AWS::Omics::SequenceStore",
  "$defs": {
    "EncryptionType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "KMS"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSOmicsSequenceStoreEncryptionTypeDefinition"
    },
    "SseConfig": {
      "type": "object",
      "description": "Server-side encryption (SSE) settings for a store.",
      "properties": {
        "Type": {
          "$ref": "#/$defs/EncryptionType"
        },
        "KeyArn": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 2048,
              "minLength": 20,
              "pattern": "arn:([^:\n]*):([^:\n]*):([^:\n]*):([0-9]{12}):([^:\n]*)"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "An encryption key ARN."
        }
      },
      "required": [
        "Type"
      ],
      "title": "AWSOmicsSequenceStoreSseConfigDefinition",
      "additionalProperties": false
    },
    "TagMap": {
      "type": "object",
      "additionalProperties": false,
      "title": "AWSOmicsSequenceStoreTagMapDefinition",
      "patternProperties": {
        ".+": {
          "type": "string",
          "maxLength": 256,
          "minLength": 0
        }
      }
    }
  },
  "additionalProperties": false,
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": false,
    "cloudFormationSystemTags": true
  },
  "required": [
    "Name"
  ],
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/CreationTime",
    "/properties/SequenceStoreId"
  ],
  "writeOnlyProperties": [
    "/properties/Tags"
  ],
  "createOnlyProperties": [
    "/properties/Description",
    "/properties/Name",
    "/properties/FallbackLocation",
    "/properties/SseConfig",
    "/properties/Tags"
  ],
  "primaryIdentifier": [
    "/properties/SequenceStoreId"
  ]
}
