CreateStackOutput

CreateStackOutput schema

CloudFormationInfrastructure as CodeDevOpsIaC

Properties

Name Type Description
StackId string Unique identifier of the stack.
View JSON Schema on GitHub

JSON Schema

cloudformation-create-stack-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-create-stack-output-schema.json",
  "title": "CreateStackOutput",
  "description": "CreateStackOutput schema",
  "type": "object",
  "properties": {
    "StackId": {
      "type": "string",
      "description": "Unique identifier of the stack."
    }
  }
}