AWS::Cognito::UserPool UserPoolAddOns
User pool add-ons. Contains settings for activation of advanced security features. 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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AdvancedSecurityMode" :
String
}
YAML
AdvancedSecurityMode:
String
Properties
AdvancedSecurityMode
-
The operating mode of advanced security features in your user pool.
Required: No
Type: String
Allowed values:
AUDIT | ENFORCED | OFF
Update requires: No interruption