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

AccountTakeoverActionsType

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

Account takeover actions type.

interface AccountTakeoverActionsType {
HighAction?: AccountTakeoverActionType | null;
LowAction?: AccountTakeoverActionType | null;
MediumAction?: AccountTakeoverActionType | null;
}

§Properties

§
HighAction?: AccountTakeoverActionType | null
[src]

Action to take for a high risk.

§

Action to take for a low risk.

§
MediumAction?: AccountTakeoverActionType | null
[src]

Action to take for a medium risk.