functionArn property

Output<String> functionArn
latefinal

ARN of the Lambda function the event source mapping is sending events to. (Note: this is a computed value that differs from functionName above.)

Implementation

late final pulumi.Output<String> functionArn;