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

    Interface WaveOptions

    Options to pass to addWave

    interface WaveOptions {
        post?: Step[];
        pre?: Step[];
    }
    Index

    Properties

    Properties

    Optional Readonlypost

    post?: Step[]

    Additional steps to run after all of the stages in the wave

    - No additional steps
    
    pre?: Step[]

    Additional steps to run before any of the stages in the wave

    - No additional steps