Amazon Proton · JSON Structure

Amazon Proton Template Version Source Input Structure

Template version source data.

Type: object Properties: 1
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

TemplateVersionSourceInput is a JSON Structure definition published by Amazon Proton, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

s3

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-template-version-source-input-structure.json",
  "name": "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."
        }
      ]
    }
  }
}