Skip to main content

ISESV2GetBlacklistReportsResponse

Interface in AWS.SESV2

Interface for GetBlacklistReports responses.

Ancestors

Properties

BlacklistReport

property BlacklistReport: TObjectDictionary<string, TList<ISESV2BlacklistEntry>>

Type: ISESV2BlacklistEntry

A mapping of IP addresses to their blacklist entries.

This dictionary contains blacklist information for each requested IP address, where the key is the IP address string and the value is an array of blacklist entries found for that IP address. If an IP address does not appear on any blacklists, it may have an empty array or be omitted from the results. Each blacklist entry provides detailed information about the specific blacklist where the IP address was found, including the blacklist name, the time when the IP was first listed, and a description of the reason for the listing. Use this information to assess the reputation status of your dedicated IP addresses and take appropriate action if any listing are found. Blacklist entries can significantly impact email deliverability and should be addressed promptly through remediation efforts. Common remediation steps include investigating the root cause of the listing, implementing security improvements, and requesting removal from the blacklist provider once the underlying issues have been resolved.