{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-events-archive.json",
  "title": "AWSEventsArchiveProperties",
  "description": "Resource Type definition for AWS::Events::Archive. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-events-archive.json",
    "sourceSha256": "7ad1d0680d4a37eb647e939da378955e8690a23998790d10ea9d4a8ff478b6b0"
  },
  "type": "object",
  "properties": {
    "ArchiveName": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 48
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "SourceArn": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "EventPattern": {
      "type": "object"
    },
    "RetentionDays": {
      "type": "integer"
    }
  },
  "typeName": "AWS::Events::Archive",
  "primaryIdentifier": [
    "/properties/ArchiveName"
  ],
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/ArchiveName",
    "/properties/SourceArn"
  ],
  "required": [
    "SourceArn"
  ],
  "readOnlyProperties": [
    "/properties/Arn"
  ]
}
