@aws-sdk/client-sesv2

ExportDestination Interface

An object that contains details about the destination of the export job.

Members

Name
Type
Details
DataFormat RequiredDataFormat | undefined

The data format of the final export job file, can be one of the following:

  • CSV - A comma-separated values file.

  • JSON - A Json file.

S3Url string | undefined

An Amazon S3 pre-signed URL that points to the generated export file.

Full Signature

export interface ExportDestination