{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-devopsguru-loganomalydetectionintegration.json",
  "title": "AWSDevOpsGuruLogAnomalyDetectionIntegrationProperties",
  "description": "This resource schema represents the LogAnomalyDetectionIntegration resource in the Amazon DevOps Guru.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-devopsguru-loganomalydetectionintegration.json",
    "sourceSha256": "8fc37dfd89dacaa13a6e2f5814243e47188233c7b763dc5a1411f43bb6efd76b"
  },
  "type": "object",
  "properties": {},
  "typeName": "AWS::DevOpsGuru::LogAnomalyDetectionIntegration",
  "primaryIdentifier": [
    "/properties/AccountId"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
  "additionalProperties": false,
  "tagging": {
    "taggable": false
  },
  "readOnlyProperties": [
    "/properties/AccountId"
  ],
  "$defs": {
    "AccountId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^\\d{12}$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "User account id, used as the primary identifier for the resource",
      "title": "AWSDevOpsGuruLogAnomalyDetectionIntegrationAccountIdDefinition"
    }
  }
}
