enum LambdaInvocationType
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.SES.Actions.LambdaInvocationType | 
  Java | software.amazon.awscdk.services.ses.actions.LambdaInvocationType | 
  Python | aws_cdk.aws_ses_actions.LambdaInvocationType | 
  TypeScript (source) | @aws-cdk/aws-ses-actions » LambdaInvocationType | 
The type of invocation to use for a Lambda Action.
Members
| Name | Description | 
|---|---|
| EVENT | The function will be invoked asynchronously. | 
| REQUEST_RESPONSE | The function will be invoked sychronously. | 
EVENT
The function will be invoked asynchronously.
REQUEST_RESPONSE
The function will be invoked sychronously.
Use RequestResponse only when you want to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

 .NET
 Java
 Python
 TypeScript (