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

    Interface PipelineBaseProps

    Properties for a Pipeline

    interface PipelineBaseProps {
        synth: IFileSetProducer;
    }
    Index

    Properties

    Properties

    The build step that produces the CDK Cloud Assembly

    The primary output of this step needs to be the cdk.out directory generated by the cdk synth command.

    If you use a ShellStep here and you don't configure an output directory, the output directory will automatically be assumed to be cdk.out.