Module: AWSCDK::SESActions::LambdaInvocationType
- Defined in:
- ses_actions/lambda_invocation_type.rb
Overview
The type of invocation to use for a Lambda Action.
Constant Summary collapse
- EVENT =
Deprecated.Note:
Default:
The function will be invoked asynchronously.
Jsii::Enum.new("aws-cdk-lib.aws_ses_actions.LambdaInvocationType", "EVENT")
- REQUEST_RESPONSE =
Deprecated.Note:
Default:
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.
Jsii::Enum.new("aws-cdk-lib.aws_ses_actions.LambdaInvocationType", "REQUEST_RESPONSE")