diff --git a/README.md b/README.md index 3c4e7c2..dbf23d9 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You can deploy the Starter Kit using either AWS CLI or AWS Console. | region | us-east-1 | AWS region | | input_stream_name | kda_flink_starter_kit_kinesis_stream | Input Kinesis Data Stream Name | | session_time_out_in_minutes | 10 | Session timeout in minutes | - | stream_initial_position | TRIM_HORIZON | Refer documentation [here](https://ci.apache.org/projects/flink/flink-docs-stable/dev/connectors/kinesis.html#configuring-starting-position) for more details | + | stream_init_position | TRIM_HORIZON | Refer documentation [here](https://ci.apache.org/projects/flink/flink-docs-stable/dev/connectors/kinesis.html#configuring-starting-position) for more details | | s3_output_path | s3a:///kda_flink_starter_kit_output | s3 path for Flink Application output | | bucket_check_interval_in_seconds | 2 | interval for checking time based rolling policies | | rolling_interval_in_seconds | 2 | the max time a part file can stay open before having to roll | @@ -243,4 +243,4 @@ Contributions are welcome, refer [CONTRIBUTING.md](https://github.com/aws-sample ## License Summary -This sample code is made available under the MIT-0 license. See the LICENSE file. \ No newline at end of file +This sample code is made available under the MIT-0 license. See the LICENSE file.