AWS::Cognito::UserPoolRiskConfigurationAttachment RiskExceptionConfigurationType - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Cognito::UserPoolRiskConfigurationAttachment RiskExceptionConfigurationType

Exceptions to the risk evaluation configuration, including always-allow and always-block IP address ranges.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "BlockedIPRangeList" : [ String, ... ], "SkippedIPRangeList" : [ String, ... ] }

YAML

BlockedIPRangeList: - String SkippedIPRangeList: - String

Properties

BlockedIPRangeList

An always-block IP address list. Overrides the risk decision and always blocks authentication requests. This parameter is displayed and set in CIDR notation.

Required: No

Type: Array of String

Maximum: 200

Update requires: No interruption

SkippedIPRangeList

An always-allow IP address list. Risk detection isn't performed on the IP addresses in this range list. This parameter is displayed and set in CIDR notation.

Required: No

Type: Array of String

Maximum: 200

Update requires: No interruption