Class KinesisParameters

java.lang.Object
software.amazon.awssdk.services.eventbridge.model.KinesisParameters
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<KinesisParameters.Builder,KinesisParameters>

@Generated("software.amazon.awssdk:codegen") public final class KinesisParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KinesisParameters.Builder,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.

See Also: