{
  "name": "AWS Kinesis Downlink Converter",
  "type": "DOWNLINK",
  "integrationType": "AWS_KINESIS",
  "debugMode": false,
  "debugSettings": {
    "failuresEnabled": true,
    "allEnabled": false,
    "allEnabledUntil": 0
  },
  "configuration": {
    "scriptLang": "TBEL",
    "decoder": null,
    "tbelDecoder": null,
    "encoder": null,
    "tbelEncoder": "var data = {\n    devName: 'kitchen_thermostat',\n    version: msg.version\n};\n\nvar result = {\n    contentType: 'JSON',\n    data: JSON.stringify(data),\n    metadata: {\n        streamName: 'tb-test-downlink',\n        partitionKey: '123'\n    }\n};\n\nreturn result;"
  },
  "additionalInfo": {
    "description": ""
  },
  "edgeTemplate": false,
  "converterVersion": 1
}
