Amazon CodePipeline · Example Payload

Amazon Codepipeline Webhook Definition Example

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Amazon Codepipeline Webhook Definition 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

nametargetPipelinetargetActionfiltersauthenticationauthenticationConfiguration

Example Payload

Raw ↑
{
  "name": "example-resource",
  "targetPipeline": "example-value",
  "targetAction": "example-value",
  "filters": "example-value",
  "authentication": "example-value",
  "authenticationConfiguration": "example-value"
}