Pipe Source Parameters Kinesis Stream Parameters Args
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
Link copied to clipboard
fun PipeSourceParametersKinesisStreamParametersArgs(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)
Functions
Properties
Link copied to clipboard
val deadLetterConfig: Output<PipeSourceParametersKinesisStreamParametersDeadLetterConfigArgs>? = null