Documentation ¶
Overview ¶
Package kinesis is the AWS Kinesis implementation of an event stream.
Index ¶
Constants ¶
View Source
const ( // StreamNameOption is the stream name option. StreamNameOption = "stream_name" // ExplicitHashKeyOption is the explicit hash key option. ExplicitHashKeyOption = "explicit_hash_key" // PartitionKeyOption is the partition key option. PartitionKeyOption = "partition_key" // SequenceNumberForOrderingOption is the sequence number for ordering option. SequenceNumberForOrderingOption = "partition_key" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.