Skip to content

aws.ses.get_send_quota

Example SQL Queries

SELECT * FROM
aws.ses.get_send_quota;

Description

Provides the sending limits for the Amazon SES account.

You can execute this operation no more than once per second.

Table Definition

Column NameColumn Data Type
max24_hour_send

The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

DOUBLE
max_send_rate

The maximum number of emails that Amazon SES can accept from the user's account per second.

The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

DOUBLE
sent_last24_hours

The number of emails sent during the previous 24 hours.

DOUBLE