aws.sesv2.list_deliverability_test_reports
Example SQL Queries
SELECT * FROMaws.sesv2.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 |
|---|---|
| next_token Input Column A token that indicates that there are additional predictive inbox placement tests to list. To view additional predictive inbox placement tests, issue another request to ListDeliverabilityTestReports, and pass this token in the NextToken parameter. | VARCHAR |
| page_size Input Column The number of results to show in a single call to ListDeliverabilityTestReports. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results. The value you specify has to be at least 0, and can be no more than 1000. | 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
| |
| deliverability_test_reports An object that contains a lists of predictive inbox placement tests that you've performed. | STRUCT( |
Show child fields
| |