aws.mailmanager.list_archive_searches
Example SQL Queries
SELECT * FROMaws.mailmanager.list_archive_searchesWHERE"archive_id" = 'VALUE';Description
Returns a list of email archive search jobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| archive_id Required Input Column The identifier of the archive. | VARCHAR |
| _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
| |
| search_id The unique identifier of the search job. | VARCHAR |
| status The current status of the search job. | STRUCT( |
Show child fields
| |