AWS::Cognito::UserPoolRiskConfigurationAttachment RiskExceptionConfigurationType - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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" : [ 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