Amazon CodeBuild · Example Payload

Amazon Codebuild Start Build Request Example

AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

Amazon Codebuild Start Build Request Example is an example object payload from Amazon CodeBuild, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

projectNamesourceVersionenvironmentVariablesOverride

Example Payload

Raw ↑
{
  "projectName": "example-resource",
  "sourceVersion": "1.0.0",
  "environmentVariablesOverride": [
    {
      "name": "example-resource",
      "value": "example-value",
      "type": "STANDARD"
    }
  ]
}