software.amazon.awscdk.services.pipes.sources.alpha.OnPartialBatchItemFailure Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pipes-sources-alpha Show documentation
Show all versions of pipes-sources-alpha Show documentation
The CDK Construct Library for Amazon EventBridge Pipes Sources
package software.amazon.awscdk.services.pipes.sources.alpha;
/**
* (experimental) Define how to handle item process failures.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.104.0 (build e79254c)", date = "2024-11-13T21:17:43.521Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.pipes.sources.alpha.$Module.class, fqn = "@aws-cdk/aws-pipes-sources-alpha.OnPartialBatchItemFailure")
public enum OnPartialBatchItemFailure {
/**
* (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.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
AUTOMATIC_BISECT,
}