ReadonlyactionName the action should get
ReadonlyartifactsHelper object to translate FileSets to CodePipeline Artifacts
Optional ReadonlybeforeWhether 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 ReadonlycodeIf this action factory creates a CodeBuild step, default options to inherit
Optional ReadonlyfallbackAn 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.
ReadonlypipelineThe pipeline the action is being generated for
ReadonlyrunRunOrder the action should get
ReadonlyscopeScope in which to create constructs
ReadonlystackHelper 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 ReadonlyvariablesIf 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.