Skip to main content

ISESV2ListReputationEntitiesRequest

Interface in AWS.SESV2

Interface for ListReputationEntities requests.

Ancestors

Properties

Filter

property Filter: TDictionary<string, string>

The filtering criteria applied when retrieving reputation entities.

This property allows you to narrow the results to reputation entities that match specific criteria. Filters enable targeted reputation analysis and help identify entities that require attention or monitoring based on their type, impact level, status, or reference characteristics. Valid filter keys and their purposes:

  • ENTITY_TYPE – Filter by the type of reputation entity to focus on specific resource categories.
  • REPUTATION_IMPACT – Filter by reputation impact level to identify entities affecting email deliverability.
  • SENDING_STATUS – Filter by current sending status to find entities with sending restrictions or capabilities.
  • ENTITY_REFERENCE_PREFIX – Filter by entity reference prefix for targeted entity management and organization. Each filter value has a minimum length of 1 character and maximum length of 512 characters. This property is optional and when not specified, all reputation entities will be returned. Use filters strategically to focus on entities that align with your reputation management objectives.

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.