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
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; }