RulePoint
- RulePoint 6.1
- All Products
Property
| Description
|
---|---|
Name
| Name of the responder. The responder name must be unique.
|
Description
| Optional. Description of the responder.
|
Type
| Type of responder. Select
Amazon Kinesis Responder .
|
Connection
| Type of connection. Select
Amazon Web Services Connection .
|
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
| A name to identify the stream that captures and transports records from RulePoint to Amazon Kinesis. The stream name is added to the AWS account. Specify the number of shards to write to the stream. The average shard size of the data record that you want to write to the stream in Amazon Kinesis must not exceed 50 KB.
|
Partition Key
| A Unicode string with a maximum length of 256 bytes. The partition key determines the shard in the stream to which the data record is assigned.
|
Data Message
| The data blob that can be a segment from a log file, geographic/location data, website clickstream data, or any other data type.
|
Message Type
| The message type of the data record. You can choose the following data record types:
|
Use Strict Ordering
| Guarantees a strictly increasing ordering of sequence numbers for records from the same client and to the same partition key. If you set the value to
False , records will be coarsely ordered based on the arrival time. The default is
True .
|
Marshaller Class Name
| Class name of the marshaller.
|
Marshaller Properties
| Key-value pairs to pass as properties of the marshaller.
|