Module: AWSCDK::Cognito::LambdaVersion

Defined in:
cognito/lambda_version.rb

Overview

The user pool trigger version of the request that Amazon Cognito sends to your Lambda function.

Constant Summary collapse

V1_0 =
Deprecated.
Note:

Default:

V1_0 trigger.

Jsii::Enum.new("aws-cdk-lib.aws_cognito.LambdaVersion", "V1_0")
V2_0 =
Deprecated.
Note:

Default:

V2_0 trigger.

This is supported only for PRE_TOKEN_GENERATION trigger.

Jsii::Enum.new("aws-cdk-lib.aws_cognito.LambdaVersion", "V2_0")
V3_0 =
Deprecated.
Note:

Default:

V3_0 trigger.

This is supported only for PRE_TOKEN_GENERATION trigger.

Jsii::Enum.new("aws-cdk-lib.aws_cognito.LambdaVersion", "V3_0")