{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-macie-customdataidentifier.json",
  "title": "AWSMacieCustomDataIdentifierProperties",
  "description": "Macie CustomDataIdentifier resource schema. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-macie.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-macie-customdataidentifier.json",
    "sourceSha256": "1e3d57b1353827a4c7d0b1801d1bd18782b89ea8b48892319bce7d65df40ba58"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Name of custom data identifier."
    },
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Description of custom data identifier."
    },
    "Regex": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Regular expression for custom data identifier."
    },
    "MaximumMatchDistance": {
      "description": "Maximum match distance.",
      "type": "integer"
    },
    "Keywords": {
      "description": "Keywords to be matched against.",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "IgnoreWords": {
      "description": "Words to be ignored.",
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "typeName": "AWS::Macie::CustomDataIdentifier",
  "additionalIdentifiers": [
    [
      "/properties/Arn"
    ]
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-macie.git",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "required": [
    "Name",
    "Regex"
  ],
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/Name",
    "/properties/Description",
    "/properties/Regex",
    "/properties/MaximumMatchDistance",
    "/properties/Keywords",
    "/properties/IgnoreWords"
  ],
  "readOnlyProperties": [
    "/properties/Id",
    "/properties/Arn"
  ]
}
