EventTargetKinesisTarget constructor

const EventTargetKinesisTarget({
  1. Input<String?>? partitionKeyPath,
})

Creates a new EventTargetKinesisTarget. partitionKeyPath The JSON path to be extracted from the event and used as the partition key.

Implementation

const EventTargetKinesisTarget({
  this.partitionKeyPath,
});