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