EventTargetKinesisTarget constructor
const
EventTargetKinesisTarget({
- 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,
});