functionArn property

Input<String?>? functionArn
final

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

final pulumi.Input<String?>? functionArn;