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

EmailConfigurationType

import type { EmailConfigurationType } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cognitoidentityserviceprovider.ts";
interface EmailConfigurationType {
ConfigurationSet?: string | null;
EmailSendingAccount?: EmailSendingAccountType | null;
From?: string | null;
ReplyToEmailAddress?: string | null;
SourceArn?: string | null;
}

§Properties

§
ConfigurationSet?: string | null
[src]
§
EmailSendingAccount?: EmailSendingAccountType | null
[src]
§
From?: string | null
[src]
§
ReplyToEmailAddress?: string | null
[src]
§
SourceArn?: string | null
[src]