{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-omics-referencestore.json",
  "title": "AWSOmicsReferenceStoreProperties",
  "description": "Definition of AWS::Omics::ReferenceStore 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-referencestore.json",
    "sourceSha256": "1aea5cec44362ce209588a098e915de350f96f3c1ad57384fb521331e8b5cf80"
  },
  "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."
    },
    "SseConfig": {
      "$ref": "#/$defs/SseConfig"
    },
    "Tags": {
      "$ref": "#/$defs/TagMap"
    }
  },
  "typeName": "AWS::Omics::ReferenceStore",
  "$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": "AWSOmicsReferenceStoreEncryptionTypeDefinition"
    },
    "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": "AWSOmicsReferenceStoreSseConfigDefinition",
      "additionalProperties": false
    },
    "TagMap": {
      "type": "object",
      "additionalProperties": false,
      "title": "AWSOmicsReferenceStoreTagMapDefinition",
      "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/ReferenceStoreId"
  ],
  "writeOnlyProperties": [
    "/properties/Tags"
  ],
  "createOnlyProperties": [
    "/properties/Description",
    "/properties/Name",
    "/properties/SseConfig",
    "/properties/Tags"
  ],
  "primaryIdentifier": [
    "/properties/ReferenceStoreId"
  ]
}
