bisectBatchOnFunctionError property

Output<bool?> bisectBatchOnFunctionError
latefinal

Whether to split the batch in two and retry if the function returns an error. Only available for stream sources (DynamoDB and Kinesis). Defaults to false.

Implementation

late final pulumi.Output<bool?> bisectBatchOnFunctionError;