class Aws::CloudWatchEvents::Types::KinesisParameters
This object enables you to specify a JSON path to extract from the event and use as the partition key for the Amazon Kinesis data stream, so that you can control the shard to which the event goes. If you do not include this parameter, the default is to use the `eventId` as the partition key.
@note When making an API call, you may pass KinesisParameters
data as a hash: { partition_key_path: "TargetPartitionKeyPath", # required }
@!attribute [rw] partition_key_path
The JSON path to be extracted from the event and used as the partition key. For more information, see [Amazon Kinesis Streams Key Concepts][1] in the *Amazon Kinesis Streams Developer Guide*. [1]: https://docs.aws.amazon.com/streams/latest/dev/key-concepts.html#partition-key @return [String]
@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/KinesisParameters AWS API Documentation
Constants
- SENSITIVE