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

    Interface CodePipelineActionFactoryResult

    The result of adding actions to the pipeline

    interface CodePipelineActionFactoryResult {
        project?: IProject;
        runOrdersConsumed: number;
    }
    Index

    Properties

    project?: IProject

    If a CodeBuild project got created, the project

    - This factory did not create a CodeBuild project
    
    runOrdersConsumed: number

    How many RunOrders were consumed

    If you add 1 action, return the value 1 here.