@aws-quickstart/eks-blueprints
    Preparing search index...

    Interface AddStageOpts

    Options to pass to addStage

    interface AddStageOpts {
        post?: Step[];
        pre?: Step[];
        stackSteps?: StackSteps[];
    }
    Index

    Properties

    Optional Readonlypost

    post?: Step[]

    Additional steps to run after all of the stacks in the stage

    - No additional steps
    
    pre?: Step[]

    Additional steps to run before any of the stacks in the stage

    - No additional steps
    
    stackSteps?: StackSteps[]

    Instructions for stack level steps

    - No additional instructions