Amazon CodePipeline · Example Payload

Amazon Codepipeline Stage State Example

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

Amazon Codepipeline Stage 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

stageNameinboundExecutioninboundTransitionStateactionStateslatestExecution

Example Payload

Raw ↑
{
  "stageName": "example-resource",
  "inboundExecution": "example-value",
  "inboundTransitionState": "example-value",
  "actionStates": "example-value",
  "latestExecution": "example-value"
}