TSESV2ExportDestination
Class in AWS.SESV2
SESV2 ExportDestination class.
Ancestors
Properties
DataFormat
property DataFormat: string
S3Url
property S3Url: string
Methods
CSV
class function CSV: TSESV2ExportDestination; static;
Factory method for creating ExportDestination instances with DataFormat set to CSV.
Returns
A TSESV2ExportDestination instance with DataFormat set to. attributes.
JSON
class function JSON: TSESV2ExportDestination; static;
Factory method for creating ExportDestination instances with DataFormat set to CSV.
Returns
A TSESV2ExportDestination instance with DataFormat set to. attributes.