forked from awslabs/aws-lambda-redshift-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
32 lines (32 loc) · 784 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"region": "us-west-2",
"s3Prefix": "mybucket/data",
"filenameFilter": "",
"clusterEndpoint": "streamingdatademo.c9mviyg16e04.us-west-2.redshift.amazonaws.com",
"clusterPort": "5439",
"clusterUseSSL": "N",
"clusterDB": "dev",
"table": "sensor_data_raw",
"columnList": "",
"truncateTable": "N",
"presql": "",
"postsql": "",
"userName": "master",
"userPwd": " ",
"df": "CSV",
"csvDelimiter": "|",
"ignoreCsvHeader": "Y",
"jsonPaths": "",
"manifestBucket": "streaming-processor-conversion-demo",
"manifestPrefix": "manifest",
"failedManifestPrefix": "fail",
"accessKey": "",
"secretKey": "",
"successTopic": "",
"failureTopic": "",
"batchSize": "3",
"batchSizeBytes": "",
"batchTimeoutSecs": "120",
"copyOptions": "",
"symmetricKey": ""
}