{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-apigatewayv2-apigatewaymanagedoverrides.json",
  "title": "AWSApiGatewayV2ApiGatewayManagedOverridesProperties",
  "description": "Resource Type definition for AWS::ApiGatewayV2::ApiGatewayManagedOverrides. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-apigatewayv2-apigatewaymanagedoverrides.json",
    "sourceSha256": "c66ae3c3bb32adedd6910c0f96d669efc1fa1c63ba59e4f9e2c0143d8fc1fb61"
  },
  "type": "object",
  "properties": {
    "Stage": {
      "$ref": "#/$defs/StageOverrides"
    },
    "Integration": {
      "$ref": "#/$defs/IntegrationOverrides"
    },
    "ApiId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Route": {
      "$ref": "#/$defs/RouteOverrides"
    }
  },
  "typeName": "AWS::ApiGatewayV2::ApiGatewayManagedOverrides",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "AccessLogSettings": {
      "type": "object",
      "title": "AWSApiGatewayV2ApiGatewayManagedOverridesAccessLogSettingsDefinition",
      "properties": {
        "DestinationArn": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Format": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "additionalProperties": false
    },
    "RouteSettings": {
      "type": "object",
      "title": "AWSApiGatewayV2ApiGatewayManagedOverridesRouteSettingsDefinition",
      "properties": {
        "DetailedMetricsEnabled": {
          "type": "boolean"
        },
        "LoggingLevel": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DataTraceEnabled": {
          "type": "boolean"
        },
        "ThrottlingBurstLimit": {
          "type": "integer"
        },
        "ThrottlingRateLimit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "StageOverrides": {
      "type": "object",
      "title": "AWSApiGatewayV2ApiGatewayManagedOverridesStageOverridesDefinition",
      "properties": {
        "Description": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "AccessLogSettings": {
          "$ref": "#/$defs/AccessLogSettings"
        },
        "AutoDeploy": {
          "type": "boolean"
        },
        "RouteSettings": {
          "type": "object"
        },
        "StageVariables": {
          "type": "object"
        },
        "DefaultRouteSettings": {
          "$ref": "#/$defs/RouteSettings"
        }
      },
      "additionalProperties": false
    },
    "RouteOverrides": {
      "type": "object",
      "title": "AWSApiGatewayV2ApiGatewayManagedOverridesRouteOverridesDefinition",
      "properties": {
        "AuthorizationScopes": {
          "type": "array",
          "uniqueItems": false,
          "items": {
            "type": "string"
          }
        },
        "Target": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "AuthorizationType": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "AuthorizerId": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "OperationName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "additionalProperties": false
    },
    "IntegrationOverrides": {
      "type": "object",
      "title": "AWSApiGatewayV2ApiGatewayManagedOverridesIntegrationOverridesDefinition",
      "properties": {
        "TimeoutInMillis": {
          "type": "integer"
        },
        "Description": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "PayloadFormatVersion": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "IntegrationMethod": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "ApiId"
  ],
  "createOnlyProperties": [
    "/properties/ApiId"
  ]
}
