Show / Hide Table of Contents

Interface CfnUserPool.IAdvancedSecurityAdditionalFlowsProperty

Threat protection configuration options for additional authentication types in your user pool, including custom authentication.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-advancedsecurityadditionalflows.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 advancedSecurityAdditionalFlowsProperty = new AdvancedSecurityAdditionalFlowsProperty {
                 CustomAuthMode = "customAuthMode"
             };

Synopsis

Properties

CustomAuthMode

The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers .

Properties

CustomAuthMode

The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers .

string? CustomAuthMode { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpool-advancedsecurityadditionalflows.html#cfn-cognito-userpool-advancedsecurityadditionalflows-customauthmode

Back to top Generated by DocFX