PipeSourceParametersKinesisStreamParametersArgs

data class PipeSourceParametersKinesisStreamParametersArgs(val batchSize: Output<Int>? = null, val deadLetterConfig: Output<PipeSourceParametersKinesisStreamParametersDeadLetterConfigArgs>? = null, val maximumBatchingWindowInSeconds: Output<Int>? = null, val maximumRecordAgeInSeconds: Output<Int>? = null, val maximumRetryAttempts: Output<Int>? = null, val onPartialBatchItemFailure: Output<String>? = null, val parallelizationFactor: Output<Int>? = null, val startingPosition: Output<String>, val startingPositionTimestamp: Output<String>? = null) : ConvertibleToJava<PipeSourceParametersKinesisStreamParametersArgs>

Constructors

constructor(batchSize: Output<Int>? = null, deadLetterConfig: Output<PipeSourceParametersKinesisStreamParametersDeadLetterConfigArgs>? = null, maximumBatchingWindowInSeconds: Output<Int>? = null, maximumRecordAgeInSeconds: Output<Int>? = null, maximumRetryAttempts: Output<Int>? = null, onPartialBatchItemFailure: Output<String>? = null, parallelizationFactor: Output<Int>? = null, startingPosition: Output<String>, startingPositionTimestamp: Output<String>? = null)

Properties

Link copied to clipboard
val batchSize: Output<Int>? = null

The maximum number of records to include in each batch. Maximum value of 10000.

Link copied to clipboard

Define the target queue to send dead-letter queue events to. Detailed below.

Link copied to clipboard
val maximumBatchingWindowInSeconds: Output<Int>? = null

The maximum length of a time to wait for events. Maximum value of 300.

Link copied to clipboard
val maximumRecordAgeInSeconds: Output<Int>? = null

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. Maximum value of 604,800.

Link copied to clipboard
val maximumRetryAttempts: Output<Int>? = null

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. Maximum value of 10,000.

Link copied to clipboard
val onPartialBatchItemFailure: Output<String>? = null

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. Valid values: AUTOMATIC_BISECT.

Link copied to clipboard
val parallelizationFactor: Output<Int>? = null

The number of batches to process concurrently from each shard. The default value is 1. Maximum value of 10.

Link copied to clipboard

The position in a stream from which to start reading. Valid values: TRIM_HORIZON, LATEST.

Link copied to clipboard
val startingPositionTimestamp: Output<String>? = null

With StartingPosition set to AT_TIMESTAMP, the time from which to start reading, in Unix time seconds.

Functions

Link copied to clipboard
open override fun toJava(): PipeSourceParametersKinesisStreamParametersArgs