Interface Kinesis2Constants


public interface Kinesis2Constants
  • Field Details

    • SEQUENCE_NUMBER

      @Metadata(description="The sequence number of the record, as defined in\nhttp://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecord.html#API_PutRecord_ResponseSyntax[Response Syntax]", javaType="String") static final String SEQUENCE_NUMBER
      See Also:
    • APPROX_ARRIVAL_TIME

      @Metadata(description="The time AWS assigned as the arrival time of the record.", javaType="String") static final String APPROX_ARRIVAL_TIME
      See Also:
    • PARTITION_KEY

      @Metadata(description="Identifies which shard in the stream the data record is assigned to.", javaType="String") static final String PARTITION_KEY
      See Also:
    • MESSAGE_TIMESTAMP

      @Metadata(description="The timestamp of the message", javaType="long") static final String MESSAGE_TIMESTAMP
      See Also:
    • SHARD_ID

      @Metadata(description="The shard ID of the shard where the data record was placed.", javaType="String") static final String SHARD_ID
      in a Kinesis Record object, the shard ID is used on writes to indicate where the data was stored
      See Also: