Show / Hide Table of Contents

Class UserPoolLambdaConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserPoolLambdaConfigArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolLambdaConfigArgs : ResourceArgs

Constructors

View Source

UserPoolLambdaConfigArgs()

Declaration
public UserPoolLambdaConfigArgs()

Properties

View Source

CreateAuthChallenge

The ARN of the lambda creating an authentication challenge.

Declaration
public Input<string> CreateAuthChallenge { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CustomMessage

A custom Message AWS Lambda trigger.

Declaration
public Input<string> CustomMessage { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DefineAuthChallenge

Defines the authentication challenge.

Declaration
public Input<string> DefineAuthChallenge { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PostAuthentication

A post-authentication AWS Lambda trigger.

Declaration
public Input<string> PostAuthentication { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PostConfirmation

A post-confirmation AWS Lambda trigger.

Declaration
public Input<string> PostConfirmation { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PreAuthentication

A pre-authentication AWS Lambda trigger.

Declaration
public Input<string> PreAuthentication { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PreSignUp

A pre-registration AWS Lambda trigger.

Declaration
public Input<string> PreSignUp { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PreTokenGeneration

Allow to customize identity token claims before token generation.

Declaration
public Input<string> PreTokenGeneration { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserMigration

The user migration Lambda config type.

Declaration
public Input<string> UserMigration { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VerifyAuthChallengeResponse

Verifies the authentication challenge response.

Declaration
public Input<string> VerifyAuthChallengeResponse { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.