Amazon CodePipeline · Example Payload

Amazon Codepipeline Disable Stage Transition Input Example

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Amazon Codepipeline Disable Stage Transition Input Example is an example object payload from Amazon CodePipeline, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pipelineNamestageNametransitionTypereason

Example Payload

Raw ↑
{
  "pipelineName": "example-resource",
  "stageName": "example-resource",
  "transitionType": "STANDARD",
  "reason": "example-value"
}