AWS CloudFormation · JSON Structure

Cloudformation Output Structure

Type: object Properties: 4
AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Output is a JSON Structure definition published by AWS CloudFormation, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

OutputKey OutputValue Description ExportName

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Output",
  "type": "object",
  "properties": {
    "OutputKey": {
      "type": "string"
    },
    "OutputValue": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    },
    "ExportName": {
      "type": "string"
    }
  }
}