{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-resourceexplorer2-index.json",
  "title": "AWSResourceExplorer2IndexProperties",
  "description": "Definition of AWS::ResourceExplorer2::Index 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-resourceexplorer2-index.json",
    "sourceSha256": "55a509e82049d3a5b8923647c9b55ecb6865e3b19e65935de2539f3c785efea9"
  },
  "type": "object",
  "properties": {
    "Tags": {
      "$ref": "#/$defs/TagMap"
    },
    "Type": {
      "$ref": "#/$defs/IndexType"
    }
  },
  "typeName": "AWS::ResourceExplorer2::Index",
  "$defs": {
    "IndexType": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "LOCAL",
            "AGGREGATOR"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSResourceExplorer2IndexIndexTypeDefinition"
    },
    "TagMap": {
      "type": "object",
      "additionalProperties": false,
      "title": "AWSResourceExplorer2IndexTagMapDefinition",
      "patternProperties": {
        ".+": {
          "type": "string"
        }
      }
    },
    "IndexState": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ACTIVE",
            "CREATING",
            "DELETING",
            "DELETED",
            "UPDATING"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSResourceExplorer2IndexIndexStateDefinition"
    }
  },
  "additionalProperties": false,
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "cloudFormationSystemTags": false,
    "tagUpdatable": true,
    "tagProperty": "/properties/Tags"
  },
  "required": [
    "Type"
  ],
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/IndexState"
  ],
  "primaryIdentifier": [
    "/properties/Arn"
  ]
}
