Class CfnUserPoolPropsMixin.LambdaConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolPropsMixin.LambdaConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPoolPropsMixin.LambdaConfigProperty
CfnUserPoolPropsMixin.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.cfnpropertymixins.services.cognito.CfnUserPoolPropsMixin.LambdaConfigProperty
CfnUserPoolPropsMixin.LambdaConfigProperty.Builder, CfnUserPoolPropsMixin.LambdaConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserPoolPropsMixin.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 ObjectThe 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 ObjectA custom message Lambda trigger.final ObjectThe configuration of a custom SMS sender Lambda trigger.final ObjectThe configuration of a define auth challenge Lambda trigger, one of three triggers in the sequence of the custom authentication challenge triggers .final ObjectReturns union: eitherIResolvableorCfnUserPoolPropsMixin.InboundFederationPropertyfinal ObjectThe ARN of an KMS key .final ObjectThe configuration of a post authentication Lambda trigger in a user pool.final ObjectThe configuration of a post confirmation Lambda trigger in a user pool.final ObjectThe configuration of a pre authentication trigger in a user pool.final ObjectThe configuration of a pre sign-up Lambda trigger in a user pool.final ObjectThe 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 ObjectThe 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 theCfnUserPoolPropsMixin.LambdaConfigProperty.Builder.
-
-
Method Details
-
getCreateAuthChallenge
Description copied from interface:CfnUserPoolPropsMixin.LambdaConfigPropertyThe configuration of a create auth challenge Lambda trigger, one of three triggers in the sequence of the custom authentication challenge triggers .Returns union: either
StringorIFunctionRef- Specified by:
getCreateAuthChallengein interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getCustomEmailSender
Description copied from interface:CfnUserPoolPropsMixin.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
IResolvableorCfnUserPoolPropsMixin.CustomEmailSenderProperty- Specified by:
getCustomEmailSenderin interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getCustomMessage
Description copied from interface:CfnUserPoolPropsMixin.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.
Returns union: either
StringorIFunctionRef- Specified by:
getCustomMessagein interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getCustomSmsSender
Description copied from interface:CfnUserPoolPropsMixin.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
IResolvableorCfnUserPoolPropsMixin.CustomSMSSenderProperty- Specified by:
getCustomSmsSenderin interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getDefineAuthChallenge
Description copied from interface:CfnUserPoolPropsMixin.LambdaConfigPropertyThe configuration of a define auth challenge Lambda trigger, one of three triggers in the sequence of the custom authentication challenge triggers .Returns union: either
StringorIFunctionRef- Specified by:
getDefineAuthChallengein interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getInboundFederation
Description copied from interface:CfnUserPoolPropsMixin.LambdaConfigPropertyReturns union: eitherIResolvableorCfnUserPoolPropsMixin.InboundFederationProperty- Specified by:
getInboundFederationin interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getKmsKeyId
Description copied from interface:CfnUserPoolPropsMixin.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 interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getPostAuthentication
Description copied from interface:CfnUserPoolPropsMixin.LambdaConfigPropertyThe configuration of a post authentication Lambda trigger in a user pool. This trigger can take custom actions after a user signs in.Returns union: either
StringorIFunctionRef- Specified by:
getPostAuthenticationin interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getPostConfirmation
Description copied from interface:CfnUserPoolPropsMixin.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.Returns union: either
StringorIFunctionRef- Specified by:
getPostConfirmationin interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getPreAuthentication
Description copied from interface:CfnUserPoolPropsMixin.LambdaConfigPropertyThe configuration of a pre authentication trigger in a user pool. This trigger can evaluate and modify user sign-in events.Returns union: either
StringorIFunctionRef- Specified by:
getPreAuthenticationin interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getPreSignUp
Description copied from interface:CfnUserPoolPropsMixin.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.Returns union: either
StringorIFunctionRef- Specified by:
getPreSignUpin interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getPreTokenGeneration
Description copied from interface:CfnUserPoolPropsMixin.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.Returns union: either
StringorIFunctionRef- Specified by:
getPreTokenGenerationin interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getPreTokenGenerationConfig
Description copied from interface:CfnUserPoolPropsMixin.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
IResolvableorCfnUserPoolPropsMixin.PreTokenGenerationConfigProperty- Specified by:
getPreTokenGenerationConfigin interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getUserMigration
Description copied from interface:CfnUserPoolPropsMixin.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 interfaceCfnUserPoolPropsMixin.LambdaConfigProperty- See Also:
-
getVerifyAuthChallengeResponse
Description copied from interface:CfnUserPoolPropsMixin.LambdaConfigPropertyThe configuration of a verify auth challenge Lambda trigger, one of three triggers in the sequence of the custom authentication challenge triggers .Returns union: either
StringorIFunctionRef- Specified by:
getVerifyAuthChallengeResponsein interfaceCfnUserPoolPropsMixin.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()
-