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 asDKIM,SPF,DMARC,BIMI, orCOMPLAINT.IMPACT– Filter by impact level with valuesHIGHorLOWbased on recommendation priority.STATUS– Filter by recommendation status with valuesOPENorFIXEDto track resolution progress.RESOURCE_ARN– Filter by the specific resource affected, such as email identities or domains. Supported filter combinations includeSTATUSandIMPACT, orSTATUSandTYPE. 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
| Name | Description |
|---|---|
AKey | Specify a key for the filter entry. Valid values:|||. |
AValue | Specify a value for the filter entry. |