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

Properties

Properties

streamName: string