Amazon CodePipeline · Example Payload

Amazon Codepipeline Action State Example

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Amazon Codepipeline Action State 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

actionNamecurrentRevisionlatestExecutionentityUrlrevisionUrl

Example Payload

Raw ↑
{
  "actionName": "example-resource",
  "currentRevision": "example-value",
  "latestExecution": "example-value",
  "entityUrl": "https://example.amazonaws.com",
  "revisionUrl": "https://example.amazonaws.com"
}