Amazon CodePipeline · Example Payload

Amazon Codepipeline Pipeline Declaration Example

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Amazon Codepipeline Pipeline Declaration 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

nameroleArnartifactStoreartifactStoresstagesversion

Example Payload

Raw ↑
{
  "name": "example-resource",
  "roleArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "artifactStore": "example-value",
  "artifactStores": "example-value",
  "stages": "example-value",
  "version": "1.0.0"
}