Skip to content

Commit eb1e6ee

Browse files
committed
Fix the attribute of starting_positon in dynamodb_stream_parameters
1 parent 4060508 commit eb1e6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/cdktf/python/r/pipes_pipe.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ You can find out more about EventBridge Pipes Sources in the [User Guide](https:
342342
* `maximum_retry_attempts` - (Optional) 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.
343343
* `on_partial_batch_item_failure` - (Optional) 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.
344344
* `parallelization_factor` - (Optional)The number of batches to process concurrently from each shard. The default value is 1. Maximum value of 10.
345-
* `starting_position` - (Optional) The position in a stream from which to start reading. Valid values: TRIM_HORIZON, LATEST.
345+
* `starting_position` - (Required) The position in a stream from which to start reading. Valid values: TRIM_HORIZON, LATEST.
346346

347347
##### source_parameters.dynamodb_stream_parameters.dead_letter_config Configuration Block
348348

0 commit comments

Comments
 (0)