AWS::Cognito::UserPoolRiskConfigurationAttachment AccountTakeoverActionsType
A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "HighAction" :
AccountTakeoverActionType
, "LowAction" :AccountTakeoverActionType
, "MediumAction" :AccountTakeoverActionType
}
YAML
HighAction:
AccountTakeoverActionType
LowAction:AccountTakeoverActionType
MediumAction:AccountTakeoverActionType
Properties
HighAction
-
The action that you assign to a high-risk assessment by threat protection.
Required: No
Type: AccountTakeoverActionType
Update requires: No interruption
LowAction
-
The action that you assign to a low-risk assessment by threat protection.
Required: No
Type: AccountTakeoverActionType
Update requires: No interruption
MediumAction
-
The action that you assign to a medium-risk assessment by threat protection.
Required: No
Type: AccountTakeoverActionType
Update requires: No interruption