aws.sesv2.list_export_jobs
Example SQL Queries
SELECT * FROMaws.sesv2.list_export_jobs;Description
Lists all of the export jobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| export_source_type Input Column A value used to list export jobs that have a certain ExportSourceType. | VARCHAR |
| job_status Input Column A value used to list export jobs that have a certain JobStatus. | VARCHAR |
| next_token Input Column A string token indicating that there might be additional export jobs available to be listed. Use this token to a subsequent call to ListExportJobs with the same parameters to retrieve the next page of export jobs. | VARCHAR |
| page_size Input Column Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent calls to ListExportJobs to retrieve additional export jobs. | BIGINT |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| export_jobs A list of the export job summaries. | STRUCT( |
Show child fields
| |