Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes Batch Retry Strategy Structure

The retry strategy that's associated with a job. For more information, see Automated job retries in the Batch User Guide.

Type: object Properties: 1
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

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

Properties

Attempts

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-retry-strategy-structure.json",
  "name": "BatchRetryStrategy",
  "description": "The retry strategy that's associated with a job. For more information, see <a href=\"https://docs.aws.amazon.com/batch/latest/userguide/job_retries.html\"> Automated job retries</a> in the <i>Batch User Guide</i>.",
  "type": "object",
  "properties": {
    "Attempts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchRetryAttempts"
        },
        {
          "description": "The number of times to move a job to the <code>RUNNABLE</code> status. If the value of <code>attempts</code> is greater than one, the job is retried on failure the same number of attempts as the value."
        }
      ]
    }
  }
}