aws.mailmanager.get_archive_search_results
Example SQL Queries
SELECT * FROMaws.mailmanager.get_archive_search_resultsWHERE"search_id" = 'VALUE';Description
Returns the results of a completed email archive search job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| search_id Required Input Column The identifier of the completed search job. | 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
| |
| rows The list of email result objects matching the search criteria. | STRUCT( |
Show child fields
| |