Class UserPoolLambdaConfigGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolLambdaConfigGetArgs : ResourceArgs
Constructors
View SourceUserPoolLambdaConfigGetArgs()
Declaration
public UserPoolLambdaConfigGetArgs()
Properties
View SourceCreateAuthChallenge
The ARN of the lambda creating an authentication challenge.
Declaration
public Input<string> CreateAuthChallenge { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CustomMessage
A custom Message AWS Lambda trigger.
Declaration
public Input<string> CustomMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefineAuthChallenge
Defines the authentication challenge.
Declaration
public Input<string> DefineAuthChallenge { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PostAuthentication
A post-authentication AWS Lambda trigger.
Declaration
public Input<string> PostAuthentication { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PostConfirmation
A post-confirmation AWS Lambda trigger.
Declaration
public Input<string> PostConfirmation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PreAuthentication
A pre-authentication AWS Lambda trigger.
Declaration
public Input<string> PreAuthentication { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PreSignUp
A pre-registration AWS Lambda trigger.
Declaration
public Input<string> PreSignUp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PreTokenGeneration
Allow to customize identity token claims before token generation.
Declaration
public Input<string> PreTokenGeneration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserMigration
The user migration Lambda config type.
Declaration
public Input<string> UserMigration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VerifyAuthChallengeResponse
Verifies the authentication challenge response.
Declaration
public Input<string> VerifyAuthChallengeResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |