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

CompromisedCredentialsRiskConfigurationType

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

The compromised credentials risk configuration type.

interface CompromisedCredentialsRiskConfigurationType {
EventFilter?: EventFilterType[] | null;
}

§Properties

§

The compromised credentials risk configuration actions.

§
EventFilter?: EventFilterType[] | null
[src]

Perform the action for these events. The default is to perform all events if no event filter is specified.