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

    Interface PipelineWave

    Represents wave configuration

    interface PipelineWave {
        id: string;
        props?: WaveProps;
        stages: StackStage[];
    }
    Index

    Properties

    Properties

    id: string
    props?: WaveProps
    stages: StackStage[]