Amazon CodePipeline · Example Payload

Amazon Codepipeline Enable Stage Transition Input Example

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

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

Top-level fields

pipelineNamestageNametransitionType

Example Payload

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