Class CfnUserPool.LambdaConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPool.LambdaConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPool.LambdaConfigProperty
CfnUserPool.LambdaConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.CfnUserPool.LambdaConfigProperty
CfnUserPool.LambdaConfigProperty.Builder, CfnUserPool.LambdaConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPool.LambdaConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe configuration of a create auth challenge Lambda trigger, one of three triggers in the sequence of the custom authentication challenge triggers .final ObjectThe configuration of a custom email sender Lambda trigger.final StringA custom message Lambda trigger.final ObjectThe configuration of a custom SMS sender Lambda trigger.final StringThe configuration of a define auth challenge Lambda trigger, one of three triggers in the sequence of the custom authentication challenge triggers .final StringThe ARN of an KMS key .final StringThe configuration of a post authentication Lambda trigger in a user pool.final StringThe configuration of a post confirmation Lambda trigger in a user pool.final StringThe configuration of a pre authentication trigger in a user pool.final StringThe configuration of a pre sign-up Lambda trigger in a user pool.final StringThe legacy configuration of a pre token generation Lambda trigger in a user pool.final ObjectThe detailed configuration of a pre token generation Lambda trigger in a user pool.final StringThe configuration of a migrate user Lambda trigger in a user pool.final StringThe configuration of a verify auth challenge Lambda trigger, one of three triggers in the sequence of the custom authentication challenge triggers .final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUserPool.LambdaConfigProperty.Builder.
-
-
Method Details
-
getCreateAuthChallenge
Description copied from interface:CfnUserPool.LambdaConfigPropertyThe configuration of a create auth challenge Lambda trigger, one of three triggers in the sequence of the custom authentication challenge triggers .- Specified by:
getCreateAuthChallengein interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
getCustomEmailSender
Description copied from interface:CfnUserPool.LambdaConfigPropertyThe configuration of a custom email sender Lambda trigger.This trigger routes all email notifications from a user pool to a Lambda function that delivers the message using custom logic.
Returns union: either
IResolvableorCfnUserPool.CustomEmailSenderProperty- Specified by:
getCustomEmailSenderin interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
getCustomMessage
Description copied from interface:CfnUserPool.LambdaConfigPropertyA custom message Lambda trigger.This trigger is an opportunity to customize all SMS and email messages from your user pool. When a custom message trigger is active, your user pool routes all messages to a Lambda function that returns a runtime-customized message subject and body for your user pool to deliver to a user.
- Specified by:
getCustomMessagein interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
getCustomSmsSender
Description copied from interface:CfnUserPool.LambdaConfigPropertyThe configuration of a custom SMS sender Lambda trigger.This trigger routes all SMS notifications from a user pool to a Lambda function that delivers the message using custom logic.
Returns union: either
IResolvableorCfnUserPool.CustomSMSSenderProperty- Specified by:
getCustomSmsSenderin interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
getDefineAuthChallenge
Description copied from interface:CfnUserPool.LambdaConfigPropertyThe configuration of a define auth challenge Lambda trigger, one of three triggers in the sequence of the custom authentication challenge triggers .- Specified by:
getDefineAuthChallengein interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
getKmsKeyId
Description copied from interface:CfnUserPool.LambdaConfigPropertyThe ARN of an KMS key . Amazon Cognito uses the key to encrypt codes and temporary passwords sent to custom sender Lambda triggers.- Specified by:
getKmsKeyIdin interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
getPostAuthentication
Description copied from interface:CfnUserPool.LambdaConfigPropertyThe configuration of a post authentication Lambda trigger in a user pool. This trigger can take custom actions after a user signs in.- Specified by:
getPostAuthenticationin interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
getPostConfirmation
Description copied from interface:CfnUserPool.LambdaConfigPropertyThe configuration of a post confirmation Lambda trigger in a user pool. This trigger can take custom actions after a user confirms their user account and their email address or phone number.- Specified by:
getPostConfirmationin interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
getPreAuthentication
Description copied from interface:CfnUserPool.LambdaConfigPropertyThe configuration of a pre authentication trigger in a user pool. This trigger can evaluate and modify user sign-in events.- Specified by:
getPreAuthenticationin interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
getPreSignUp
Description copied from interface:CfnUserPool.LambdaConfigPropertyThe configuration of a pre sign-up Lambda trigger in a user pool. This trigger evaluates new users and can bypass confirmation, link a federated user profile , or block sign-up requests.- Specified by:
getPreSignUpin interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
getPreTokenGeneration
Description copied from interface:CfnUserPool.LambdaConfigPropertyThe legacy configuration of a pre token generation Lambda trigger in a user pool.Set this parameter for legacy purposes. If you also set an ARN in
PreTokenGenerationConfig, its value must be identical toPreTokenGeneration. For new instances of pre token generation triggers, set theLambdaArnofPreTokenGenerationConfig.- Specified by:
getPreTokenGenerationin interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
getPreTokenGenerationConfig
Description copied from interface:CfnUserPool.LambdaConfigPropertyThe detailed configuration of a pre token generation Lambda trigger in a user pool. If you also set an ARN inPreTokenGeneration, its value must be identical toPreTokenGenerationConfig.Returns union: either
IResolvableorCfnUserPool.PreTokenGenerationConfigProperty- Specified by:
getPreTokenGenerationConfigin interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
getUserMigration
Description copied from interface:CfnUserPool.LambdaConfigPropertyThe configuration of a migrate user Lambda trigger in a user pool. This trigger can create user profiles when users sign in or attempt to reset their password with credentials that don't exist yet.- Specified by:
getUserMigrationin interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
getVerifyAuthChallengeResponse
Description copied from interface:CfnUserPool.LambdaConfigPropertyThe configuration of a verify auth challenge Lambda trigger, one of three triggers in the sequence of the custom authentication challenge triggers .- Specified by:
getVerifyAuthChallengeResponsein interfaceCfnUserPool.LambdaConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-