interface UserPoolAddOnsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.CfnUserPool.UserPoolAddOnsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#CfnUserPool_UserPoolAddOnsProperty |
![]() | software.amazon.awscdk.services.cognito.CfnUserPool.UserPoolAddOnsProperty |
![]() | aws_cdk.aws_cognito.CfnUserPool.UserPoolAddOnsProperty |
![]() | aws-cdk-lib » aws_cognito » CfnUserPool » UserPoolAddOnsProperty |
User pool add-ons.
Contains settings for activation of threat protection. To log user security information but take no action, set to AUDIT
. To configure automatic security responses to risky traffic to your user pool, set to ENFORCED
.
For more information, see Adding advanced security to a user pool . To activate this setting, your user pool must be on the Plus tier .
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 userPoolAddOnsProperty: cognito.CfnUserPool.UserPoolAddOnsProperty = {
advancedSecurityAdditionalFlows: {
customAuthMode: 'customAuthMode',
},
advancedSecurityMode: 'advancedSecurityMode',
};
Properties
Name | Type | Description |
---|---|---|
advanced | IResolvable | Advanced | Threat protection configuration options for additional authentication types in your user pool, including custom authentication. |
advanced | string | The operating mode of threat protection for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication. |
advancedSecurityAdditionalFlows?
Type:
IResolvable
|
Advanced
(optional)
Threat protection configuration options for additional authentication types in your user pool, including custom authentication.
advancedSecurityMode?
Type:
string
(optional)
The operating mode of threat protection for standard authentication types in your user pool, including username-password and secure remote password (SRP) authentication.