Skip to main content

ISESV2ListRecommendationsRequest

Interface in AWS.SESV2

Interface for ListRecommendations requests.

Ancestors

Properties

Filter

property Filter: TDictionary<string, string>

The filtering criteria applied when retrieving recommendations.

This property allows you to narrow the results to recommendations that match specific criteria. Filters can be applied individually or in combination to create precise queries for recommendation management and monitoring. Valid filter types:

  • TYPE – Filter by recommendation type such as DKIM, SPF, DMARC, BIMI, or COMPLAINT.
  • IMPACT – Filter by impact level with values HIGH or LOW based on recommendation priority.
  • STATUS – Filter by recommendation status with values OPEN or FIXED to track resolution progress.
  • RESOURCE_ARN – Filter by the specific resource affected, such as email identities or domains. Supported filter combinations include STATUS and IMPACT, or STATUS and TYPE. This property supports up to 2 filter entries with each value having a maximum length of 512 characters. This property is optional and when not specified, all recommendations will be returned.

Methods

AddFilter

procedure AddFilter(const AKey, AValue: string);

Add a key-value pair to Filter.

Parameters

NameDescription
AKeySpecify a key for the filter entry. Valid values:|||.
AValueSpecify a value for the filter entry.