aws.ses.get_send_statistics
Example SQL Queries
SELECT * FROMaws.ses.get_send_statistics;Description
Provides sending statistics for the current Amazon Web Services Region. The result is a list of data points, representing the last two weeks of sending activity. Each data point in the list contains statistics for a 15-minute period of time.
You can execute this operation no more than once per second.
Table Definition
| Column Name | Column Data Type |
|---|---|
| send_data_points A list of data points, each of which represents 15 minutes of activity. | STRUCT( |
Show child fields
| |