AWS Kinesis
Amazon Web Services Kinesis
AWS Kinesis data connector configuration object consists of the following attributes:
| Attribute | Description |
|---|---|
| type | Connector type; must be always set to aws-kinesis. |
| id | App wide unique connector id. |
| credentials | Username and password to connect to the service. |
| region | Region name of the AWS Kinesis Service. See below for valid regions. |
| stream | Stream name. |
| shards | Number of shards specified when creating the stream. |
| maxRecordsPerShardPerSecond | Max records per shard per second. |
| maxBytesPerShardPerSecond | Max bytes per shard per second. |
| dataProcessingMethodId | Optional. Id of the App method that will be used for filtering and/or transforming incoming data. See Overview page for details. |
| disabled | Optional. When true data connector stops streaming. |
Valid Regions#
Create:
Update
AWS Kinesis Service Setup#
Kinesis Stream settings on AWS Management Console.
