Values.InputLambdaProcessorDescriptionSourceAn object that contains the Amazon Resource Name (ARN) of the AWS Lambda function that is used to preprocess records in the stream, and the ARN of the IAM role that is used to access the AWS Lambda expression.
type nonrec t = {resourceARN : ResourceARN.t option;The ARN of the AWS Lambda function that is used to preprocess the records in the stream.
*)roleARN : RoleARN.t option;The ARN of the IAM role that is used to access the AWS Lambda function.
*)}