interface RecordInput {
    data: KinesisEventData;
    partitionKey: string;
    streamName: string;
}

Properties

partitionKey: string
streamName: string