Amazon Proton · Schema

TemplateVersionSourceInput

Template version source data.

DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

Properties

Name Type Description
s3 object
View JSON Schema on GitHub

JSON Schema

amazon-proton-template-version-source-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-schema/amazon-proton-template-version-source-input-schema.json",
  "title": "TemplateVersionSourceInput",
  "description": "Template version source data.",
  "type": "object",
  "properties": {
    "s3": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3ObjectSource"
        },
        {
          "description": "An S3 source object that includes the template bundle S3 path and name for a template minor version."
        }
      ]
    }
  }
}