Skip to content

aws.ses.get_account_sending_enabled

Example SQL Queries

SELECT * FROM
aws.ses.get_account_sending_enabled;

Description

Returns the email sending status of the Amazon SES account for the current Region.

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

Table Definition

Column NameColumn Data Type
enabled

Describes whether email sending is enabled or disabled for your Amazon SES account in the current Amazon Web Services Region.

BOOLEAN