Skip to main content

ISESV2MessageInsightsDataSource

Interface in AWS.SESV2

Interface for SESV2 MessageInsightsDataSource.

Properties

EndDate

property EndDate: TDateTime

The end date and time for the export interval as a timestamp.

The end date is inclusive. Only messages sent on or before this timestamp will be included in the export. The timestamp includes both date and time components, allowing for precise time-based filtering.

Exclude

property Exclude: ISESV2MessageInsightsFilters

Type: ISESV2MessageInsightsFilters

Filters for results to be excluded from the export file.

Specifies criteria that will exclude messages from the export. Messages matching these criteria will not appear in the exported data.

Include

property Include: ISESV2MessageInsightsFilters

Type: ISESV2MessageInsightsFilters

Filters for results to be included in the export file.

Specifies criteria that messages must match to be included in the export. You can filter by destination email, sender email, ISP, delivery events, engagement events, or subject.

MaxResults

property MaxResults: TOptional<Integer>

The maximum number of results to include in the export.

Limits the total number of message records included in the export file. This can be useful for sampling large datasets or controlling export file size.

StartDate

property StartDate: TDateTime

The start date and time for the export interval as a timestamp.

The start date is inclusive. Only messages sent on or after this timestamp will be included in the export. The timestamp includes both date and time components, allowing for precise time-based filtering.