Show / Hide Table of Contents

Interface CfnUserPoolPropsMixin.IAdvancedSecurityAdditionalFlowsProperty

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

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Cognito
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnUserPoolPropsMixin.IAdvancedSecurityAdditionalFlowsProperty
Syntax (vb)
Public Interface CfnUserPoolPropsMixin.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.CfnPropertyMixins.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