Amazon CodeBuild · Schema

ProjectBuildBatchConfig

Contains configuration information about a batch build project.

AmazonCI/CDBuildsContinuous IntegrationDevOpsTesting

Properties

Name Type Description
serviceRole object
combineArtifacts object
restrictions object
timeoutInMins object
batchReportMode object
View JSON Schema on GitHub

JSON Schema

amazon-codebuild-project-build-batch-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-schema/amazon-codebuild-project-build-batch-config-schema.json",
  "title": "ProjectBuildBatchConfig",
  "description": "Contains configuration information about a batch build project.",
  "type": "object",
  "properties": {
    "serviceRole": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "Specifies the service role ARN for the batch build project."
        }
      ]
    },
    "combineArtifacts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WrapperBoolean"
        },
        {
          "description": "Specifies if the build artifacts for the batch build should be combined into a single artifact location."
        }
      ]
    },
    "restrictions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchRestrictions"
        },
        {
          "description": "A <code>BatchRestrictions</code> object that specifies the restrictions for the batch build."
        }
      ]
    },
    "timeoutInMins": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WrapperInt"
        },
        {
          "description": "Specifies the maximum amount of time, in minutes, that the batch build must be completed in."
        }
      ]
    },
    "batchReportMode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchReportModeType"
        },
        {
          "description": "<p>Specifies how build status reports are sent to the source provider for the batch build. This property is only used when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise, and your project is configured to report build statuses to the source provider.</p> <dl> <dt>REPORT_AGGREGATED_BATCH</dt> <dd> <p>(Default) Aggregate all of the build statuses into a single status report.</p> </dd> <dt>REPORT_INDIVIDUAL_BUILDS</dt> <dd> <p>Send a separate status report for each individual build.</p> </dd> </dl>"
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-codebuild-project-build-batch-config"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.