ISESV2ListResourceTenantsResponse
Interface in AWS.SESV2
Interface for ListResourceTenants responses.
Ancestors
Properties
ResourceTenants
property ResourceTenants: TList<ISESV2ResourceTenantMetadata>
Type: ISESV2ResourceTenantMetadata
The collection of tenant metadata for tenants associated with the specified resource.
Each tenant metadata entry contains comprehensive information about a tenant's association with the specified resource, including the tenant identifier, tenant name, resource ARN, and the timestamp when the association was established. This data provides complete visibility into tenant-resource relationships within your Amazon SES account. The tenant associations help understand resource utilization patterns in multi-tenant architectures and enable effective resource management, access control, and compliance tracking. This information is crucial for auditing which tenants have access to specific SES resources such as email identities, configuration sets, or email templates. The number of tenant entries in this collection is limited by the PageSize parameter from the request. If more tenant associations exist for the specified resource, the NextToken property will contain a pagination token for retrieving additional results. This collection may be empty if the specified resource has no associated tenants or if the resource exists but is not currently shared with any tenants in your multi-tenant architecture.