@Stability(value=Stable)
public static interface CfnUserPool.LambdaConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPool.LambdaConfigProperty.Builder
A builder for
CfnUserPool.LambdaConfigProperty |
static class |
CfnUserPool.LambdaConfigProperty.Jsii$Proxy
An implementation for
CfnUserPool.LambdaConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPool.LambdaConfigProperty.Builder |
builder() |
default String |
getCreateAuthChallenge()
`CfnUserPool.LambdaConfigProperty.CreateAuthChallenge`.
|
default Object |
getCustomEmailSender()
`CfnUserPool.LambdaConfigProperty.CustomEmailSender`.
|
default String |
getCustomMessage()
`CfnUserPool.LambdaConfigProperty.CustomMessage`.
|
default Object |
getCustomSmsSender()
`CfnUserPool.LambdaConfigProperty.CustomSMSSender`.
|
default String |
getDefineAuthChallenge()
`CfnUserPool.LambdaConfigProperty.DefineAuthChallenge`.
|
default String |
getKmsKeyId()
`CfnUserPool.LambdaConfigProperty.KMSKeyID`.
|
default String |
getPostAuthentication()
`CfnUserPool.LambdaConfigProperty.PostAuthentication`.
|
default String |
getPostConfirmation()
`CfnUserPool.LambdaConfigProperty.PostConfirmation`.
|
default String |
getPreAuthentication()
`CfnUserPool.LambdaConfigProperty.PreAuthentication`.
|
default String |
getPreSignUp()
`CfnUserPool.LambdaConfigProperty.PreSignUp`.
|
default String |
getPreTokenGeneration()
`CfnUserPool.LambdaConfigProperty.PreTokenGeneration`.
|
default String |
getUserMigration()
`CfnUserPool.LambdaConfigProperty.UserMigration`.
|
default String |
getVerifyAuthChallengeResponse()
`CfnUserPool.LambdaConfigProperty.VerifyAuthChallengeResponse`.
|
@Stability(value=Stable) @Nullable default String getCreateAuthChallenge()
@Stability(value=Stable) @Nullable default Object getCustomEmailSender()
@Stability(value=Stable) @Nullable default String getCustomMessage()
@Stability(value=Stable) @Nullable default Object getCustomSmsSender()
@Stability(value=Stable) @Nullable default String getDefineAuthChallenge()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
@Stability(value=Stable) @Nullable default String getPostAuthentication()
@Stability(value=Stable) @Nullable default String getPostConfirmation()
@Stability(value=Stable) @Nullable default String getPreAuthentication()
@Stability(value=Stable) @Nullable default String getPreSignUp()
@Stability(value=Stable) @Nullable default String getPreTokenGeneration()
@Stability(value=Stable) @Nullable default String getUserMigration()
@Stability(value=Stable) @Nullable default String getVerifyAuthChallengeResponse()
@Stability(value=Stable) static CfnUserPool.LambdaConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.