Skip to main content

ISESV2ImportDataSource

Interface in AWS.SESV2

Interface for ImportDataSource configuration.

Properties

DataFormat

property DataFormat: string

The data format of the import job's data source.

This property specifies the format of the data file that will be imported from the source location. The format determines how Amazon / SES will parse and process the contact or suppression list data. Valid data formats include:

  • CSV – Comma-separated values format with headers defining the data fields.
  • JSON – JavaScript Object Notation format with structured data objects. The chosen format must match the actual format of the file stored at the S3Url location for the import job to process the data correctly.

S3Url

property S3Url: string

An Amazon S3 URL in the format s3://bucket_name/object.

This property specifies the exact location of the data file in Amazon S3 that contains the contact or suppression list information to be imported. The S3 URL must follow the pattern s3://bucket_name/object_key where the bucket and object must be accessible by Amazon SES. You must grant appropriate permissions for SES to read the file from this location. The file at this location must be in the format specified by the DataFormat property and contain properly structured contact or suppression data for successful import processing.