The result of adding actions to the pipeline

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

Properties

project?: IProject

If a CodeBuild project got created, the project

Default

- 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.

Generated using TypeDoc