Amazon CodePipeline · Example Payload

Amazon Codepipeline Action Execution Input Example

AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

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

Top-level fields

actionTypeIdconfigurationresolvedConfigurationroleArnregioninputArtifactsnamespace

Example Payload

Raw ↑
{
  "actionTypeId": "500123",
  "configuration": "example-value",
  "resolvedConfiguration": "example-value",
  "roleArn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "region": "us-east-1",
  "inputArtifacts": "example-value",
  "namespace": "example-resource"
}