interface AdvancedSecurityAdditionalFlowsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Cognito.CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscognito#CfnUserPoolPropsMixin_AdvancedSecurityAdditionalFlowsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty |
Python | aws_cdk.cfn_property_mixins.aws_cognito.CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cognito » CfnUserPoolPropsMixin » 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/cfn-property-mixins';
const advancedSecurityAdditionalFlowsProperty: cognito.CfnUserPoolPropsMixin.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