enum OnPartialBatchItemFailure
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pipes.Sources.Alpha.OnPartialBatchItemFailure |
![]() | github.com/aws/aws-cdk-go/awscdkpipessourcesalpha/v2#OnPartialBatchItemFailure |
![]() | software.amazon.awscdk.services.pipes.sources.alpha.OnPartialBatchItemFailure |
![]() | aws_cdk.aws_pipes_sources_alpha.OnPartialBatchItemFailure |
![]() | @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.