AWS::Cognito::UserPoolRiskConfigurationAttachment RiskExceptionConfigurationType - AWS CloudFormation

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 routing prefix.

Required: No

Type: Array 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: Array of String

Maximum: 200

Update requires: No interruption