Skip to main content

ISESV2ExportDestination

Interface in AWS.SESV2

Interface for SESV2 ExportDestination.

Properties

DataFormat

property DataFormat: string

The format for the exported data file.

Specifies how the exported data should be formatted in the output file. Supported data formats:

  • CSV – Comma-separated values format for easy import into spreadsheet applications.
  • JSON – JavaScript Object Notation format for programmatic processing.

S3Url

property S3Url: string

The S3 URL for the export destination.

This property has different behavior depending on the operation context: For CreateExportJob requests: Do not specify this property. AWS SES does not support custom S3 destinations and will return a ESESV2BadRequestException if provided. For GetExportJob responses: AWS populates this property with a presigned URL pointing to the generated export file. The URL expires after 5 minutes but can be refreshed by calling GetExportJob again.