Documentation - v0.0.0
    Preparing search index...
    interface StackStage {
        id: string;
        stackBuilder: StackBuilder;
        stageProps?: AddGitHubStageOptions;
    }

    Hierarchy

    • StackStage
      • StackStage
    Index

    Properties

    id: string

    id of the stage

    stackBuilder: StackBuilder

    Builder that can produce a stack which will be deployed as part of the stage

    stageProps?: AddGitHubStageOptions

    Optional stage properties, such as {manualApprovals: true} which can control stage transitions.