interface AdvancedSecurityAdditionalFlowsProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.Cognito.CfnUserPool.AdvancedSecurityAdditionalFlowsProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#CfnUserPool_AdvancedSecurityAdditionalFlowsProperty | 
  Java | software.amazon.awscdk.services.cognito.CfnUserPool.AdvancedSecurityAdditionalFlowsProperty | 
  Python | aws_cdk.aws_cognito.CfnUserPool.AdvancedSecurityAdditionalFlowsProperty | 
  TypeScript  | aws-cdk-lib » aws_cognito » CfnUserPool » AdvancedSecurityAdditionalFlowsProperty | 
Threat protection configuration options for additional authentication types in your user pool, including custom authentication.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from 'aws-cdk-lib';
const advancedSecurityAdditionalFlowsProperty: cognito.CfnUserPool.AdvancedSecurityAdditionalFlowsProperty = {
  customAuthMode: 'customAuthMode',
};
Properties
| Name | Type | Description | 
|---|---|---|
| custom | string | The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers . | 
customAuthMode?
Type:
string
(optional)
The operating mode of threat protection in custom authentication with Custom authentication challenge Lambda triggers .

 .NET
 Go
 Java
 Python
 TypeScript