Amazon CodePipeline · Example Payload

Amazon Codepipeline Retry Stage Execution Input Example

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Amazon Codepipeline Retry Stage Execution 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

pipelineNamestageNamepipelineExecutionIdretryMode

Example Payload

Raw ↑
{
  "pipelineName": "example-resource",
  "stageName": "example-resource",
  "pipelineExecutionId": "500123",
  "retryMode": "example-value"
}