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-16vtt531a2w0.deno.dev/v0.2/services/cognitoidentityserviceprovider.ts";
interface NotifyConfigurationType {
BlockEmail?: NotifyEmailType | null;
From?: string | null;
MfaEmail?: NotifyEmailType | null;
NoActionEmail?: NotifyEmailType | null;
ReplyTo?: string | null;
SourceArn: string;
}

§Properties

§
BlockEmail?: NotifyEmailType | null
[src]
§
From?: string | null
[src]
§
MfaEmail?: NotifyEmailType | null
[src]
§
NoActionEmail?: NotifyEmailType | null
[src]
§
ReplyTo?: string | null
[src]
§
SourceArn: string
[src]