Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RiskExceptionConfigurationType

import type { RiskExceptionConfigurationType } from "https://aws-api.deno.dev/v0.4/services/cognitoidentityserviceprovider.ts?docs=full";

The type of the configuration to override the risk decision.

interface RiskExceptionConfigurationType {
BlockedIPRangeList?: string[] | null;
SkippedIPRangeList?: string[] | null;
}

§Properties

§
BlockedIPRangeList?: string[] | null
[src]

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.

§
SkippedIPRangeList?: string[] | null
[src]

Risk detection isn't performed on the IP addresses in this range list. The IP range is in CIDR notation.