AWS::Cognito::UserPoolRiskConfigurationAttachment RiskExceptionConfigurationType
The type of the configuration to override the risk decision.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BlockedIPRangeList" :
List
, "SkippedIPRangeList" :List
}
YAML
BlockedIPRangeList:
List
SkippedIPRangeList:List
Properties
BlockedIPRangeList
-
Overrides the risk decision to always block the pre-authentication requests. The IP range is in CIDR notation, a compact representation of an IP address and its routing prefix.
Required: No
Type: List of String
Maximum:
200
Update requires: No interruption
SkippedIPRangeList
-
Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.
Required: No
Type: List of String
Maximum:
200
Update requires: No interruption