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

    Interface StackSteps

    Instructions for additional steps that are run at stack level

    interface StackSteps {
        changeSet?: Step[];
        post?: Step[];
        pre?: Step[];
        stack: Stack;
    }
    Index

    Properties

    changeSet?: Step[]

    Steps that execute after stack is prepared but before stack is deployed

    - no additional steps
    

    Optional Readonlypost

    post?: Step[]

    Steps that execute after stack is deployed

    - no additional steps
    
    pre?: Step[]

    Steps that execute before stack is prepared

    - no additional steps
    
    stack: Stack

    The stack you want the steps to run in