interface AdvancedSecurityAdditionalFlowsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Cognito.Mixins.CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscognito/mixins#CfnUserPoolPropsMixin_AdvancedSecurityAdditionalFlowsProperty |
Java | software.amazon.awscdk.mixins.preview.services.cognito.mixins.CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty |
Python | aws_cdk.mixins_preview.aws_cognito.mixins.CfnUserPoolPropsMixin.AdvancedSecurityAdditionalFlowsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_cognito » mixins » 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 { mixins as cognito_mixins } from '@aws-cdk/mixins-preview/aws-cognito';
const advancedSecurityAdditionalFlowsProperty: cognito_mixins.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