Amazon Proton · JSON Structure

Amazon Proton Output Structure

An infrastructure as code defined resource output.

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

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

Properties

key valueString

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-output-structure.json",
  "name": "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."
        }
      ]
    }
  }
}