Amazon CloudFormation · JSON Structure

Cloudformation Output Structure

Output schema

Type: object Properties: 4
CloudFormationInfrastructure as CodeDevOpsIaC

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

Properties

OutputKey OutputValue Description ExportName

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-cloudformation/refs/heads/main/json-structure/cloudformation-output-structure.json",
  "name": "Output",
  "description": "Output schema",
  "type": "object",
  "properties": {
    "OutputKey": {
      "type": "string"
    },
    "OutputValue": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "ExportName": {
      "type": "string"
    }
  }
}