Show / Hide Table of Contents

Interface CfnUserPoolRegionalConfigurationAttachment.ILambdaConfigProperty

Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnUserPoolRegionalConfigurationAttachment.ILambdaConfigProperty
Syntax (vb)
Public Interface CfnUserPoolRegionalConfigurationAttachment.ILambdaConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Cognito;

             var lambdaConfigProperty = new LambdaConfigProperty {
                 CreateAuthChallenge = "createAuthChallenge",
                 CustomEmailSender = new CustomEmailSenderProperty {
                     LambdaArn = "lambdaArn",
                     LambdaVersion = "lambdaVersion"
                 },
                 CustomMessage = "customMessage",
                 CustomSmsSender = new CustomSMSSenderProperty {
                     LambdaArn = "lambdaArn",
                     LambdaVersion = "lambdaVersion"
                 },
                 DefineAuthChallenge = "defineAuthChallenge",
                 InboundFederation = new InboundFederationProperty {
                     LambdaArn = "lambdaArn",
                     LambdaVersion = "lambdaVersion"
                 },
                 KmsKeyId = "kmsKeyId",
                 PostAuthentication = "postAuthentication",
                 PostConfirmation = "postConfirmation",
                 PreAuthentication = "preAuthentication",
                 PreSignUp = "preSignUp",
                 PreTokenGeneration = "preTokenGeneration",
                 PreTokenGenerationConfig = new PreTokenGenerationConfigProperty {
                     LambdaArn = "lambdaArn",
                     LambdaVersion = "lambdaVersion"
                 },
                 UserMigration = "userMigration",
                 VerifyAuthChallengeResponse = "verifyAuthChallengeResponse"
             };

Synopsis

Properties

CreateAuthChallenge
CustomEmailSender
CustomMessage
CustomSmsSender
DefineAuthChallenge
InboundFederation
KmsKeyId
PostAuthentication
PostConfirmation
PreAuthentication
PreSignUp
PreTokenGeneration
PreTokenGenerationConfig
UserMigration
VerifyAuthChallengeResponse

Properties

CreateAuthChallenge

string? CreateAuthChallenge { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-createauthchallenge

CustomEmailSender

object? CustomEmailSender { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-customemailsender

Type union: either IResolvable or CfnUserPoolRegionalConfigurationAttachment.ICustomEmailSenderProperty

CustomMessage

string? CustomMessage { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-custommessage

CustomSmsSender

object? CustomSmsSender { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-customsmssender

Type union: either IResolvable or CfnUserPoolRegionalConfigurationAttachment.ICustomSMSSenderProperty

DefineAuthChallenge

string? DefineAuthChallenge { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-defineauthchallenge

InboundFederation

object? InboundFederation { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-inboundfederation

Type union: either IResolvable or CfnUserPoolRegionalConfigurationAttachment.IInboundFederationProperty

KmsKeyId

string? KmsKeyId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-kmskeyid

PostAuthentication

string? PostAuthentication { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-postauthentication

PostConfirmation

string? PostConfirmation { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-postconfirmation

PreAuthentication

string? PreAuthentication { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-preauthentication

PreSignUp

string? PreSignUp { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-presignup

PreTokenGeneration

string? PreTokenGeneration { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-pretokengeneration

PreTokenGenerationConfig

object? PreTokenGenerationConfig { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-pretokengenerationconfig

Type union: either IResolvable or CfnUserPoolRegionalConfigurationAttachment.IPreTokenGenerationConfigProperty

UserMigration

string? UserMigration { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-usermigration

VerifyAuthChallengeResponse

string? VerifyAuthChallengeResponse { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-lambdaconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-lambdaconfig-verifyauthchallengeresponse

Back to top Generated by DocFX