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

EmailChannelRequest

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

Specifies the status and settings of the email channel for an application.

interface EmailChannelRequest {
ConfigurationSet?: string | null;
Enabled?: boolean | null;
FromAddress: string;
Identity: string;
RoleArn?: string | null;
}

§Properties

§
ConfigurationSet?: string | null
[src]

The Amazon SES configuration set that you want to apply to messages that you send through the channel.

§
Enabled?: boolean | null
[src]

Specifies whether to enable the email channel for the application.

§
FromAddress: string
[src]

The verified email address that you want to send email from when you send email through the channel.

§
Identity: string
[src]

The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.

§
RoleArn?: string | null
[src]

The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.