

# LambdaConfiguration


Stores metadata about a Lambda processor.

## Contents


 ** InvocationType **   <a name="chimesdk-Type-messaging-chime_LambdaConfiguration-InvocationType"></a>
Controls how the Lambda function is invoked.  
Type: String  
Valid Values: `ASYNC`   
Required: Yes

 ** ResourceArn **   <a name="chimesdk-Type-messaging-chime_LambdaConfiguration-ResourceArn"></a>
The ARN of the Lambda message processing function.  
Type: String  
Length Constraints: Minimum length of 15. Maximum length of 2048.  
Pattern: `arn:aws:lambda:[a-z]{2}-[a-z]+-\d{1}:\d{12}:function:[a-zA-Z0-9\-_\.]+(:(\$LATEST|[a-zA-Z0-9\-_]+))?`   
Required: Yes

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/chime-sdk-messaging-2021-05-15/LambdaConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/chime-sdk-messaging-2021-05-15/LambdaConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/chime-sdk-messaging-2021-05-15/LambdaConfiguration) 