Amazon CodeBuild · JSON Structure

Amazon Codebuild Retry Build Batch Input Structure

RetryBuildBatchInput schema from Amazon CodeBuild

Type: object Properties: 2
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

RetryBuildBatchInput is a JSON Structure definition published by Amazon CodeBuild, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id retryType

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codebuild/refs/heads/main/json-structure/amazon-codebuild-retry-build-batch-input-structure.json",
  "name": "RetryBuildBatchInput",
  "description": "RetryBuildBatchInput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonEmptyString"
        },
        {
          "description": "Specifies the identifier of the batch build to restart."
        }
      ]
    },
    "retryType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RetryBuildBatchType"
        },
        {
          "description": "Specifies the type of retry to perform."
        }
      ]
    }
  }
}