aws.sesv2.list_import_jobs
Example SQL Queries
SELECT * FROMaws.sesv2.list_import_jobs;Description
Lists all of the import jobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| import_destination_type Input Column The destination of the import job, which can be used to list import jobs that have a certain ImportDestinationType. | VARCHAR |
| next_token Input Column A string token indicating that there might be additional import jobs available to be listed. Copy this token to a subsequent call to ListImportJobs with the same parameters to retrieve the next page of import jobs. | VARCHAR |
| page_size Input Column Maximum number of import jobs to return at once. Use this parameter to paginate results. If additional import jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent requests to retrieve additional addresses. | 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
| |
| import_jobs A list of the import job summaries. | STRUCT( |
Show child fields
| |