Skip to main content

ISESV2CreateExportJobResponse

Interface in AWS.SESV2

Interface for CreateExportJob responses.

Ancestors

Properties

JobId

property JobId: string

A unique identifier for the export job.

This job ID is used to track the export operation and retrieve its status and results. Use this identifier with the GetExportJob operation to monitor progress and obtain the presigned URL for downloading the exported data once the job completes. The export process runs asynchronously, so you'll need to poll the job status periodically until it reaches the COMPLETED state.