aws.pinpoint_email.list_deliverability_test_reports
Example SQL Queries
SELECT * FROMaws.pinpoint_email.list_deliverability_test_reports;Description
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. For predictive inbox placement tests that are complete, you can use the GetDeliverabilityTestReport operation to view the results.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| create_date The date and time when the predictive inbox placement test was created, in Unix time format. | TIMESTAMP_S |
| deliverability_test_status The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test. | VARCHAR |
| from_email_address The sender address that you specified for the predictive inbox placement test. | VARCHAR |
| report_id A unique string that identifies the predictive inbox placement test. | VARCHAR |
| report_name A name that helps you identify a predictive inbox placement test report. | VARCHAR |
| subject The subject line for an email that you submitted in a predictive inbox placement test. | VARCHAR |