LambdaConfiguration
Stores metadata about a Lambda processor.
Contents
- InvocationType
-
Controls how the Lambda function is invoked.
Type: String
Valid Values:
ASYNC
Required: Yes
- ResourceArn
-
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: