Amazon Proton · Schema

Output

An infrastructure as code defined resource output.

DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

Properties

Name Type Description
key object
valueString object
View JSON Schema on GitHub

JSON Schema

amazon-proton-output-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-output-schema.json",
  "title": "Output",
  "description": "An infrastructure as code defined resource output.",
  "type": "object",
  "properties": {
    "key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OutputKey"
        },
        {
          "description": "The output key."
        }
      ]
    },
    "valueString": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OutputValueString"
        },
        {
          "description": "The output value."
        }
      ]
    }
  }
}