functionArn property
The Amazon Resource Name (ARN) of the AWS Lambda function. An example of an
AWS Lambda function ARN is
arn:aws:lambda:us-west-2:account-id:function:MyFunction
. For
more information about AWS Lambda, see the AWS Lambda
Developer Guide.
Implementation
final String functionArn;