Readonly
actionName the action should get
Readonly
artifactsHelper object to translate FileSets to CodePipeline Artifacts
Optional
Readonly
beforeWhether or not this action is inserted before self mutation.
If it is, the action should take care to reflect some part of its own definition in the pipeline action definition, to trigger a restart after self-mutation (if necessary).
Optional
Readonly
codeIf this action factory creates a CodeBuild step, default options to inherit
Optional
Readonly
fallbackAn input artifact that CodeBuild projects that don't actually need an input artifact can use
CodeBuild Projects MUST have an input artifact in order to be added to the Pipeline. If the Project doesn't actually care about its input (it can be anything), it can use the Artifact passed here.
Readonly
pipelineThe pipeline the action is being generated for
Readonly
runRunOrder the action should get
Readonly
scopeScope in which to create constructs
Readonly
stackHelper object to produce variables exported from stack deployments.
If your step references outputs from a stack deployment, use this to map the output references to Codepipeline variable names.
Note - Codepipeline variables can only be referenced in action configurations.
Optional
Readonly
variablesIf this step is producing outputs, the variables namespace assigned to it
Pass this on to the Action you are creating.
Options for the
CodePipelineActionFactory.produce()
method.