AWS::Cognito::UserPoolRiskConfigurationAttachment RiskExceptionConfigurationType
The type of the configuration to override the risk decision.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BlockedIPRangeList" :
[ String, ... ]
, "SkippedIPRangeList" :[ String, ... ]
}
YAML
BlockedIPRangeList:
- String
SkippedIPRangeList:- String
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 associated routing prefix.
Required: No
Type: List of String
Maximum:
20
Update requires: No interruption
SkippedIPRangeList
-
Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.
Required: No
Type: List of String
Maximum:
20
Update requires: No interruption