class Aws::CognitoIdentityProvider::Types::RiskExceptionConfigurationType

The type of the configuration to override the risk decision.

@note When making an API call, you may pass RiskExceptionConfigurationType

data as a hash:

    {
      blocked_ip_range_list: ["StringType"],
      skipped_ip_range_list: ["StringType"],
    }

@!attribute [rw] blocked_ip_range_list

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.
@return [Array<String>]

@!attribute [rw] skipped_ip_range_list

Risk detection is not performed on the IP addresses in the range
list. The IP range is in CIDR notation.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/RiskExceptionConfigurationType AWS API Documentation

Constants

SENSITIVE