Class UserPoolLambdaConfig
Inheritance
System.Object
UserPoolLambdaConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cognito.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolLambdaConfig
Fields
View SourceCreateAuthChallenge
The ARN of the lambda creating an authentication challenge.
Declaration
public readonly string CreateAuthChallenge
Field Value
| Type | Description |
|---|---|
| System.String |
CustomMessage
A custom Message AWS Lambda trigger.
Declaration
public readonly string CustomMessage
Field Value
| Type | Description |
|---|---|
| System.String |
DefineAuthChallenge
Defines the authentication challenge.
Declaration
public readonly string DefineAuthChallenge
Field Value
| Type | Description |
|---|---|
| System.String |
PostAuthentication
A post-authentication AWS Lambda trigger.
Declaration
public readonly string PostAuthentication
Field Value
| Type | Description |
|---|---|
| System.String |
PostConfirmation
A post-confirmation AWS Lambda trigger.
Declaration
public readonly string PostConfirmation
Field Value
| Type | Description |
|---|---|
| System.String |
PreAuthentication
A pre-authentication AWS Lambda trigger.
Declaration
public readonly string PreAuthentication
Field Value
| Type | Description |
|---|---|
| System.String |
PreSignUp
A pre-registration AWS Lambda trigger.
Declaration
public readonly string PreSignUp
Field Value
| Type | Description |
|---|---|
| System.String |
PreTokenGeneration
Allow to customize identity token claims before token generation.
Declaration
public readonly string PreTokenGeneration
Field Value
| Type | Description |
|---|---|
| System.String |
UserMigration
The user migration Lambda config type.
Declaration
public readonly string UserMigration
Field Value
| Type | Description |
|---|---|
| System.String |
VerifyAuthChallengeResponse
Verifies the authentication challenge response.
Declaration
public readonly string VerifyAuthChallengeResponse
Field Value
| Type | Description |
|---|---|
| System.String |