Skip to main content

ISESV2PutDeliverabilityDashboardOptionRequest

Interface in AWS.SESV2

Interface for PutDeliverabilityDashboardOption requests.

Ancestors

Properties

DashboardEnabled

property DashboardEnabled: Boolean

Enables or disables the Deliverability dashboard for your Amazon SES account.

When enabled, the Deliverability dashboard provides access to reputation metrics, deliverability statistics, and other insights for the domains you use to send email. It also enables predictive inbox placement testing capabilities. Set to True to enable the dashboard, or False to disable it. Enabling the dashboard incurs a monthly subscription charge in addition to standard Amazon SES usage fees. This field is required and determines whether the advanced deliverability features are activated for your account.

SubscribedDomains

property SubscribedDomains: TList<ISESV2DomainDeliverabilityTrackingOption>

Type: ISESV2DomainDeliverabilityTrackingOption

A list of verified domains for which to enable Deliverability dashboard tracking.

Each domain in this array must be a verified domain in your Amazon SES account that you want to monitor with the Deliverability dashboard. The array contains domain configuration objects specifying tracking options for each domain. For each subscribed domain, you can configure inbox placement tracking options including global tracking and specific ISP (Internet Service Provider) monitoring to get detailed deliverability insights. This field is optional, but domains must be specified here to receive detailed deliverability metrics and inbox placement test results for those domains.

Methods

AddSubscribedDomain

procedure AddSubscribedDomain(const ASubscribedDomain: ISESV2DomainDeliverabilityTrackingOption);

ISESV2DomainDeliverabilityTrackingOption

Add a domain to SubscribedDomains.

Parameters

NameDescription
ASubscribedDomainSpecify a verified domain that you use to send email and enabled the Deliverability dashboard for.