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

    Interface WaveProps

    Construction properties for a Wave

    interface WaveProps {
        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