Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes Batch Job Dependency Structure

An object that represents an Batch job dependency.

Type: object Properties: 2
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

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

Properties

JobId Type

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-eventbridge-pipes/refs/heads/main/json-structure/amazon-eventbridge-pipes-batch-job-dependency-structure.json",
  "name": "BatchJobDependency",
  "description": "An object that represents an Batch job dependency.",
  "type": "object",
  "properties": {
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The job ID of the Batch job that's associated with this dependency."
        }
      ]
    },
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchJobDependencyType"
        },
        {
          "description": "The type of the job dependency."
        }
      ]
    }
  }
}