ISESV2ListTenantResourcesRequest
Interface in AWS.SESV2
Interface for ListTenantResources requests.
Ancestors
Properties
Filter
property Filter: TDictionary<string, string>
The filtering criteria applied when retrieving tenant resources.
This property allows you to narrow the results to specific types of resources associated with the tenant. Filtering enables focused tenant resource analysis and helps manage different categories of resources within multi-tenant architectures. Currently supported filter key:
RESOURCE_TYPE– Filter by the type of SES resource such as email identities, configuration sets, or email templates. 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 resource types associated with the tenant will be returned, providing a comprehensive view of tenant resource allocation.
TenantName
property TenantName: string
The name of the tenant to list resources for.
This property specifies the tenant whose associated resources will be retrieved. Tenants provide logical containers that group related SES resources together, enabling multi-tenant architectures and resource isolation within your Amazon SES account. The tenant name serves as a unique identifier within your account for organizing and managing resources by customer, project, environment, or other business logical boundaries. This enables effective resource allocation, billing separation, and operational isolation. This property is required and must have a minimum length of 1 character. The specified tenant must exist in your Amazon SES account, otherwise the operation will return a ESESV2NotFoundException.
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. |