Skip to content

Commit afba041

Browse files
Ryan Pelaezpelaezryan
Ryan Pelaez
authored andcommitted
Added streamArn configuration to sample.properties file
1 parent f31981b commit afba041

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/sample.properties

+5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
# over STDIN and STDOUT according to the multi-language protocol.
44
executableName = sample_kclpy_app.py
55

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+
610
# The name of an Amazon Kinesis stream to process.
11+
# Important: streamArn takes precedence over streamName if both are set
712
streamName = kclpysample
813

914
# Used by the KCL as the name of this application. Will be used as the name

0 commit comments

Comments
 (0)