Amazon CodePipeline · Example Payload

Amazon Codepipeline Pipeline Metadata Example

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

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

Top-level fields

pipelineArncreatedupdatedpollingDisabledAt

Example Payload

Raw ↑
{
  "pipelineArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "created": "example-value",
  "updated": "example-value",
  "pollingDisabledAt": "example-value"
}