Output

Output schema

CloudFormationInfrastructure as CodeDevOpsIaC

Properties

Name Type Description
OutputKey string
OutputValue string
Description string
ExportName string
View JSON Schema on GitHub

JSON Schema

cloudformation-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cloudformation/refs/heads/main/json-schema/cloudformation-output-schema.json",
  "title": "Output",
  "description": "Output schema",
  "type": "object",
  "properties": {
    "OutputKey": {
      "type": "string"
    },
    "OutputValue": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "ExportName": {
      "type": "string"
    }
  }
}