AWSCognitoIdentityProviderRiskExceptionConfigurationType

Objective-C

@interface AWSCognitoIdentityProviderRiskExceptionConfigurationType

Swift

class AWSCognitoIdentityProviderRiskExceptionConfigurationType

The type of the configuration to override the risk decision.

  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable blockedIPRangeList;

    Swift

    var blockedIPRangeList: [String]? { get set }
  • Risk detection isn’t performed on the IP addresses in this range list. The IP range is in CIDR notation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable skippedIPRangeList;

    Swift

    var skippedIPRangeList: [String]? { get set }