Show / Hide Table of Contents

Class CfnUserPool.AdvancedSecurityAdditionalFlowsProperty

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

Inheritance
object
CfnUserPool.AdvancedSecurityAdditionalFlowsProperty
Implements
CfnUserPool.IAdvancedSecurityAdditionalFlowsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnUserPool.AdvancedSecurityAdditionalFlowsProperty : CfnUserPool.IAdvancedSecurityAdditionalFlowsProperty
Syntax (vb)
Public Class CfnUserPool.AdvancedSecurityAdditionalFlowsProperty Implements 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

Constructors

AdvancedSecurityAdditionalFlowsProperty()

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

Properties

CustomAuthMode

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

Constructors

AdvancedSecurityAdditionalFlowsProperty()

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

public AdvancedSecurityAdditionalFlowsProperty()
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"
             };

Properties

CustomAuthMode

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

public string? CustomAuthMode { get; set; }
Property Value

string

Remarks

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

Implements

CfnUserPool.IAdvancedSecurityAdditionalFlowsProperty
Back to top Generated by DocFX