ISESV2GetDeliverabilityDashboardOptionsResponse
Interface in AWS.SESV2
Interface for GetDeliverabilityDashboardOptions responses.
Ancestors
Properties
AccountStatus
property AccountStatus: string
The current status of your Deliverability dashboard subscription.
Possible account status values include:
ACTIVE– The subscription is currently active and functionalPENDING_EXPIRATION– The subscription is scheduled to expire at the end of the current calendar monthDISABLED– The Deliverability dashboard is not enabled for your account When the status isPENDING_EXPIRATION, you should renew your subscription to continue accessing deliverability metrics and inbox placement testing capabilities.
ActiveSubscribedDomains
property ActiveSubscribedDomains: TList<ISESV2DomainDeliverabilityTrackingOption>
Type: ISESV2DomainDeliverabilityTrackingOption
A list of verified domains with active Deliverability dashboard subscriptions.
This list contains one entry for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that is not scheduled to expire at the end of the current calendar month. Each domain entry includes subscription details and inbox placement tracking options. Active subscribed domains provide access to reputation metrics, deliverability insights, and predictive inbox placement tests for monitoring email performance and optimizing delivery rates.
DashboardEnabled
property DashboardEnabled: TOptional<Boolean>
Indicates whether the Deliverability dashboard is enabled for your account.
When True, the Deliverability dashboard is enabled and you have access to reputation metrics, deliverability insights, and predictive inbox placement testing capabilities. When False, these features are not available. Enabling the Deliverability dashboard incurs a monthly subscription charge in addition to standard Amazon SES usage fees.
PendingExpirationSubscribedDomains
property PendingExpirationSubscribedDomains: TList<ISESV2DomainDeliverabilityTrackingOption>
Type: ISESV2DomainDeliverabilityTrackingOption
A list of verified domains with subscriptions scheduled to expire.
This array contains one entry for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that is scheduled to expire at the end of the current calendar month. These domains will lose access to deliverability features unless renewed. Monitor this list to ensure continuity of deliverability tracking and inbox placement testing for your critical sending domains.
SubscriptionExpiryDate
property SubscriptionExpiryDate: TOptional<TDateTime>
The date when your current Deliverability dashboard subscription expires.
This field contains the expiration date when your subscription is scheduled to expire at the end of the current calendar month. The value will be empty if you have an active subscription that is not due to expire at the end of the month. Use this date to plan subscription renewals and ensure uninterrupted access to deliverability metrics and inbox placement testing capabilities.