Show / Hide Table of Contents

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 Source

CreateAuthChallenge

The ARN of the lambda creating an authentication challenge.

Declaration
public readonly string CreateAuthChallenge
Field Value
Type Description
System.String
View Source

CustomMessage

A custom Message AWS Lambda trigger.

Declaration
public readonly string CustomMessage
Field Value
Type Description
System.String
View Source

DefineAuthChallenge

Defines the authentication challenge.

Declaration
public readonly string DefineAuthChallenge
Field Value
Type Description
System.String
View Source

PostAuthentication

A post-authentication AWS Lambda trigger.

Declaration
public readonly string PostAuthentication
Field Value
Type Description
System.String
View Source

PostConfirmation

A post-confirmation AWS Lambda trigger.

Declaration
public readonly string PostConfirmation
Field Value
Type Description
System.String
View Source

PreAuthentication

A pre-authentication AWS Lambda trigger.

Declaration
public readonly string PreAuthentication
Field Value
Type Description
System.String
View Source

PreSignUp

A pre-registration AWS Lambda trigger.

Declaration
public readonly string PreSignUp
Field Value
Type Description
System.String
View Source

PreTokenGeneration

Allow to customize identity token claims before token generation.

Declaration
public readonly string PreTokenGeneration
Field Value
Type Description
System.String
View Source

UserMigration

The user migration Lambda config type.

Declaration
public readonly string UserMigration
Field Value
Type Description
System.String
View Source

VerifyAuthChallengeResponse

Verifies the authentication challenge response.

Declaration
public readonly string VerifyAuthChallengeResponse
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.