Amazon CodePipeline · Example Payload

Amazon Codepipeline Artifact Revision Example

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

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

Top-level fields

namerevisionIdrevisionChangeIdentifierrevisionSummarycreatedrevisionUrl

Example Payload

Raw ↑
{
  "name": "example-resource",
  "revisionId": "500123",
  "revisionChangeIdentifier": "500123",
  "revisionSummary": "example-value",
  "created": "example-value",
  "revisionUrl": "https://example.amazonaws.com"
}