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

NotifyConfigurationType

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

The notify configuration type.

interface NotifyConfigurationType {
BlockEmail?: NotifyEmailType | null;
From?: string | null;
MfaEmail?: NotifyEmailType | null;
NoActionEmail?: NotifyEmailType | null;
ReplyTo?: string | null;
SourceArn: string;
}

§Properties

§
BlockEmail?: NotifyEmailType | null
[src]

Email template used when a detected risk event is blocked.

§
From?: string | null
[src]

The email address that is sending the email. The address must be either individually verified with Amazon Simple Email Service, or from a domain that has been verified with Amazon SES.

§
MfaEmail?: NotifyEmailType | null
[src]

The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.

§
NoActionEmail?: NotifyEmailType | null
[src]

The email template used when a detected risk event is allowed.

§
ReplyTo?: string | null
[src]

The destination to which the receiver of an email should reply to.

§
SourceArn: string
[src]

The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy. This identity permits Amazon Cognito to send for the email address specified in the From parameter.