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

AccountTakeoverRiskConfigurationType

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

Configuration for mitigation actions and notification for different levels of risk detected for a potential account takeover.

interface AccountTakeoverRiskConfigurationType {
NotifyConfiguration?: NotifyConfigurationType | null;
}

§Properties

§

Account takeover risk configuration actions.

§
NotifyConfiguration?: NotifyConfigurationType | null
[src]

The notify configuration used to construct email notifications.