List Receipt Filters
ses_list_receipt_filters | R Documentation |
Lists the IP address filters associated with your Amazon Web Services account in the current Amazon Web Services Region¶
Description¶
Lists the IP address filters associated with your Amazon Web Services account in the current Amazon Web Services Region.
For information about managing IP address filters, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Usage¶
Value¶
A list with the following syntax:
list(
Filters = list(
list(
Name = "string",
IpFilter = list(
Policy = "Block"|"Allow",
Cidr = "string"
)
)
)
)