Amazon CodeBuild · Example Payload

Amazon Codebuild Project Environment Example

AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

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

Top-level fields

typeimagecomputeTypeenvironmentVariablesprivilegedModecertificateregistryCredentialimagePullCredentialsType

Example Payload

Raw ↑
{
  "type": "STANDARD",
  "image": "example-value",
  "computeType": "STANDARD",
  "environmentVariables": "example-value",
  "privilegedMode": "example-value",
  "certificate": "example-value",
  "registryCredential": "example-value",
  "imagePullCredentialsType": "STANDARD"
}