aws.sesv2.get_suppressed_destination
Example SQL Queries
SELECT * FROMaws.sesv2.get_suppressed_destinationWHERE"email_address" = 'VALUE';Description
Retrieves information about a specific email address that's on the suppression list for your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| email_address Required Input Column The email address that's on the account suppression list. | VARCHAR |
| _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
| |
| suppressed_destination An object containing information about the suppressed email address. | STRUCT( |
Show child fields
| |