OnPartialBatchItemFailure

class aws_cdk.aws_pipes_sources_alpha.OnPartialBatchItemFailure(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

(experimental) Define how to handle item process failures.

Stability:

experimental

Attributes

AUTOMATIC_BISECT

(experimental) 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.

Stability:

experimental