ReadonlyartifactThe artifact ID — used as the output file name (without extension).
ReadonlydisplayHuman-readable display name (typically the construct node path).
Returns all StackOutput constructs declared in this stack.
Returns all ProviderResource constructs in this stack.
Resolves a single value through this stack's resolver pipeline. Used by the synthesizer to resolve output token values at synthesis time.
Minimal interface describing the stack information a synthesizer needs. Using an interface here instead of the concrete
Stackclass avoids a circular dependency between the synthesizer and the stack modules.