{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cloudwatch.json",
  "description": "Schema for items related to Cloudwatch",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/components/cloudwatch.json",
    "sourceSha256": "36e8c6e4358b3c62a97278c2e61632e3b38fbb02857b6f0a813279174ee78105"
  },
  "type": "object",
  "id": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/components/cloudwatch.json",
  "schema": "https://json-schema.org/draft-07/schema#",
  "LogDataProtectionPolicy": {
    "type": "object",
    "properties": {
      "Name": {
        "type": "string"
      },
      "Description": {
        "type": "string"
      },
      "Version": {
        "type": "string"
      },
      "Statement": {
        "type": "array"
      }
    },
    "additionalProperties": false,
    "required": [
      "Name",
      "Version",
      "Statement"
    ]
  },
  "additionalProperties": false,
  "required": [
    "LogDataProtectionPolicy"
  ]
}
