Skip to main content

ISESV2TenantResource

Interface in AWS.SESV2

Interface for SESV2 TenantResource.

Properties

ResourceArn

property ResourceArn: TARN

<summary> The Amazon Resource Name (ARN) of the resource associated with the tenant. </summary> <remarks> <para> This ARN uniquely identifies the specific Amazon SES resource that is associated with the tenant. It follows the standard AWS ARN format and enables precise resource identification and management within multi-tenant architectures. The ARN provides the complete resource context including AWS region, account ID, resource type, and resource name. </para> <para> The resource ARN enables integration with other AWS services and SES operations by providing the exact resource identifier needed for resource-specific operations such as <c>TagResource</c>, <c>UntagResource</c>, or resource configuration updates. </para> <para> Example ARN formats for different tenant resource types include: </para>

  • <c>arn:aws:ses:us-east-1:123456789012:identity/tenant-domain.com</c> – Email identity resource.
  • <c>arn:aws:ses:us-east-1:123456789012:configuration-set/tenant-config-set</c> – Configuration set resource.
  • <c>arn:aws:ses:us-east-1:123456789012:template/tenant-welcome-template</c> – Email template resource. <para> Use this ARN for tenant resource management operations, cross-service integrations, and precise resource targeting in multi-tenant workflow implementations. </para> </remarks>

ResourceType

property ResourceType: string

The type of Amazon SES resource associated with the tenant.

This property categorizes the tenant resource by its SES resource type, enabling tenant resource organization and type-specific management workflows. Understanding resource types helps implement appropriate tenant resource allocation strategies and operational procedures. Common tenant resource types in multi-tenant Amazon SES architectures include:

  • Email identities – Domain and email address resources for tenant-specific email sending.
  • Configuration sets – Email sending configuration and tracking settings for tenant isolation.
  • Email templates – Reusable content templates for tenant-specific branding and messaging.
  • Contact lists – Subscriber management resources for tenant-specific audience segmentation. The resource type determines the specific capabilities, configuration options, and operational characteristics of the resource within the tenant's email infrastructure. Use this information to implement type-specific tenant resource management and optimize multi-tenant architecture performance.