Skip to main content

ISESV2GetDomainStatisticsReportRequest

Interface in AWS.SESV2

Interface for GetDomainStatisticsReport requests.

Ancestors

Properties

Domain

property Domain: string

The domain that you want to obtain deliverability metrics for.

This is the verified domain in your AWS account for which you want to retrieve inbox placement and engagement statistics. The domain must be verified in your Amazon SES account and have deliverability tracking enabled to generate meaningful statistics.

StartDate

property StartDate: TDate

The first day that you want to obtain domain deliverability metrics for.

Specifies the beginning of the time range for which to retrieve statistics. The StartDate must be at least 2 days in the past but no more than 30 days before the EndDate.

EndDate

property EndDate: TDate

The last day that you want to obtain domain deliverability metrics for.

Specifies the end of the time range for which to retrieve statistics. The EndDate that you specify must be less than or equal to 30 days after the StartDate and cannot be a future date.