StackDependency

StackDependency represents a dependency between two stacks.
  • id
    Slug of the dependency. Immutable.
  • stackId
    ID of the stack that has a dependency.
  • dependsOnStackId
    ID of the dependency.
  • referenceCount
    Number of references
  • triggerAlways
    When true, triggers the downstream stack on every upstream run completion, even if none of the dependency outputs have changed.