{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-elasticbeanstalk-applicationversion.json",
  "title": "AWSElasticBeanstalkApplicationVersionProperties",
  "description": "Resource Type definition for AWS::ElasticBeanstalk::ApplicationVersion. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticbeanstalk.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-elasticbeanstalk-applicationversion.json",
    "sourceSha256": "f346340380a3db8578a5626d0bfd6747f8eda72f50c235cf801dbf9cd6d2822c"
  },
  "type": "object",
  "properties": {
    "ApplicationName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the Elastic Beanstalk application that is associated with this application version. "
    },
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A description of this application version."
    },
    "SourceBundle": {
      "description": "The Amazon S3 bucket and key that identify the location of the source bundle for this version. ",
      "$ref": "#/$defs/SourceBundle"
    }
  },
  "typeName": "AWS::ElasticBeanstalk::ApplicationVersion",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-elasticbeanstalk.git",
  "primaryIdentifier": [
    "/properties/ApplicationName",
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "ApplicationName",
    "SourceBundle"
  ],
  "$defs": {
    "SourceBundle": {
      "type": "object",
      "title": "AWSElasticBeanstalkApplicationVersionSourceBundleDefinition",
      "properties": {
        "S3Bucket": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The Amazon S3 bucket where the data is located."
        },
        "S3Key": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The Amazon S3 key where the data is located."
        }
      },
      "required": [
        "S3Bucket",
        "S3Key"
      ],
      "additionalProperties": false
    }
  },
  "tagging": {
    "taggable": false,
    "tagOnCreate": false,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false
  },
  "createOnlyProperties": [
    "/properties/SourceBundle",
    "/properties/ApplicationName"
  ]
}
