Class CfnUserPool.AdvancedSecurityAdditionalFlowsProperty
Threat protection configuration options for additional authentication types in your user pool, including custom authentication.
Inherited Members
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
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
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; }