Values.EndPointSourceContains information about the Amazon Kinesis data stream where you're sending real-time log data in a real-time log configuration.
type nonrec t = {streamType : String_.t;The type of data stream where you are sending real-time log data. The only valid value is Kinesis.
*)kinesisStreamConfig : KinesisStreamConfig.t option;Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.
*)}