codepipeline_override_stage_condition {paws.developer.tools}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?.

See https://www.paws-r-sdk.com/docs/codepipeline_override_stage_condition/ for full documentation.

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.


[Package paws.developer.tools version 0.9.0 Index]