{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-lambda-eventinvokeconfig.json",
  "title": "AWSLambdaEventInvokeConfigProperties",
  "description": "Resource Type definition for AWS::Lambda::EventInvokeConfig. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-lambda-eventinvokeconfig.json",
    "sourceSha256": "466e40a95dfe1773b5431443e45f513f93ba35aba2103c6b71890aedb7983ca3"
  },
  "type": "object",
  "properties": {
    "FunctionName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "MaximumRetryAttempts": {
      "type": "integer"
    },
    "Qualifier": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "DestinationConfig": {
      "$ref": "#/$defs/DestinationConfig"
    },
    "MaximumEventAgeInSeconds": {
      "type": "integer"
    }
  },
  "typeName": "AWS::Lambda::EventInvokeConfig",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "DestinationConfig": {
      "type": "object",
      "title": "AWSLambdaEventInvokeConfigDestinationConfigDefinition",
      "properties": {
        "OnSuccess": {
          "$ref": "#/$defs/OnSuccess"
        },
        "OnFailure": {
          "$ref": "#/$defs/OnFailure"
        }
      },
      "additionalProperties": false
    },
    "OnSuccess": {
      "type": "object",
      "title": "AWSLambdaEventInvokeConfigOnSuccessDefinition",
      "properties": {
        "Destination": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Destination"
      ],
      "additionalProperties": false
    },
    "OnFailure": {
      "type": "object",
      "title": "AWSLambdaEventInvokeConfigOnFailureDefinition",
      "properties": {
        "Destination": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Destination"
      ],
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "FunctionName",
    "Qualifier"
  ],
  "createOnlyProperties": [
    "/properties/FunctionName",
    "/properties/Qualifier"
  ]
}
