Override Stage Condition
codepipeline_override_stage_condition | R Documentation |
Used to override a stage condition¶
Description¶
Used to override a stage condition. For more information about conditions, see Stage conditions and How do stage conditions work?.
Usage¶
codepipeline_override_stage_condition(pipelineName, stageName,
pipelineExecutionId, conditionType)
Arguments¶
pipelineName |
[required] The name of the pipeline with the stage that will override the condition. |
stageName |
[required] The name of the stage for the override. |
pipelineExecutionId |
[required] The ID of the pipeline execution for the override. |
conditionType |
[required] The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions. |
Value¶
An empty list.
Request syntax¶
svc$override_stage_condition(
pipelineName = "string",
stageName = "string",
pipelineExecutionId = "string",
conditionType = "BEFORE_ENTRY"|"ON_SUCCESS"
)