Skip to main content

ICognitoIdentityProviderRiskExceptionConfigurationType

Interface in AWS.CognitoIdentityProvider

Interface for RiskExceptionConfigurationType.

Properties

BlockedIPRangeList

property BlockedIPRangeList: TList<string>

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

The IP range is in CIDR notation.

SkippedIPRangeList

property SkippedIPRangeList: TList<string>

Risk detection isn't performed on the IP addresses in this range list.

The IP range is in CIDR notation.

Methods

AddBlockedIPRange

function AddBlockedIPRange(const AIPRange: string): Integer;

Add an IP range to BlockedIPRangeList.

Parameters

NameDescription
AIPRangeSpecify an IP range to add to BlockedIPRangeList.

Returns

Returns the index of the IP range added to BlockedIPRangeList.

AddSkippedIPRange

function AddSkippedIPRange(const AIPRange: string): Integer;

Add an IP range to SkippedIPRangeList.

Parameters

NameDescription
AIPRangeSpecify an IP range to add to SkippedIPRangeList.

Returns

Returns the index of the IP range added to SkippedIPRangeList.