Interface CfnUserPool.PreTokenGenerationConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnUserPool.PreTokenGenerationConfigProperty.Jsii$Proxy
Enclosing class:
CfnUserPool

@Stability(Stable) public static interface CfnUserPool.PreTokenGenerationConfigProperty extends software.amazon.jsii.JsiiSerializable
The properties of a pre token generation Lambda trigger.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cognito.*;
 PreTokenGenerationConfigProperty preTokenGenerationConfigProperty = PreTokenGenerationConfigProperty.builder()
         .lambdaArn("lambdaArn")
         .lambdaVersion("lambdaVersion")
         .build();
 

See Also: