enum OnPartialBatchItemFailure
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Pipes.Sources.Alpha.OnPartialBatchItemFailure |
Go | github.com/aws/aws-cdk-go/awscdkpipessourcesalpha/v2#OnPartialBatchItemFailure |
Java | software.amazon.awscdk.services.pipes.sources.alpha.OnPartialBatchItemFailure |
Python | aws_cdk.aws_pipes_sources_alpha.OnPartialBatchItemFailure |
TypeScript (source) | @aws-cdk/aws-pipes-sources-alpha » OnPartialBatchItemFailure |
Define how to handle item process failures.
Members
| Name | Description |
|---|---|
| AUTOMATIC_BISECT | EventBridge halves each batch and will retry each half until all the records are processed or there is one failed message left in the batch. |
AUTOMATIC_BISECT
EventBridge halves each batch and will retry each half until all the records are processed or there is one failed message left in the batch.

.NET
Go
Java
Python
TypeScript (