Values.KinesisStreamsInputDescriptionSourceDescribes the Amazon Kinesis stream that is configured as the streaming source in the application input configuration.
type nonrec t = {resourceARN : ResourceARN.t option;Amazon Resource Name (ARN) of the Amazon Kinesis stream.
*)roleARN : RoleARN.t option;ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
*)}