Skip to main content

ISESV2SuppressionListDestination

Interface in AWS.SESV2

Interface for SuppressionListDestination configuration.

Properties

SuppressionListImportAction

property SuppressionListImportAction: string

The type of action to perform on the suppression list.

This property specifies how the imported email addresses should be handled when processing suppression list data during the import operation. Valid suppression list import actions include:

  • PUT – Add the email addresses to the account suppression list to prevent future emails from being sent to them.
  • DELETE – Remove the specified email addresses from the account suppression list, allowing emails to be sent to them again. The PUT action is commonly used for importing bounced or complained email addresses to maintain sender reputation, while DELETE is used for removing addresses that should no longer be suppressed.