LambdaConfigType
public struct LambdaConfigType : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Creates an authentication challenge. DeclarationSwift public let createAuthChallenge: String?
- 
                  
                  A custom Message AWS Lambda trigger. DeclarationSwift public let customMessage: String?
- 
                  
                  Defines the authentication challenge. DeclarationSwift public let defineAuthChallenge: String?
- 
                  
                  A post-authentication AWS Lambda trigger. DeclarationSwift public let postAuthentication: String?
- 
                  
                  A post-confirmation AWS Lambda trigger. DeclarationSwift public let postConfirmation: String?
- 
                  
                  A pre-authentication AWS Lambda trigger. DeclarationSwift public let preAuthentication: String?
- 
                  
                  A pre-registration AWS Lambda trigger. DeclarationSwift public let preSignUp: String?
- 
                  
                  A Lambda trigger that is invoked before token generation. DeclarationSwift public let preTokenGeneration: String?
- 
                  
                  The user migration Lambda config type. DeclarationSwift public let userMigration: String?
- 
                  
                  Verifies the authentication challenge response. DeclarationSwift public let verifyAuthChallengeResponse: String?
- 
                  init(createAuthChallenge:customMessage:defineAuthChallenge:postAuthentication:postConfirmation:preAuthentication:preSignUp:preTokenGeneration:userMigration:verifyAuthChallengeResponse:)Undocumented DeclarationSwift public init(createAuthChallenge: String? = nil, customMessage: String? = nil, defineAuthChallenge: String? = nil, postAuthentication: String? = nil, postConfirmation: String? = nil, preAuthentication: String? = nil, preSignUp: String? = nil, preTokenGeneration: String? = nil, userMigration: String? = nil, verifyAuthChallengeResponse: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub LambdaConfigType Structure Reference
        LambdaConfigType Structure Reference