Amazon CodePipeline · Example Payload

Amazon Codepipeline Put Approval Result Input Example

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Amazon Codepipeline Put Approval Result Input 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

pipelineNamestageNameactionNameresulttoken

Example Payload

Raw ↑
{
  "pipelineName": "example-resource",
  "stageName": "example-resource",
  "actionName": "example-resource",
  "result": "example-value",
  "token": "example-value"
}