We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31981b commit afba041Copy full SHA for afba041
samples/sample.properties
@@ -3,7 +3,12 @@
3
# over STDIN and STDOUT according to the multi-language protocol.
4
executableName = sample_kclpy_app.py
5
6
+# The Stream arn: arn:aws:kinesis:<region>:<account id>:stream/<stream name>
7
+# Important: streamArn takes precedence over streamName if both are set
8
+streamArn = arn:aws:kinesis:us-east-5:ACCOUNT_ID:stream/kclpysample
9
+
10
# The name of an Amazon Kinesis stream to process.
11
12
streamName = kclpysample
13
14
# Used by the KCL as the name of this application. Will be used as the name
0 commit comments