Interface CfnUserPoolRegionalConfigurationAttachment.LambdaConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPoolRegionalConfigurationAttachment.LambdaConfigProperty.Jsii$Proxy
- Enclosing class:
CfnUserPoolRegionalConfigurationAttachment
@Stability(Stable)
public static interface CfnUserPoolRegionalConfigurationAttachment.LambdaConfigProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
LambdaConfigProperty lambdaConfigProperty = LambdaConfigProperty.builder()
.createAuthChallenge("createAuthChallenge")
.customEmailSender(CustomEmailSenderProperty.builder()
.lambdaArn("lambdaArn")
.lambdaVersion("lambdaVersion")
.build())
.customMessage("customMessage")
.customSmsSender(CustomSMSSenderProperty.builder()
.lambdaArn("lambdaArn")
.lambdaVersion("lambdaVersion")
.build())
.defineAuthChallenge("defineAuthChallenge")
.inboundFederation(InboundFederationProperty.builder()
.lambdaArn("lambdaArn")
.lambdaVersion("lambdaVersion")
.build())
.kmsKeyId("kmsKeyId")
.postAuthentication("postAuthentication")
.postConfirmation("postConfirmation")
.preAuthentication("preAuthentication")
.preSignUp("preSignUp")
.preTokenGeneration("preTokenGeneration")
.preTokenGenerationConfig(PreTokenGenerationConfigProperty.builder()
.lambdaArn("lambdaArn")
.lambdaVersion("lambdaVersion")
.build())
.userMigration("userMigration")
.verifyAuthChallengeResponse("verifyAuthChallengeResponse")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnUserPoolRegionalConfigurationAttachment.LambdaConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Stringdefault ObjectReturns union: eitherIResolvableorCfnUserPoolRegionalConfigurationAttachment.CustomEmailSenderPropertydefault Stringdefault ObjectReturns union: eitherIResolvableorCfnUserPoolRegionalConfigurationAttachment.CustomSMSSenderPropertydefault Stringdefault ObjectReturns union: eitherIResolvableorCfnUserPoolRegionalConfigurationAttachment.InboundFederationPropertydefault Stringdefault Stringdefault Stringdefault Stringdefault Stringdefault Stringdefault ObjectReturns union: eitherIResolvableorCfnUserPoolRegionalConfigurationAttachment.PreTokenGenerationConfigPropertydefault Stringdefault StringMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCreateAuthChallenge
- See Also:
-
getCustomEmailSender
Returns union: eitherIResolvableorCfnUserPoolRegionalConfigurationAttachment.CustomEmailSenderProperty- See Also:
-
getCustomMessage
- See Also:
-
getCustomSmsSender
Returns union: eitherIResolvableorCfnUserPoolRegionalConfigurationAttachment.CustomSMSSenderProperty- See Also:
-
getDefineAuthChallenge
- See Also:
-
getInboundFederation
Returns union: eitherIResolvableorCfnUserPoolRegionalConfigurationAttachment.InboundFederationProperty- See Also:
-
getKmsKeyId
- See Also:
-
getPostAuthentication
- See Also:
-
getPostConfirmation
- See Also:
-
getPreAuthentication
- See Also:
-
getPreSignUp
- See Also:
-
getPreTokenGeneration
- See Also:
-
getPreTokenGenerationConfig
Returns union: eitherIResolvableorCfnUserPoolRegionalConfigurationAttachment.PreTokenGenerationConfigProperty- See Also:
-
getUserMigration
- See Also:
-
getVerifyAuthChallengeResponse
- See Also:
-
builder
@Stability(Stable) static CfnUserPoolRegionalConfigurationAttachment.LambdaConfigProperty.Builder builder()
-