RulePoint
- RulePoint 6.1
- All Products
Property
| Description
|
---|---|
Name
| Name of the source. The source name must be unique.
|
Description
| Optional. The description of the service.
|
Type
| Type of source. Select
Amazon Kinesis Source .
|
Connection
| The connection type with which you want to associate the source. Select
Amazon Web Services Connection . You must create the connection before you create an Amazon Kinesis source.
|
Topic
| The topic to which the properties of a Kinesis stream are mapped. Select the topic name that corresponds to the source.
|
End Point
| The URL that identifies a host and a port that constitute as the entry point for a web service. Every web service request contains an end point. Some AWS products provide regional end points to make your requests. The regional end points reduce data latency in your application and facilitate faster connectivity.
|
Stream Name
| The name to identify the stream that you want to capture and read records from Amazon Kinesis. The stream name must not exceed 128 characters and must not contain spaces. The stream name is added to the AWS account used by the application that creates the stream. Provide the number of shards you want to read from the stream in the Amazon Kinesis console. The average shard size of the data record to read from the stream must not exceed 50 KB.
|
Application Name
| A unique name for your Amazon Kinesis application, which is scoped to the AWS account and region used by the application. The application name must follow the regular expression pattern. The Kinesis Client Library (KCL) uses the application name to associate all the workers together on the same stream, and to create an Amazon DynamoDB table that maintains the state information for the application.
|
Shard Iterator Type
| Specifies the position in the shard from which you want to start reading data records sequentially. You can select the following shard iterator types:
|
Sequence Number
| A unique sequence number assigned by the Amazon Kinesis service when a record is put into the Amazon Kinesis stream. The shard iterator uses the sequence number to specify the position of the data record in the shard from where you want to start reading data records sequentially.
|
Message Type
| The message type of the data record. You can choose the following data record types:
|
Marshaller Class Name
| Class name of the marshaller. The marshaller class is responsible for converting or enriching the source event properties. It must include the full class name including the classpath. You must add the jar file that contains this class into the RulePoint library.
|
Marshaller Properties
| Properties of the marshaller. You must pass the properties as comma-separated key-value pairs to the marshaller class. For example, property1=value1,property2=value2.
|