Skip to main content

ISESV2CreateExportJobRequest

Interface in AWS.SESV2

Interface for CreateExportJob requests.

Ancestors

Properties

ExportDataSource

property ExportDataSource: ISESV2ExportDataSource

Type: ISESV2ExportDataSource

The data source configuration specifying what data to export.

Defines the type of data to export from your SES account. You can export either message insights data (delivery and engagement events) or metrics data (aggregated statistics). Supported data source types:

  • MessageInsightsDataSource – Export individual message delivery and engagement events.
  • MetricsDataSource – Export aggregated metrics and statistics.

ExportDestination

property ExportDestination: ISESV2ExportDestination

Type: ISESV2ExportDestination

The destination configuration for the exported data.

Specifies the output format for the exported data. AWS manages the storage internally and provides access through temporary presigned URLs. Supported data formats:

  • CSV – Comma-separated values format.
  • JSON – JavaScript Object Notation format. Note: You cannot specify a custom S3 URL. AWS provides the data through managed storage accessible via the GetExportJob operation.