Retrieve a list of the blacklists that your dedicated IP addresses appear on.
pinpointemail_get_blacklist_reports(BlacklistItemNames)
A list with the following syntax:
list(
BlacklistReport = list(
list(
list(
RblName = "string",
ListingTime = as.POSIXct(
"2015-01-01"
),
Description = "string"
)
)
)
)
[required] A list of IP addresses that you want to retrieve blacklist information about. You can only specify the dedicated IP addresses that you use to send email using Amazon Pinpoint or Amazon SES.
svc$get_blacklist_reports(
BlacklistItemNames = list(
"string"
)
)