Amazon CodePipeline · Example Payload

Amazon Codepipeline Pipeline Context Example

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Amazon Codepipeline Pipeline Context Example is an example object payload from Amazon CodePipeline, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pipelineNamestageactionpipelineArnpipelineExecutionId

Example Payload

Raw ↑
{
  "pipelineName": "example-resource",
  "stage": "example-value",
  "action": "example-value",
  "pipelineArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "pipelineExecutionId": "500123"
}