Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.CognitoUserPoolLambdaConfig
- data CognitoUserPoolLambdaConfig = CognitoUserPoolLambdaConfig {
- _cognitoUserPoolLambdaConfigCreateAuthChallenge :: Maybe (Val Text)
- _cognitoUserPoolLambdaConfigCustomMessage :: Maybe (Val Text)
- _cognitoUserPoolLambdaConfigDefineAuthChallenge :: Maybe (Val Text)
- _cognitoUserPoolLambdaConfigPostAuthentication :: Maybe (Val Text)
- _cognitoUserPoolLambdaConfigPostConfirmation :: Maybe (Val Text)
- _cognitoUserPoolLambdaConfigPreAuthentication :: Maybe (Val Text)
- _cognitoUserPoolLambdaConfigPreSignUp :: Maybe (Val Text)
- _cognitoUserPoolLambdaConfigVerifyAuthChallengeResponse :: Maybe (Val Text)
- cognitoUserPoolLambdaConfig :: CognitoUserPoolLambdaConfig
- cuplcCreateAuthChallenge :: Lens' CognitoUserPoolLambdaConfig (Maybe (Val Text))
- cuplcCustomMessage :: Lens' CognitoUserPoolLambdaConfig (Maybe (Val Text))
- cuplcDefineAuthChallenge :: Lens' CognitoUserPoolLambdaConfig (Maybe (Val Text))
- cuplcPostAuthentication :: Lens' CognitoUserPoolLambdaConfig (Maybe (Val Text))
- cuplcPostConfirmation :: Lens' CognitoUserPoolLambdaConfig (Maybe (Val Text))
- cuplcPreAuthentication :: Lens' CognitoUserPoolLambdaConfig (Maybe (Val Text))
- cuplcPreSignUp :: Lens' CognitoUserPoolLambdaConfig (Maybe (Val Text))
- cuplcVerifyAuthChallengeResponse :: Lens' CognitoUserPoolLambdaConfig (Maybe (Val Text))
Documentation
data CognitoUserPoolLambdaConfig #
Full data type definition for CognitoUserPoolLambdaConfig. See
cognitoUserPoolLambdaConfig
for a more convenient constructor.
Constructors
cognitoUserPoolLambdaConfig :: CognitoUserPoolLambdaConfig #
Constructor for CognitoUserPoolLambdaConfig
containing required fields
as arguments.