Skip to main content

ISESV2ListTenantResourcesResponse

Interface in AWS.SESV2

Interface for ListTenantResources responses.

Ancestors

Properties

TenantResources

property TenantResources: TList<ISESV2TenantResource>

Type: ISESV2TenantResource

The collection of resources associated with the specified tenant.

Each tenant resource entry contains essential information about a resource's association with the tenant, including the resource ARN and resource type. This data provides comprehensive visibility into tenant resource allocation and enables effective multi-tenant architecture management and resource organization strategies. Tenant resources represent the SES infrastructure components allocated to a specific tenant, including email identities, configuration sets, email templates, and contact lists. Understanding tenant resource allocation is crucial for capacity planning, billing allocation, operational isolation, and multi-tenant architecture optimization. The number of tenant resources in this collection is limited by the PageSize parameter from the request and any applied resource type filters. If more tenant resources are available, the NextToken property will contain a pagination token for retrieving additional results. This collection may be empty if the specified tenant has no associated resources, which can occur for newly created tenants that haven't been allocated resources yet, or if resource type filtering excludes all available resources for the tenant.