codepipeline_override_stage_condition: Used to override a stage condition

View source: R/codepipeline_operations.R

codepipeline_override_stage_conditionR Documentation

Used to override a stage condition

Description

Used to override a stage condition.

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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.