Amazon CloudFormation · JSON Structure

Cloudformation Update Stack Output Structure

UpdateStackOutput schema

Type: object Properties: 1
CloudFormationInfrastructure as CodeDevOpsIaC

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

Properties

StackId

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-update-stack-output-structure.json",
  "name": "UpdateStackOutput",
  "description": "UpdateStackOutput schema",
  "type": "object",
  "properties": {
    "StackId": {
      "type": "string"
    }
  }
}