You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::RiskExceptionConfigurationType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RiskExceptionConfigurationType as input to an Aws::Client method, you can use a vanilla Hash:

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

The type of the configuration to override the risk decision.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#blocked_ip_range_listArray<String>

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.

Returns:

  • (Array<String>)

    Overrides the risk decision to always block the pre-authentication requests.

#skipped_ip_range_listArray<String>

Risk detection is not performed on the IP addresses in the range list. The IP range is in CIDR notation.

Returns:

  • (Array<String>)

    Risk detection is not performed on the IP addresses in the range list.