B2B Gateway 
			
			- B2B Gateway
 - All Products
 
           
      	
            
	
      Key 
				    | Type 
				    | Description 
				    | 
|---|---|---|
 appendGUID 
				    | Boolean 
				    |  Specifies whether or not to add a GUID as a suffix to the Amazon DynamoDB table name. 
				    | 
 dynamoDB 
				    | String 
				    |  Amazon DynamoDB table name where to store the checkpoint details of the Kinesis source data. 
				    | 
 Stream 
				    | String 
				    |  Name of the Kinesis Stream from where to read data. 
					  Applies when you use Amazon Kinesis Streams as a source. 
					   | 
Stream Name/Expression 
				    | String 
				    |  Kinesis stream name or a regular expression for the Kinesis stream name pattern. 
					  Applies when you use Amazon Kinesis Streams as a target. 
					   | 
{ "Success": { "name": "kinesis to kinesis", "description": "kinesis to kinesis", "runtimeId": "01000025000000000003", "locationId": "5sJ0JDyJyWLlrosS5qJjsQ", "currentVersion": "2", "messageFormat": "binary", "nodes": [ { "name": "kinesis to kinesis_source", "type": "source", "connectionId": "012MGS0B00000000000F", "transformationType": "", "config": [ { "key": "appendGUID", "value": true }, { "key": "dynamoDB", "value": "table" }, { "key": "Stream", "value": "test" } ] }, { "name": "kinesis to kinesis_target", "type": "target", "connectionId": "012MGS0B00000000000F", "transformationType": "", "config": [ { "key": "Stream Name/Expression", "value": "trgt" } ] } ], "edges": [ { "from": "kinesis to kinesis_source", "to": "kinesis to kinesis_target" } ] } }