Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data UpdatePipeSourceKinesisStreamParameters = UpdatePipeSourceKinesisStreamParameters' {}
- newUpdatePipeSourceKinesisStreamParameters :: UpdatePipeSourceKinesisStreamParameters
- updatePipeSourceKinesisStreamParameters_batchSize :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe Natural)
- updatePipeSourceKinesisStreamParameters_deadLetterConfig :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe DeadLetterConfig)
- updatePipeSourceKinesisStreamParameters_maximumBatchingWindowInSeconds :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe Natural)
- updatePipeSourceKinesisStreamParameters_maximumRecordAgeInSeconds :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe Int)
- updatePipeSourceKinesisStreamParameters_maximumRetryAttempts :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe Int)
- updatePipeSourceKinesisStreamParameters_onPartialBatchItemFailure :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe OnPartialBatchItemFailureStreams)
- updatePipeSourceKinesisStreamParameters_parallelizationFactor :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe Natural)
Documentation
data UpdatePipeSourceKinesisStreamParameters Source #
The parameters for using a Kinesis stream as a source.
See: newUpdatePipeSourceKinesisStreamParameters
smart constructor.
UpdatePipeSourceKinesisStreamParameters' | |
|
Instances
newUpdatePipeSourceKinesisStreamParameters :: UpdatePipeSourceKinesisStreamParameters Source #
Create a value of UpdatePipeSourceKinesisStreamParameters
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:batchSize:UpdatePipeSourceKinesisStreamParameters'
, updatePipeSourceKinesisStreamParameters_batchSize
- The maximum number of records to include in each batch.
$sel:deadLetterConfig:UpdatePipeSourceKinesisStreamParameters'
, updatePipeSourceKinesisStreamParameters_deadLetterConfig
- Define the target queue to send dead-letter queue events to.
$sel:maximumBatchingWindowInSeconds:UpdatePipeSourceKinesisStreamParameters'
, updatePipeSourceKinesisStreamParameters_maximumBatchingWindowInSeconds
- The maximum length of a time to wait for events.
$sel:maximumRecordAgeInSeconds:UpdatePipeSourceKinesisStreamParameters'
, updatePipeSourceKinesisStreamParameters_maximumRecordAgeInSeconds
- (Streams only) Discard records older than the specified age. The default
value is -1, which sets the maximum age to infinite. When the value is
set to infinite, EventBridge never discards old records.
$sel:maximumRetryAttempts:UpdatePipeSourceKinesisStreamParameters'
, updatePipeSourceKinesisStreamParameters_maximumRetryAttempts
- (Streams only) Discard records after the specified number of retries.
The default value is -1, which sets the maximum number of retries to
infinite. When MaximumRetryAttempts is infinite, EventBridge retries
failed records until the record expires in the event source.
$sel:onPartialBatchItemFailure:UpdatePipeSourceKinesisStreamParameters'
, updatePipeSourceKinesisStreamParameters_onPartialBatchItemFailure
- (Streams only) Define how to handle item process failures.
AUTOMATIC_BISECT
halves each batch and retry each half until all the
records are processed or there is one failed message left in the batch.
$sel:parallelizationFactor:UpdatePipeSourceKinesisStreamParameters'
, updatePipeSourceKinesisStreamParameters_parallelizationFactor
- (Streams only) The number of batches to process concurrently from each
shard. The default value is 1.
updatePipeSourceKinesisStreamParameters_batchSize :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe Natural) Source #
The maximum number of records to include in each batch.
updatePipeSourceKinesisStreamParameters_deadLetterConfig :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe DeadLetterConfig) Source #
Define the target queue to send dead-letter queue events to.
updatePipeSourceKinesisStreamParameters_maximumBatchingWindowInSeconds :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe Natural) Source #
The maximum length of a time to wait for events.
updatePipeSourceKinesisStreamParameters_maximumRecordAgeInSeconds :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe Int) Source #
(Streams only) Discard records older than the specified age. The default value is -1, which sets the maximum age to infinite. When the value is set to infinite, EventBridge never discards old records.
updatePipeSourceKinesisStreamParameters_maximumRetryAttempts :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe Int) Source #
(Streams only) Discard records after the specified number of retries. The default value is -1, which sets the maximum number of retries to infinite. When MaximumRetryAttempts is infinite, EventBridge retries failed records until the record expires in the event source.
updatePipeSourceKinesisStreamParameters_onPartialBatchItemFailure :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe OnPartialBatchItemFailureStreams) Source #
(Streams only) Define how to handle item process failures.
AUTOMATIC_BISECT
halves each batch and retry each half until all the
records are processed or there is one failed message left in the batch.
updatePipeSourceKinesisStreamParameters_parallelizationFactor :: Lens' UpdatePipeSourceKinesisStreamParameters (Maybe Natural) Source #
(Streams only) The number of batches to process concurrently from each shard. The default value is 1.