Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

An object that describes the recipients for an email.

Hierarchy

  • Destination

Properties

BccAddresses?: string[]

An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.

CcAddresses?: string[]

An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.

ToAddresses?: string[]

An array that contains the email addresses of the "To" recipients for the email.