TSESV2CreateExportJobRequest
Class in AWS.SESV2
CreateExportJob request class.
Ancestors
Properties
ExportDataSource
property ExportDataSource: ISESV2ExportDataSource
Type: ISESV2ExportDataSource
ExportDestination
property ExportDestination: ISESV2ExportDestination
Type: ISESV2ExportDestination
Constructors
Create
constructor Create(const AExportDataSource: ISESV2ExportDataSource; const AExportDestination: ISESV2ExportDestination);
ISESV2ExportDataSource · ISESV2ExportDestination
Constructor for TSESV2CreateExportJobRequest.
Parameters
| Name | Description |
|---|---|
AExportDataSource | Provide the data source configuration specifying what data to export. |
AExportDestination | Specify the destination configuration for the exported data. |